• Hi,
    I have been running a website on webhosting world which got hacked recently and I have lost the lot.
    I have cleaned the directory and tried re-installing ( 3.1 is the version available) but now in on teh dashboard, under plugins, incoming links and blog there is a fatal error message Fatal error: Out of memory (allocated 23068672) (tried to allocate 388172 bytes) in /home/eaglesre/public_html/wp-includes/class-feed.php on line 4.
    This is the type of message I have been getting when I try to log-in or upload images.
    I just tries to check for updates as I know this is an old version, but I got the message Fatal error: Out of memory (allocated 21233664) (tried to allocate 7680 bytes) in /home/eaglesre/public_html/wp-admin/includes/class-wp-list-table.php on line 567.
    Any ideas guys??? I am gettign very fed-up
    ta

Viewing 2 replies - 1 through 2 (of 2 total)
  • Increase the size of your memory. You may ask your web hosting provider to increase it for you

    Using FTP, try increasing the memory for PHP and WordPress by editing the memory_limit line in your php.ini (if you have access to it) to 64M:

    memory_limit = 64M;

    If you can’t get to the php.ini file, add this line at the top of your .htaccess file:

    php_value memory_limit 64M

    If that doesn’t work or throws an error, add this line near the top of your wp-config.php file right after the opening <?php

    define('WP_MEMORY_LIMIT', '64M');

    If none of those work, your host probably doesn’t allow memory allocation overrides. You’re stuck with what they give.

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

The topic ‘Installation on web hosting world’ is closed to new replies.