avstudnitz / AvS_FastSimpleImport

Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
306 stars 146 forks source link

Conflict with Module Inchoo_PHP7 #420

Closed lucasalcantara closed 6 years ago

lucasalcantara commented 6 years ago

I am running the module Inchoo_PHP7 to use PHP7 in my Magento project. I was trying to run this simple example and after calling the method to import I am getting this error Fatal error: Call to undefined method Inchoo_PHP7_Helper_Data::unEscapeCSVData() anyone knows how to fix it without stopping using Inchoo_PHP7?

hostep commented 6 years ago

@lucasalcantara, this sounds like a duplicate of https://github.com/avstudnitz/AvS_FastSimpleImport/issues/411, have you installed security patch SUPEE-7405 on this instance? It would surprise me if this is caused by Inchoo_PHP7 to be honest...

lucasalcantara commented 6 years ago

Thanks @hostep, it is working now.