PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 370707 bytes) in ~application/third_party/Smarty/plugins/modifier.debug_print_var.php on line 46
For anyone else reading, this can be caused when trying to dump large amounts of data like arrays or objects, or iterating through extremely large datasets.
Hi,
I received the following error:
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 370707 bytes) in ~application/third_party/Smarty/plugins/modifier.debug_print_var.php on line 46
But my phpinfo shows: memory_limit=512M
Which part is missing from my configuration?
Thanks for your help.