emdee90
Member
Posted 15 years ago #
I upgraded my wpmu install to the latest edition and I receive the following error when trying to access a newly created blog:
Fatal error: Call to undefined function wp_get_current_user() in /home/.chardonnay/flyblog/flyblog.com/wp-includes/capabilities.php on line 446
I searched the forum and there is not a "widgets" directory in /plugins or /mu-plugins
Oy! I'm suffering the same problem.
Fatal error: Call to undefined function wp_get_current_user() in /web/blogs.plymouth.edu/wp-includes/capabilities.php on line 446
I compared our local install against the download and found no differences in wp-includes/capabilities.php
or wp-includes/pluggable.php
.
Me thinks something isn't getting called in the correct order, but what?
Fixed! Searching the regular codex I found a couple pages that suggested I look to plugins.
http://wordpress.org/support/topic/118278?replies=11#post-561936
http://wordpress.org/support/topic/118278?replies=11#post-637135
I moved all the wp-content/mu-plugins/*
to another directory and the new blogs worked. I then moved those plugins back one by one and found some old pre-mu1.0 release plugins that we didn't need. Everything works now.