Fatal Error
Hi, I just uploaded your newest update to this theme, but whenever I try to make a change, I get this message (or something similar):
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 130968 bytes) in /home/aikenouye3/public_html/wp-includes/l10n.php on line 134
I have sufficient memory on my website, so I'm not sure what the issue is.
Thanks!
Comments
please go to theme folder, create php file with phpinfo() function inside and send us link to that file so we can have a look on your server settings. The problem is probably related with those limits but to be sure which one is the reason, we need that link. For more details about file creation, please visit https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page
Thanks!
- memory_limit is 64MB but need to be 128MB minimum (depends on how many and what plugins you use because the more you use, the more memory you need)
- max_input_vars - is set to 1000 while should be minimum 5000