MyBB Community Forums

Full Version: Error in user register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when my users go to register that get taken to the Registration Agreement but after u press ok i get this error can sum1 help me please
iv inc a screenshot in the Attachment

this is the error messege

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(766) : eval()'d code
Line: 44
Backtrace:
File Line Function
/inc/class_error.php 206 errorHandler->output_error
/member.php(766) : eval()'d code 44 errorHandler->error
/member.php 766 eval
1. Try reverting back your 'member_register' template to default, or just find the variable {$captcha}, if it is there : change it to {$hiddencaptcha}.
2. If you have "Registration Security Question" plugin installed : deactivate and reactivate the same.