Home Forums WordPress Plugins Hide My WP Can't Access Pages in WP After 2.11 Update

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #258
    sccb
    Post count: 2

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 122880 bytes) in /home/XXXXXX/public_html/XXXXXXXXX.com/wp-admin/menu.php on line 81

    I am getting this error after upgrading the plugin to ver 2.11, using the Avada Theme (very popular) when I try to go to pages in dashboard. WordPress version is most current 3.6.1

    I tried clearing cache (WP Super Cache) and disabling cache and still got errors.

    I don’t get the error in 2.01. Please help!

    Thanks!

    • This topic was modified 11 years, 3 months ago by sccb.
    #267
    Hassan
    Post count: 955

    Sorry for delay,

    This error means your site uses all of assigned memory. Default PHP value for memory limit is 128MB (very good for common websites) but your current value is 40MB (not so bad but still not so good).

    This message may be caused by both using lots of plugins or having lots of visitors.
    When you enable a cache plugin HMWP doesn’t be loaded on each page request so it can’t use any memory. From other side we have not a new feature in v2.11 that need more memory so I think it may be caused by visitors boost (check out you traffic log).

    Anyway, you can easily fix it here:
    http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    If above doesn’t help ask your host support to do it for you. I also will check v2.11 for any bug related to memory.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.