• Resolved Rangga

    (@jurnalkreatif)


    hi guys..
    i get this line on my admin dashboard, is any one know what was wrong and how to fix it:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/xxxxxxxx/public_html/wp-admin/includes/class-wp-list-table.php on line 800

    thanks in advance for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • try deactivating all plugins and testing

    if that isn’t it:

    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 128M:
    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 Rangga

    (@jurnalkreatif)

    wow it work sam.. thanks alot, really.. really thanks..
    i love you.. lol ^_^

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allowed memory size exhausted’ is closed to new replies.