MyBB Community Forums

Full Version: Member.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I tried installing the recaptcha plugin to help prevent spammers on my forum, however users cannot register now as they are faced with this error:
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: 45
Backtrace:
File	Line	Function
/inc/class_error.php	206	errorHandler->output_error
/member.php(741) : eval()'d code	45	errorHandler->error
/member.php	741	eval

I've deleted all of it's files off of my forum when I received this error.

Thanks Smile

~ David
There's no need to install it. It's a core feature in MyBB 1.6.5.

ACP > Configuration > General Configuration > CAPTCHA Images for Registration & Posting > reCAPTCHA
Sorted sorry for post guys,. If you have the same problem go to admin cp --> templates and style --> templates --> your template set --> Member Templates --> member_register

Find:
{$captcha}

Replace with:
{$hiddencaptcha}

Save the template and all should be working Smile

Thanks guys Smile

~ David

Edit: Sorry Nathan didn't see your post. Thanks Smile

~ David