Fatal Error meta.php on line 578
-
After upgrading to 3.7.1 I’m having a problem that manifests itself only on the back end. It crawls something terrible. Editing posts are sluggish and even assigning text a header tag from the menu takes forever, as does adding tags. I did what I usually do – turn off plugins and try to isolate – but that didn’t do anything. Same thing with a theme change. I then looked in the error log – nothing. Eventually I ended up with the following error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes) in /home/mysite/public_html/wp-includes/meta.php on line 578
There is no way that more memory needs to be assigned to PHP and it already has at least 512MB as a limit.
I looked at line 578 in meta.php and it is the following:
$cache[$mpid][$mkey][] = $mval;
Not quite sure what is going on here but hopefully someone can help diagnose what this issue might be.
- The topic ‘Fatal Error meta.php on line 578’ is closed to new replies.