cancel
Showing results for 
Search instead for 
Did you mean: 

Code core error when importing products with .CSV that works

Code core error when importing products with .CSV that works

Hi,

We have to expand our product catalog by importing with .CSV file. We have the .CSV file and the import process we completed successfully. ... but the products are never published!

On further checking the logs, I found the below error:

`===== 2017-06-23T18:51:21+00:00 ERR (3): Warning: include(): Failed opening 'Mage/Displayfreeprice/Model/Freeprice.php' for inclusion (include_path='/home/xxxxx/public_html/app/code/local:/home/xxxxx/public_html/app/code/community:/home/xxxxx/public_html/app/code/core:/home/xxxxx/public_html/lib:.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/xxxxx/public_html/lib/Varien/Autoload.php on line 94 2017-06-23T18:51:21+00:00 ERR (3): Strict Notice: Non-static method Mage_Core_Helper_Data::formatPrice() should not be called statically in /home/xxxxx/public_html/app/code/local/Rp/Displayfreeprice/Helper/Productprice.php on line 26 2017-06-23T18:51:21+00:00 ERR (3): Warning: include(Mage/Displayfreeprice/Model/Freeprice.php): failed to open stream: No such file or directory in /home/xxxxx/public_html/lib/Varien/Autoload.php on line 94

2017-06-23T18:51:21+00:00 ERR (3): Warning: include(Mage/Displayfreeprice/Model/Freeprice.php): failed to open stream: No such file or directory in /home/xxxxx/public_html/lib/Varien/Autoload.php on line 94`

I believe that this is some issue with the coding of our site. What do you think?

Best regards