MyBB Community Forums

Full Version: General Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo,

I get an error when I open the registration page. How do I fix this?

Stan

[Image: 2qan7ux.png]
http://docs.mybb.com/Help-Common_Error_M....284096.29 Wrote:Catchable Fatal Error (4096)

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.