• Alright, I’ve tried forums and the documents and I’m still not having any luck. All my back-end links work except for “Edit Pages”.

    I tried editing wp-config.php as suggested to define memory limit of 96M, then I tried 300 and 400M, but no change in the error, so I removed that code and returned to my original wp-config. Actual error:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in D:\Hosting\2481289\html\condo-alexandria\wordpress\wp-includes\meta.php on line 209

    My host is Godaddy if it makes any difference.

Viewing 5 replies - 1 through 5 (of 5 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.

    Thanks,

    Shane G.

    Thread Starter everwill

    (@everwill)

    I’ve tried #4. I don’t think it’s #1 and hope it’s not because I need nearly all my plugins. I will try #2 and report back.

    Thread Starter everwill

    (@everwill)

    Godaddy tech support is now trying to tell me that I’m using too much memory. I really hate them and would leave in a heartbeat if I could do so without any downtime. Godaddy support is trying to tell me not to run so many plugins.

    Thread Starter everwill

    (@everwill)

    I’m now being told that I need to create / install my php.ini file. Anyone have a recommended base for php.ini for PHP 5.0?

    Thread Starter everwill

    (@everwill)

    A fellow Godaddy user recommended that change wp-config to add
    define(’WP_MEMORY_LIMIT’, ’64M’);

    Just after * @package WordPress
    */

    I tried it …

    No luck. So I bumped it up to 96M … still no change.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal error: Allowed memory size exhausted when editing pages’ is closed to new replies.