Home › Forums › Plugins › Product Importer Deluxe › Support › Fatal error: Out of memory (allocated 65011712) › Reply To: Fatal error: Out of memory (allocated 65011712)
June 23, 2010 at 9:21 am
#6545
Support Team
Participant
Add the following to the top of the wp-e-commerce-product-importer-deluxe file.
ini_set( "memory_limit","128M" );
If this does not work you will need to alter your .htaccess file, I recommend contacting your hosting provider to do this.