• I am experiencing an issue when trying to schedule posts to be published at a future date. I’ve noticed a lot of posts about missed schedules etc, but have not found too much about this issue so far. When trying to schedule a post, I set the future date click “ok” and click the “schedule” button. I then get a blank white screen with the following error message on it.

    Fatal error: Out of memory (allocated 155189248) (tried to allocate 20030405 bytes) in /home/content/37/5609237/html/wp-includes/wp-db.php on line 785

    I have already done a lot of work with increasing php upload amount with the php.ini file on the server to help solve other problems that the blog was experiencing. I have also upgraded to 3.0.1 (originally using a 2.9.x version) to hopefully solve the problems but so far nothing has helped.

    Looking forward to any advice. Thanks.

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Increasing the memory limit on php.ini may not work under all server configurations.

    Here are three more ways to increase PHP’s memory allocation:

    1. Try adding this to an .htaccess file:
    php_value memory_limit 64M
    
    2. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '64M');
    
    3. Talk to your host.
Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error when trying to schedule posts’ is closed to new replies.