Memory Issue when trying to edit page
-
Hello,
Although the site itself seems to work fine, I’m having a strange problem when I try to click an edit button inside a page. I get a memory error like this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3072 bytes) in public_html/wp-admin/includes/plugin.php on line 1854
—-
A 32M Error is really confusing since my php.ini file has this:
memory_limit = 256M
upload_max_filesize = 4M(Note: “php info” told me that the config file in public_html is the one being read….the one with the contents directly above.
—-
And, my wp-config.php file has this:
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
—
For whatever reason there’s also a php.ini file in wp-admin, but it too has the “memory_limit = 256M” line in it.
—
I’m therefore baffled where WP is coming up with the 32M for script memory and then, of course, failing as it did above.
Suggestions would be greatly appreciated.
Thanks,
– b
- The topic ‘Memory Issue when trying to edit page’ is closed to new replies.