I'm getting an error when I try to open one of my dashboard pages in my wordpress script
The error message is as follows:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes) in /home/admin/domains/filesick.com/public_html/wp-includes/taxonomy.php on line 2685
I asked around and was told I have to increase the memory_limit to something higher than 256M, so I changed it to 512M and still the same problem. Then I changed it to 3024M and this is what I have now, but that didn't fix the problem.
So could you please tell me how to fix this and what should I do?
Waiting for your response.
allowed memory size of xxxx
error change when you change the limit? that would indicate that all the memory is being consumed, no matter how much you increase it by – Bosticdefine("WP_MEMORY_LIMIT", 512);
– Bostic