• I am getting the following errors on three of my sites

    Please let me know how to correct these errors if possible so that I can get my sites back

    Thanks,
    Diane
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/flatscre/public_html/wp-content/plugins/wassup/wassup.php on line 2026

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/antiquec/public_html/wp-content/plugins/wassup/lib/main.php on line 1648

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/impactwr/public_html/wp-content/plugins/wassup/wassup.php on line 2493

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

    (@dtemple)

    I have done that and I still don’t have admin access and the
    error is still showing up on my home page

    Thanks,
    Diane

    try de-activating all plugins but the one
    if works, re-activate one by one – testing in between

    Thread Starter dtemple

    (@dtemple)

    I can’t get to the admin area to deactivate the plugins
    When I try to get to the admin section, it gives me this error
    also on the admin login page so I can’t get into the admin area

    Thanks,
    Diane

    then you will need to ftp to site or use host’s file manager to rename wassup folder
    this will deactivate it and let you log in
    rename it back to normal to activate it when ready
    this plugin does work as I use it on several sites

    Thread Starter dtemple

    (@dtemple)

    i had a next-gen slide show on the page the wassup plugin knocked it out with this error and I can’t get into the admin area to
    do anything

    Thanks,
    Diane

    Thread Starter dtemple

    (@dtemple)

    How do I rename it
    Do i just back it up or just change the name to something else

    Thanks,
    Diane

    Thread Starter dtemple

    (@dtemple)

    Thanks
    It has been fixed

    Diane

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

The topic ‘[Plugin: Wassup] Fatal Error Allowed Memory Size Exhausted’ is closed to new replies.