Support Forums
User register page - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21)
+---- Thread: User register page (/showthread.php?tid=27283)



User register page - riptpage - 10-27-2012

Hi new to site I hope someone can help me with this.

I am having a issue with new members creating account. My user can access the register page and enter all the required fields, but when they submit "Create account" the page simply refreshes with all the fields remaining except password.

Unfortunately I built this site on wordpress using buddypress and cant locate anyone to help me with this problem. I have narrowed it down to a theme issue. But cannot figure out what line is causing the error. These lines concern me:

PHP Code:
<?php if ( 'registration-disabled' == bp_get_current_signup_step() ) : ?>
                <?php do_action'template_notices' ?>
                <?php do_action'bp_before_registration_disabled' ?>

                    <p><?php _e'User registration is currently not allowed.''cc' ); ?></p>

                <?php do_action'bp_after_registration_disabled' ); ?>


Im not sure if this is what is causing the error, Could someone pleeeeeeeeease help site has been down a whole week due to this.