MyBB Community Forums

Full Version: Registration Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
EDIT: Mostly fixed, I was able to just disable captcha in ACP. Thanks.

Firstly, I had this issue when a user would try to register (after clicking I Accept):

MyBB has experienced an internal error and cannot continue.

Error Type:
    Catchable Fatal Error (4096)
Error Message:
    Object of class captcha could not be converted to string
Location:
    File: member.php(741) : eval()'d code
    Line: 44
Backtrace:
    File 	Line 	Function
    /inc/class_error.php 	206 	errorHandler->output_error
    /member.php(741) : eval()'d code 	44 	errorHandler->error
    /member.php 	741 	eval

After that, I read MattRogowski's answer to this question that someone else had and changed {$captcha} to {$hiddencaptcha} in member_register. When a user would try to SUBMIT the registration after that, they get this:

Please correct the following errors before continuing:
    The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image.

The "Hidden Captcha" option is turned off, in case that matters at all.

Can anyone help me? :/

My site: http://landofblocks.com/
have you installed any captcha plugins since setting up your site if so disable them and try
(2012-03-11, 10:23 AM)hagz Wrote: [ -> ]have you installed any captcha plugins since setting up your site if so disable them and try

No plugins that would affect registration/captchas at all.
I really need help, this is restricting members from being able to register on my site Sad