wallacept Posted September 23, 2009 Share Posted September 23, 2009 i import csv (40 000 products) and after blank page.the error:Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in MySQL.php on line 75help please, team prestashop. Link to comment Share on other sites More sharing options...
Patric Posted September 23, 2009 Share Posted September 23, 2009 Lot of topics talk about that. Please make a search. Link to comment Share on other sites More sharing options...
wallacept Posted September 23, 2009 Author Share Posted September 23, 2009 i search a solution and i change config and put:@ini_set(‘memory_limit’,‘128M’);but nothing! suggestion please.my presta is 1.1.0.5 Link to comment Share on other sites More sharing options...
Patric Posted September 23, 2009 Share Posted September 23, 2009 Same error ? Link to comment Share on other sites More sharing options...
wallacept Posted September 23, 2009 Author Share Posted September 23, 2009 the error, now is:Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 20 bytes) in classes/MySQL.php on line 74 and config.ini i have: /* Improve PHP configuration to prevent issues */ @ini_set('display_errors', 'on'); @ini_set('memory_limit', '128M'); @ini_set('upload_max_filesize', '128M'); @ini_set('post_max_size', '128M'); @ini_set('default_charset', 'utf-8'); not working Link to comment Share on other sites More sharing options...
Patric Posted September 23, 2009 Share Posted September 23, 2009 Where are you working : local or distant server ?Try to see in your php.ini if there is not a memory_limit parameter.And please, stop asking me help by PM, if I know I answer... Thanks.I NEVER respond to help demands (concerning the PS solution) made by PM or e-mail. Link to comment Share on other sites More sharing options...
wallacept Posted September 23, 2009 Author Share Posted September 23, 2009 ok, sorry.i working in server.how change php.ini in server? Link to comment Share on other sites More sharing options...
wallacept Posted September 23, 2009 Author Share Posted September 23, 2009 Patric,edit .htacess?and putphp_value memory_limit 128M? Link to comment Share on other sites More sharing options...
wallacept Posted September 23, 2009 Author Share Posted September 23, 2009 YESS, WORKING!!!! Thanks for suggestions Patric, thanks.i put php_value memory_limit 128M in .htaccess, yes? Link to comment Share on other sites More sharing options...
wallacept Posted September 23, 2009 Author Share Posted September 23, 2009 but Patric this open page store is slow...is normal? Link to comment Share on other sites More sharing options...
Recommended Posts