• Resolved successws

    (@successws)


    I’ve been happily blogging and adding plugins, to get the site I’d like and now I gett his error message

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 1452777 bytes) in /home/masonp/public_html/wp-includes/functions.php on line 965

    Is this a hack or something else?? any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • A quick forum search would have shown that this is not a hack.

    http://wordpress.org/support/topic/253495#post-1017842

    Thread Starter successws

    (@successws)

    thanks esmi ….I also had issues with other wp blogs recently … wonder if they’re related.

    Hi,

    Check with these options:

    1) Either rename/remove Plugins folder via FTP or disables all the Plugins from database

    2. If you have an access of PHP.ini file of the account/server then change the line in PHP.ini where line shows 32M to 64M:
    memory_limit = 64M; Maximum amount of memory a script may consume (64MB)

    3. If you do not have access of PHP.ini file then add this to an .htaccess file of your domain:
    php_value memory_limit 64M

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

    If all this option can not resolve the issue then you need to contact your hosting service provider to resolve this issue.

    Thanks,

    Shane G.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Memory error or have I been hacked?’ is closed to new replies.