MyBB Community Forums

Full Version: Captcha Internal Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB Internal 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(769) : eval()'d code
    Line: 44
Backtrace:
    File 	Line 	Function
    /inc/class_error.php 	206 	errorHandler->output_error
    /member.php(769) : eval()'d code 	44 	errorHandler->error
    /member.php 	769 	eval

Please contact the MyBB Group for support.

No one can register. It does this with both the default captcha and the reCaptcha.
http://docs.mybb.com/Help-Common_Error_M....284096.29

This error occurs when you upgrade your forum from MyBB 1.6.4 or older versions to MyBB 1.6.5 or newer and one of your template (member_register) has to be updated. To resolve it, login to your Admin Control Panel > Templates > Your theme's templates > Member Templates > member_register > and find;

{$captcha}
and REPLACE it to;

{$hiddencaptcha}
It should resolve the error.
Oi, didn't even think to check the docs... Thank you.