I'm having a little trouble upgrading from WPMU 1.2.5a to 1.3. I've made some modifications to the 1.2 code so when 1.3 came out I switched to the new tag on my dev server, resolved all the conflicts, and it worked fine. But then when I copy that code to the live servers (preserving their .htaccess and wp-config.php) I get php errors. If I try to load the main blog I get:
PHP Fatal error: Call to undefined function update_object_term_cache() in /wp-includes/post.php on line 1774
If I try to load /wp-admin/upgrade.php I get:
PHP Fatal Error: Call to undefined function _http_build_query() in /wp-includes/functions.php on line 589
I've googled these errors and the only solutions offered have been to delete everything and start with a fresh copy of 1.3. Since I've customized mine I can't really do that though. Has anyone been able to find the cause of these errors yet?