
If you visited my site in the last 9 hours and found it displaying nothing but an error message, my apologies. It’s part of the danger of running my site out of the WordPress SVN trunk (i.e., beta code), and taking advantage of new features.
My site automatically pulls in the latest code changes from SVN at midnight. And it seems that sometime yesterday, all of the post_image_* functions were renamed to post_thumbnail_*, and I failed to wrap one of my function calls with function_exists() protection. So from midnight until about 9:00am, my site was bombing out with a fatal call to a non-existent function. Oops!
Anyhow, I’ve fixed it (and added in the protective wrapper), so things are back to normal now.
Oh, and all of you who have written tutorials about how to use the new post thumbnail features in your themes? Time to rewrite them. ![]()

“My site automatically pulls in the latest code changes from SVN at midnight.”
You’re a braver man than I am Charlie Brown…
Aside from wrapping the functions in an if…then statements, any problems with the SVN version? I’m using the version from SVN but have not updated my theme to use the new functions.
Pingback: WordPress Picks [12/13] | Techtites
Pingback: I Twitt – 21.03 « RunBay.net
Pingback: Twitter Weekly Updates for 2009-12-14 « RunBay.net
Pingback: Twitter Updates for 2009-12-15 « RunBay.net
wow…pulling source from SVN to your production site! YES you are BRAVE
It’s certainly best practice to have continued integration like this but I guess it should take place in a integration environment wher you could run a few automated test….you seam like geek enough to set that up also… Anyway thanks for the information I was getting confused about the tuts using different function calls.
Pingback: Most Important Enhancements and New Features In Wordpress 2.9 | tripwire magazine
Pingback: Most Important Enhancements and New Features In Wordpress 2.9 | Afif Fattouh - Web Specialist
I think pulling source from SVN to production site isn’t good ideas, since little changes can make huge difference. Or I just too scare to do that. LOL
You site works fine. For me I always rely on wordpress plugin with highest rating and do some research about the plugin before installing my blog.