Opened 14 years ago
Closed 14 years ago
#2398 closed defect (bug) (worksforme)
Lost all blogs
Reported by: | stiddy | Owned by: | |
---|---|---|---|
Milestone: | 1.2.5 | Priority: | major |
Severity: | Version: | ||
Component: | Blogs | Keywords: | |
Cc: |
Description
I just upgraded to the new version. I can see the blogs in my admin, but cannot access them.
error:
Fatal error: Call to undefined function wp_get_current_user() in /home/stidsti9/public_html/homechurchresource.com/hcc/wp-includes/capabilities.php on line 969
Help.
Change History (6)
#3
@
14 years ago
The wp_bp_user_blogs table gets wiped out after upgrading to BP 1.2.4.
The problem is with the $current_site->id addition in:
http://trac.buddypress.org/changeset/2992/branches/1.2/bp-blogs.php
Note: See
TracTickets for help on using
tickets.
wp_get_current_user() is in includes/pluggable.php which is loaded very near the beginning of your WordPress install chain. If you're getting this message something fairly fundamental has broken. It's probably best if you open a thread on the BuddyPress forums http://buddypress.org/support/topics/ with full details of your install, or/and to restore your blog/DB to its previous version and try the upgrade again.