• I just found out my website has been down due to Out of Memory error. I cannot login to the control panel so I logged in via FTP and copied the plugin folder onto my computer and began deleting plugins one at a time but even after deleting all of the plugins, I’m still getting the error message and cannot login. Any suggestions?

Viewing 15 replies - 1 through 15 (of 29 total)
  • Thread Starter youthman

    (@youthman)

    Here is the website https://baseballheavenpc.com/

    Thread Starter youthman

    (@youthman)

    I ran into this one other time on another site I designed and I had contacted the host 1and1 and they said adjusting the .php file will not increase the PHP Memory. It is fixed on their end (probably 32MB). Why would I still receive the error even after deleting all of the plugins via FTP?

    Thread Starter youthman

    (@youthman)

    Any ideas?

    Thread Starter youthman

    (@youthman)

    Thx Yogi but as I mentioned, the host does not allow for memory to be increased.

    I’m seeing this error on your site:
    Fatal error: Out of memory (allocated 89391104) (tried to allocate 311296 bytes) in /homepages/16/d109194881/htdocs/baseballheaven/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/class-ai1ec-loader-map.php on line 504

    So your plugins aren’t actually getting deleted…maybe check with your hosts if you can’t get that to happen.

    Thread Starter youthman

    (@youthman)

    I initially deleted all of the plugins directly from the server via FTP and refreshed the browser and even viewed the site in another browser but still received the same error so I put them all back on the server. I can remove them again.

    Thread Starter youthman

    (@youthman)

    Ok, I have deleted ALL plugins within the wp-content>plugins folder and I’m still getting the error. I’m going to call 1and1 webhost to see if there is anything they can do.

    Thread Starter youthman

    (@youthman)

    I have also tried all but step 1 because the webhost does not provide me access to the php.ini file.

    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M. If your line shows 64M try 128M
    memory_limit = 64M ; Maximum amount of memory a script may consume (32MB)

    2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M

    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    4. Talk to your host.

    Thread Starter youthman

    (@youthman)

    Unfortunately, I only get 30MB of PHP Memory without switching to a Dedicated Server.

    Thread Starter youthman

    (@youthman)

    I tried adding

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    and even tried define(‘WP_MEMORY_LIMIT’, ‘128M’);

    to the wp-config file but that did not resolve the problem either.

    Any help would be MUCH appreciated. This site has been down for 48hrs and I really need to get it back up and running.

    Thread Starter youthman

    (@youthman)

    Is there a way to manually disable the plugins in the actual database? Would that work?

    I’m seeing the memory error on WP core:

    Fatal error: Out of memory (allocated 89653248) (tried to allocate 19456 bytes) in /homepages/16/d109194881/htdocs/baseballheaven/wordpress/wp-includes/locale.php on line 113

    If your plugins aren’t present in the /plugins folder anymore, why bother, this is the simplest solution.
    Or just rename them to names that the blog isn’t used to, for instance adding an underscore in their folder name’s beginning or end. Upon seeing that, wordpress will automatically turn them off and wait for your green light to turn them back on.

    However, your site gave me :
    Fatal error: Out of memory (allocated 89653248) (tried to allocate 19456 bytes) in /homepages/16/d109194881/htdocs/baseballheaven/wordpress/wp-includes/locale.php on line 113

    This isn’t anymore linked to the plugins, at this point.

    Can you consider reinstalling your blog ?
    Deleting the contents of /wp-admin and /wp-includes, as well as the files in the root of your wordpress folder, save the wp-config.php.
    And reuploading these folder and root folder files, from a freshly downloaded wordpress file from www.ads-software.com.

    That shouldn’t make you lose data, your post contents are stored in database, which you are not deleting, and your blog contents’ library is stored in wp-content/wp-uploads, which you aren’t deleting either.

    Yep, reinstalling core files is what I was going to suggest :)!

Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘Fatal error: Out of memory’ is closed to new replies.