Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#2259 closed defect (bug) (no action required)

wp-activate.php fails to load

Reported by: vincent-boiardt's profile 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

Change History (3)

#1 @r-a-y
15 years ago

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?

#2 @Vincent Boiardt
15 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Good point!

The activation link was forwarded to me. I don't know the details of how he registered so I'll change this to resolved.

#3 @r-a-y
15 years ago

I'm guessing the person registered via wp-signup.php instead of the BP_REGISTER_SLUG.

Note: See TracTickets for help on using tickets.