MyBB Community Forums

Full Version: Catchable Fatal Error (4096)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please help me

[Image: SzbIHl9ZQZy1olHz6GWW7A.png]

EDIT: i already upload member.php file but still same error and i delete recaptcha file too.
check member_register template of your theme - does it have {$captcha} or {$hiddencaptcha} ?
it should be {$hiddencaptcha}
Hello can you try this.
  1. Go to Admin CP > Templates > Your Theme’s Template Set > Member Templates > member_register.

  2. Find:
    {$captcha}

  3. Replace it with:
    {$hiddencaptcha}
If you need anymore help please feel free to reply.
(2017-08-07, 04:27 PM).m. Wrote: [ -> ]check member_register template of your theme - does it have {$captcha} or {$hiddencaptcha} ?
it should be {$hiddencaptcha}

it's already {$hiddencaptcha}

at member_register Line 37 to 46 this script

</tr>
{$hiddencaptcha}
</table>
</fieldset>
{$requiredfields}
{$customfields}
{$referrer}
{$captcha}{$captcha}{$regimage}
{$questionbox}
</td>

@Brian. please please please help me.
well, remove both {$captcha} from this line => {$captcha}{$captcha}{$regimage}
(2017-08-07, 04:49 PM).m. Wrote: [ -> ]well, remove both {$captcha} from this line => {$captcha}{$captcha}{$regimage}

wow it's fixed let me try to register now