PHP - Memory
Support
PHP Fatal error: Allowed memory size
PHP Fatal error: Allowed memory size 134217728
You can try to increase the memory at the script level:
ini_set('memory_limit', '256M');
PHP Fatal error: Allowed memory size 134217728
You can try to increase the memory at the script level:
ini_set('memory_limit', '256M');