• Resolved planetanya

    (@planetanya)


    Hello

    I just got a Fatal error on my home page. Everything else seems to work. Help!

    a

    : Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home1/planeta6/public_html/wp-content/themes/fusion/header.php on line 150

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 planetanya

    (@planetanya)

    Samuel – nice one 1) worked a treat. BIG thanks for the speedy response.
    a

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error on home page.’ is closed to new replies.