#2259 closed defect (bug) (no action required)
wp-activate.php fails to load
Reported by: | Vincent Boiardt | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | wp-activate, activation |
Cc: |
Description
Using WordPress MU 2.9.2 with BuddyPress 1.2.3
Active plugins: None except BuddyPress
When trying to activate an account with the e-mailed URL:
http://domain.com/wp-activate.php?key=39311d695002cfa9
This happend with both my custom theme, and the default theme.
Details from the error.log
[Mon Mar 29 13:52:32 2010] [error] [client 213.115.120.218] PHP Fatal error: Call to undefined function bp_page_title() in /srv/www/domain.com/www/wp-content/plugins/buddypress/bp-themes/bp-default/header.php on line 9
[Mon Mar 29 13:54:38 2010] [error] [client 213.115.120.218] PHP Fatal error: Call to undefined function bp_page_title() in /srv/www/domain.com/www/wp-content/themes/my-theme/header.php on line 7
Your activation URL should not have "wp-activate.php" in it.
It should use the BP_ACTIVATION_SLUG.
Does the problem go away if you use the default BP theme?