Opened 13 years ago
Closed 13 years ago
#3682 closed defect (bug) (fixed)
fatal error on clean install
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | major |
Severity: | major | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
When installing trunk on a fresh WordPress 3.3-beta, the following message appears in the log. I've seen this happen in WordPress 3.2, so it's not new. It happens immediately after completing the installation wizard.
It doesn't seem to cause any actual errors or impact on the page.
[13-Oct-2011 20:05:33] PHP Fatal error: Call to undefined function bp_is_active() in /Users/paul/Sites/example.com/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin.php on line 45
Change History (4)
#2
@
13 years ago
I've just tried this again and now/also getting:
Fatal error: Call to undefined function bp_core_add_admin_menu() in /Users/paul/Sites/example.com/wp-content/plugins/buddypress/bp-core/admin/bp-core-update.php on line 1160
Weird that it says "fatal" but you don't see any errors. Is it an asynchronous request? Turn on Persist mode in the Firebug console and see what you get.