ladivito Posted October 29, 2009 Share Posted October 29, 2009 Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes) in /home/maricuti/public_html/classes/MySQL.php on line 91i faced this error just now when testing the error of the productcategory.....anyone know what's happen ? i feel my store become unstable.......plz help me Link to comment Share on other sites More sharing options...
TropischBruin Posted October 29, 2009 Share Posted October 29, 2009 This is NOT a database error.Did you use the search?Anywayz, in your \config\config.inc.php find: @ini_set('default_charset', 'utf-8');Add below: @ini_set('memory_limit','-1');Carefull! make sure the ' are the same as they are in the @ini_set('default_charset', 'utf-8'); Link to comment Share on other sites More sharing options...
ladivito Posted October 30, 2009 Author Share Posted October 30, 2009 i didnt use the search function at my shop ~this error occur when i browse my product then the whole page is blank.after i add your line just under :/* Improve PHP configuration to prevent issues */@ini_set('display_errors', 'on');@ini_set('upload_max_filesize', '100M');@ini_set('default_charset', 'utf-8');@ini_set(‘memory_limit’,’-1’);the whole page at index.php is blank =.=i really dunno what happen at all.... at firest the application is running well but after i create my product the the whole thing getting unstable....please help me TropischBruin ~ Link to comment Share on other sites More sharing options...
Recommended Posts