• Resolved mike58

    (@mike58)


    When I try to login at my backend I get this error-message:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/jovis/public_html/blog/wp-content/plugins/wp-security-scan/simplepie.inc on line 3114

    How could I resolve this problem?
    any tip on a solution is very appreciated!

    regards

    mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    Try one (or all) of these:

    1. Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '64M');
    
    2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
    
    3. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M
    
    4. Talk to your host.
    Thread Starter mike58

    (@mike58)

    Thanks a lot, macmanx!!!

    you did it!:))

    had already talked to my host and it was right settings in the php.ini in the public_file.
    my site disappeared and I couldn′t login at the backend.
    the site came back (with minor faults) when I copied the php.ini to the blog-folder(tip from my host)

    and when I did your first tip (1) everything got back to normal and I could login at the backend.

    must learn more about server-settings and settings in wordpress…
    don′t know what happened but all is solved now!

    this site was a smallbusiness site so it was necessary to get it online as soon as possible.

    it would be nice to have one support for free (like this) and one support for fast easy paid support.
    sometimes one must get a fix fast – and it could be worth some money to get it.
    I would have paid for this.
    I try to help others like you helped me, instead.

    thanks again macmanx!!!

    regards

    mike

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ERROR: wp-security-scan/simplepie.inc on line 3114’ is closed to new replies.