Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eli

    (@scheeeli)

    I believe this is due to a lack of memory allocated to your PHP processes. You could try increasing the memory limit. Here are three examples of how to do that:
    in your php.ini file
    memory_limit = 256M
    in your .htaccess file
    php_value memory_limit 256M
    in your php script
    ini_set('memory_limit', '256M');

    Let me know how that works. If you need more help you can email me admin credentials to your site and I’ll take look. You can send emails to wordpress at ieonly dot com

    Aloha, Eli

    Plugin Author Eli

    (@scheeeli)

    I have a BETA release 1.2.07.30 that has already worked for a few other people who were having the same problem. It’s not finished and it doesn’t work for everyone but if you want to give it a try you can download it here:
    http://wordpress.org/extend/plugins/gotmls/developers/
    (look for 1.2.07.30 under “Other Versions”)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Get Off Malicious Scripts (Anti-Malware)] PHP has encountered a Stack overflow’ is closed to new replies.