MyBB Community Forums

Full Version: Registration Error, anything wrong?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey
Is there anything blatantly wrong with this that I'm missing? I tried to add a cool modal login box using this guide, and it didn't work. A guy told meon another forum he gets this error when trying to register:
Quote: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:

It said the errors were here:

/inc/class_error.php 206 errorHandler->output_error
/member.php(769) : eval()'d code 44 errorHandler->error
/member.php 769 eval

Thing is, I edited the LOGIN templates, NOT the REGISTER templates Sad What am I looking for and what causes these errors? I'm a newbie at PHP.

Also sorry if this has already been asked!
Did you try a search for this error? There are many threads on it.

In the member_register template, find {$captcha} and change it to {$hiddencaptcha}
(2012-06-05, 01:52 PM)MattRogowski Wrote: [ -> ]Did you try a search for this error? There are many threads on it.

In the member_register template, find {$captcha} and change it to {$hiddencaptcha}

Worked, thanks for your time, and for not getting frusturated with a newbie. Blush best answer, +1 rep

And now i didn't search, I didn't know what to search for... the error? The problem? Both?