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.
Problem;

I have Upgraded my forums from mybb1.6.3 to 1.6.5 i have many plugins installed ,google seo is on also (new instalation). New visitors CAN'T register on forum because get this error with reCAPTCHA enabled or Mybb default CAPTCHA:
 Catchable Fatal Error (4096)

Url of my site:
http://azd.ro/forum/member.php?action=register

Upgrade from:
MyBB 1.6.3 To MyBB 1.6.5

ScreenShoot:
[Image: mybberror.png]


Error Lines Content:

1. /inc/class_error.php
Line 203 to 206

			// Do we have a PHP error?
			if(my_strpos(my_strtolower($this->error_types[$type]), 'warning') === false)
			{
				$this->output_error($type, $message, $file, $line);
			}

2. /member.php(741) : eval()'d code

line 42 to 44

	case "lostpw":
		add_breadcrumb($lang->nav_lostpw);
		break;

Line 739 to 743

		$plugins->run_hooks("member_register_end");

		eval("\$registration = \"".$templates->get("member_register")."\";");
		output_page($registration);
	}

I have re-upload the file called "member.php" - The same result...
I don't use a Plugin for captcha i use the default one from mybb
Hi,

The MyBB group offers support under the conditions of our Support Eligibility policy. It is apparent that one or more of your forums do not meet the conditions of our policy and therefore you are ineligible for support. This could be because of adult, piracy or hacking related content or because your forum does not display the minimum “Powered by MyBB” notice.

If you have any questions regarding this policy please post in the Private Inquiries forum.

Regards,
The MyBB group.