• I get the following error only when I click the page tap. all other taps work perfectly.
    Fatal error: Out of memory (allocated 351797248) (tried to allocate 72 bytes) in /home/sonken14/public_html/wp-includes/meta.php on line 841

Viewing 1 replies (of 1 total)
  • Your web site is using a lot of memory (“RAM”). 335.5 MB (351,797,248 bytes) is an odd number to have as a memory limit, but it is a big number.

    I’m not sure what you mean by “page tap”, but if you are referring to something in the Admin panels, rather than the public web site you have, more memory is required for Admin panels than public pages.

    Most likely cause: too many activated plugins or just one plugin that uses too much memory for Caching.

    Place to start: https://codex.wordpress.org/Common_WordPress_Errors#Allowed_memory_size_exhausted
    That adds more memory. If you cannot do that, consider looking at your plugins.

Viewing 1 replies (of 1 total)

The topic ‘Fatal Error’ is closed to new replies.