Yemoonyah
Member
Posted 3 years ago #
Hi
my WordPress news feed at the bottom of my dashboard stopped working.
I tried to delete and reenter the feed address but it only gives me this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 608265 bytes) in /home/kabaithr/public_html/wp-includes/wp-db.php on line 429
I didn't add any plugins or change anything else. It just stopped.
Can anyone tell me what's happening?
Might have exceeded php memory.
Methods for increasing the amount of memory a PHP script may consume
1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 8M try 16M:
memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)
2. If you don't have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 16M
3. Talk to your host.
Yemoonyah
Member
Posted 3 years ago #
Thanks a lot for the help.
At the moment it all seems to be back to normal (without me changing anything), but if it happens again I will definitely follow you advice.
Yemoonyah
Member
Posted 3 years ago #
Okay, it happened again and I went to my php.ini where it says
memory_limit = 32M ; Maximum amount of memory a script may consume (8MB)
I tried changing it to 16 M and even 32 M but my dashboard feed still didn't show up.