• Resolved renkenbet

    (@renkenbet)


    Hello I’m new to this forum and Word press environment,
    I have been running a few WP Blogs for the past 6 months now.
    On one of the blogs I’m running the site loads fine without any errors, but when I attempt to access my Wp dashboard I get an error page saying:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)

    How can I correct this error please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1st try deactivating all plugins and testing
    if works, re-activate one by one

    or you could really be running out of php memory, so try one of these options

    1. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '128M');
    
    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 = 128M ; Maximum amount of memory a script may consume (128MB)
    
     3. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 128M
    
     Talk to your host.

    Thread Starter renkenbet

    (@renkenbet)

    You are correct.It was one of the plugs in.
    I uninstalled it and problem is solved.
    An extreme Thank You Samual B.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FATAL ERROR’ is closed to new replies.