2013-08-13, 10:00 AM
2013-08-13, 10:03 AM
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.