Wordpress 2.0 bug fixes
January 30, 2006
If you’ve downloaded Wordpress 2.0, you may have struck one or more of the following annoying bugs. I’ve heard that an updated version will be out soon (2.01) but here are some quick fixes for you in the meantime.
- Uploading images: when you click on the “Use original” option, it still sends the thumbnail to the editor. You have to manually resize by dragging the corner of the image or by editing the HTML.
- Solution: Grab the fixed version of inline-uploading.php (from Wordpress) and upload to your
wp-adminfolder. - Always logged out: when you’re already logged in but it says you’re logged out. This gets really tedious really fast.
- Solution: Grab the fixed version of wp-login.php (from Wordpress) and upload to the directory you installed Wordpress into.
- Permalink sagas: There’s lots of permalinks issues out there, since the system was changed drastically in Wordpress 2.0. I haven’t had too many issues, although I noticed that since I’ve set my blog up in /blog/, whenever there was the word “blog” in my post title, the permalink went to a 404.
- Solution: Replace functions-post.php and classes.php and put them both into your
wp-includesfolder.
A word of caution:
It’s always a really good idea to make a backup before changing anything. I’m not resposible for any changes you make.






See also
Comments
No comments yet.