Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1296 closed defect (bug) (fixed)

register leads to a blank page

Reported by: helenacanta's profile helenacanta Owned by:
Milestone: Priority: minor
Severity: Version:
Component: Keywords:
Cc: xenlab

Description

When clicking on register, we go to http://musicaltales.com/fantasycommunity/wp-signup.php and this is a BLANK PAGE!

I'm currently paying to promote a site where no-one can register!

Please solve this fast!

It seems to be linked to the default buddypress theme. When using a regular wordpress theme, register works.

Of course we need a buddypress theme to enjoy the social network features.

Change History (2)

#1 @xenlab
15 years ago

  • Cc xenlab added
  • Priority changed from critical to minor

Blank pages hide the true error messages.

Insert this into your wp-config.php file and then report the error that is displayed when you try to register:

define('WP_DEBUG',true);
ini_set('display_errors',1);

This could be any number of things, and more than likely has something to do with your setup, a different plugin, or some modifications you did to the code or theme.

Thanks!

#2 @johnjamesjacoby
15 years ago

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

(In [2068]) Fixes #1252, Fixes #1296, Fixes #1292, Fixes #1103

Note: See TracTickets for help on using tickets.