• I need some help. I have a couple blogs that have been hitting a wall with fatal errors of late and I need to find out how to stop them from happening. Here is the latest, that won’t even allow me to activate a plugin…

    I know I am not out of memory as my web host gives me unlimited space, and I have installed this on other blogs and have no issues there… PLEASE HELP!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Don’t get memory and diskspace/bandwidth confused.

    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 = 64M ; Maximum amount of memory a script may consume (64MB)

    2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M

    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '64M');

    4. Talk to your host.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Errors just keep happening everywhere…Allowed memory size exhausted!’ is closed to new replies.