• I was trying to upgrade my GD star rating but it sent me this message, which is also on my WP dash board area. what is this and how can i fix it?
    any answer is much appreciated!

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1190854 bytes) in /home/lifeint4/public_html/Advice/wp-includes/http.php on line 1327

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Check with these options:

    1) Either rename/remove Plugins folder via FTP or disables all the Plugins from database

    2. If you have an access of PHP.INI file of the account/server then change the line in PHP.ini where line shows 32M to 64M:
    memory_limit = 64M; Maximum amount of memory a script may consume (64MB)

    3. If you do not have access of PHP.ini file then add this to an .htaccess file of your domain:
    php_value memory_limit 64M
    4. Try to add this line to your wp-config.php file to increase allocated memory to PHP:
    define(’WP_MEMORY_LIMIT’, ‘64M’);

    If all this option can not resolve the issue then you need to contact your hosting service provider to resolve this issue.

    Also change the memory according to your requirement.

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What Can I do to fix this fatal error?’ is closed to new replies.