MyBB Community Forums

Full Version: Unsure of this Error Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
URL: DelightBids.com

Area of error: http://delightbids.com/member.php

Error Info:
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
Please contact the MyBB Group for support.

Any suggestions for fixing this?
In the member_register template, find,

{$captcha}

replace with,

{$hiddencaptcha}
(2012-02-05, 02:02 AM)Solidus Wrote: [ -> ]In the member_register template, find,

{$captcha}

replace with,

{$hiddencaptcha}

I cannot find that directory in the templates are.
Edit: You sir are a life saver.