Fatal error: Internal Zend error

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Flappers
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Sep 22, 2013 4:20 am

Fatal error: Internal Zend error

Post by Flappers »

Hi all

I was advised to come here when support said they were unable to help on this particular message.

For the last few weeks I've been working on a new site for our community, which sits on a sub domain on it's own database.

It contains an Instant Messenger script that works with PHPbb users.

This script was working fine up until today when I'm getting a new error message:

Fatal error: Internal Zend error - Missing class information for in /usr/www/xxx/xxx/xxx/im.php on line 39

From line 39, the code is:

Code: Select all

{
		var $p_master = null;
		var $config = array();
		var $items = array(
			'onlineUsers'	 => array(),
			'groups'		 => array(),
			'chatBoxes'		 => array(),
			'message'		 => array(),
			'user_online'	 => 0,
			'typing'		 => array(),
			'onlineList'	 => '',
			'onlineCount'	 => 0,
			'recd'			 => true,
		);
Now this was working before and now it's not, which is very strange.

I did a bit of research and it seems to indicate that this is actually a bug within PHP, and has something to do with the Alternate PHP Cache.
People advise to disable it, others advise to increase the memory. (Honestly, I just know how to HTML and CSS, php is a bit beyond me).

Can anyone assist with this error?

Thanks in advance
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Fatal error: Internal Zend error

Post by Edge100x »

If your script uses the user cache feature of APC, disabling that would probably be a good place to start. I'm not sure how to disable APC overall for a single site.
Flappers
New to forums
New to forums
Posts: 3
Joined: Sun Sep 22, 2013 4:20 am

Re: Fatal error: Internal Zend error

Post by Flappers »

Hi

This script is not mine, it's just another plugin for phpbb, so I would have absolutely no clue where to look to disable this caching in that script.

Any idea what to look for and what to change?
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Fatal error: Internal Zend error

Post by Edge100x »

I'm not familiar with that particular plugin, and I'm not able to immediately find information on it. I would recommend contacting its developer and asking him for more help with the bug and how to work around it.
Flappers
New to forums
New to forums
Posts: 3
Joined: Sun Sep 22, 2013 4:20 am

Re: Fatal error: Internal Zend error

Post by Flappers »

Ok understandable.

Thanks for your help. I've just purged the database entries it's made and removed the script. It's not a necessity to have it and the end of the day :)
Post Reply