You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: