MyBB Community Forums

Full Version: Registration Error Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I click "Register" and the Registration Agreement comes up fine, so I press "I agree", but instead of being met by the signup fields I get this:
[Image: 219500245]

I am currently running MyBB 1.6.5

How do I fix this! This means no new members can sign up!
Admin Control Panel -> Templates & Style -> Templates -> Your theme's templates -> Member Templates -> member_register

Find:
{$captcha}

Replace With:
{$hiddencaptcha}
(2012-07-23, 05:03 PM)Vernier Wrote: [ -> ]Admin Control Panel -> Templates & Style -> Templates -> Your theme's templates -> Member Templates -> member_register

Find:
{$captcha}

Replace With:
{$hiddencaptcha}

It works now! Thanks!
Always happy to help Wink