• Resolved sarah.verge

    (@sarahverge)


    Just updated UpdraftPlus when notified that there was an update available in the WordPress admin panel. It appeared to deactivate, install and reactivate OK, but gave me an error message.

    I’m now getting an error message: Fatal error: Allowed memory size of 41943040 bytes exhausted in /var/www/vhosts/mysitename//httpdocs/wordpress/wp-admin/includes/deprecated.php on line 866 when I try to access the WordPress admin panel.

    I’m new to all this: how do I put this right, please?

    http://wordpress.org/extend/plugins/updraftplus/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi sarah.verge this is caused by a memory limitation that is currently setup on your server and or WordPress installation. Have a read through this support thread.

    This will point you in the right direction.

    Kind regards

    Plugin Author David Anderson

    (@davidanderson)

    Hi Sarah,

    What mbrsolution says is right, but let me elaborate a little more.

    Web hosting companies set memory limits for websites to use at any one time. The error message is saying that your site has reached its limit.

    41943040 equates to 40 Megabytes, which according to our statistics puts you in the bottom 0.2%. i.e. Only 0.2% of web hosting companies have such a low limit – 99.8% have a higher one.

    Solutions:
    1) It may be possible to raise your memory limit, as in the thread that mbrsolution links to – add this to your wp-config.php file:
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    2) You could ask your web hosting company to either raise the limit, or justify it. There’s really no justification for it though – as I say, they’re easily in the bottom 1% there.

    3) More technical is to go through your plugins one-by-one to find out which is the one using up most memory. Just because UpdraftPlus tips it over the limit doesn’t indicate that it’s the one using most memory – it just means that when UD gets its turn to run, it uses more memory than what’s left of the 40Mb; but “what’s left” at that stage could be anything. You can try disabling all your other plugins, and looking at the UpdraftPlus page, in the “expert” section (down the bottom) – there, it has a counter of memory used. Re-enable your plugins one-by-one and see which one causes the biggest increase in usage. I’d not really recommend spending huge amounts of time on that, though – it’d be more efficient to pursue 1) and 2) and if they won’t raise it for you, switch to a new web hosting company.

    David

    I had the same message but server has been checked and has unlimited capacity. I deleted the NextGen gallery that I thought had caused the problem and now I can’t see any of the other 2 galleries on the front end. ANy ideas? I’m not a programmer so need EASY instructions, please 😉

    @philippastagg – you’ve posted in the wrong forum – this one is for a different plugin. For help with NGG, please post in their forum here:

    http://wordpress.org/support/plugin/nextgen-gallery#postform

    Solution for all is to deactivate and reactivate instaled plugins!
    After I had set any posible solution in php.ini, wp-setting, etc, my error is gone only when I deactivate and reactivate the plugins.

    Hope this will help you!

    Plugin Author David Anderson

    (@davidanderson)

    Hi bodhis,

    If that works for you, it’ll only be temporary. Your site is probably very close to the limit, and it’s only a matter of time before the problem returns.

    David

    Roeland Sanctorum

    (@roelandabovesecondbe)

    hi,

    I had the same problem but when I looked at the wp-config.php file I saw that most of the warning corresponded with an added line of WP Super Cache (WP-Cache Manager) which in turn I de-activated in the plugins (temporarely) and the problem was solved. I had a limit of 300MB so the provider was not the problem.

    grtz,

    Hi there,

    My issue is – how do I go in and remove/update any plugins when I can’t actually get into the backend of my site… ?

    Getting the same error when I go to wp-login:
    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 76 bytes) in /data/21/2/62/31/2551683/user/2796696/htdocs/mahi/MahiPress/wp-includes/class.wp-dependencies.php on line 221

    Any advice?

    If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

    I am now closing this 11month old resolved topic as it references an older version of WordPress.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Fatal error: Allowed memory size of 41943040 bytes exhausted’ is closed to new replies.