WordPress users reporting issues in WP 2.0.1 by Duncan February 26, 2006 WordPress users are reporting issues with the latest version of WordPress, 2.0.1, including time outs and 404 error messages when posting. More at WordPress support here. 5 Comments
I’ve developed a fix and submitted it to the WP core. The solution revolves around changing line 1403 of function.php to read:if( !$posts || $posts[0]->ID )
Hence the reason I’m still running 1.52 here ;-)
Matt
10 day old support forum threads are Blog Herald-worthy now?
The only problem with that I’ve ever had with 2.0.1 is when I’m forced to use IE.
I’ve developed a fix and submitted it to the WP core. The solution revolves around changing line 1403 of function.php to read:
if( !$posts || $posts[0]->ID )
Further info on the patch:
http://www.technosailor.com/wordpress-201-posting-bug/