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,
);
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