MyBB Community Forums

Full Version: captcha error.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I recently installed myBB on a domain. After installation, it seemed to be facing problems during new registrations.

IF I choose "mybb Default Captcha" in General configuration, I get the following error:

MyBB has experienced an internal error and cannot continue.

Quote: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

If I turn off the captchas for registration, it works fine. However, I don't think it is a good idea to turn off the captchas. And I do not have reCaptcha account. Can someone help me out in here?

If it helps, I am using "blue lust" theme.
Go to: AdminCP > Templates > Your theme's templates > Member Templates > member_register > and search for;
{$captcha}
and CHANGE it into;
{$hiddencaptcha}
Okay, it seems to be the problem with the theme. I switched the theme to default and it worked fine. Can someone help now?

(2012-04-17, 02:06 PM)Yaldaram Wrote: [ -> ]Go to: AdminCP > Templates > Your theme's templates > Member Templates > member_register > and search for;
{$captcha}
and CHANGE it into;
{$hiddencaptcha}

Has anyone told you "you rock"? I just did! Thanks mate.