If you get this error on OpenCart system 1.5x :
PHP Fatal Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes)
then
in system/startup.php add line
// Register Globals
ini_set('memory_limit','-1');
PHP Fatal Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes)
then
in system/startup.php add line
// Register Globals
ini_set('memory_limit','-1');
No comments:
Post a Comment