December 17, 2008 at 4:07 pm · Filed under Software, The blog
I upgraded tumble*jalada (which is running on a server running Lighttpd) to WordPress 2.7 on release, and everything seemed to be OK – the upgrade was actually very quick and easy. I had set up my WordPress installation to use SVN so it was a one line svn sw command.
However I had a problem, scheduled posts stopped working. I knew from previous problems with scheduled posts that they are produced by wp-cron.php running for requests to the blog and if the time has gone past for the scheduled post to be posted, it causes it to be posted. I took a look in my lighttpd log file, and discovered this error was being produced by wp-cron.php being accessed:
2008-12-16 13:04:56: (request.c.1110) POST-request, but content-length missing -> 411

