Jump to content

fatal error: help!!


Recommended Posts

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

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

×
×
  • Create New...