General > Support

I cant understand why I always appear to be offline [fixed in 1.6.4]

<< < (2/2)

Inspirer:
We resolved the problem in 1.6.4 release (should be available by the end of the week).

Or, here is the patch for /button.php (add only 3 lines):

....
 $fp = fopen($filename, 'rb') or die("no image");
+header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
+header("Cache-Control: no-store, no-cache, must-revalidate");
+header("Pragma: no-cache");
 header("Content-Type: image/gif");
 header("Content-Length: ".filesize($filename));
....

usefkl05:
Hi,

I'm using Mibew 1.6.4.  It works very well when the server is in my laptop computer, but when I put it up in the remote server, I get the same problem as described in this thread and also in this other thread http://mibew.org/forums/index.php?topic=224.0 .  I think both threads are talking about the same thing.

I already checked the values of the variables in php.ini and the parameters being passed to header() in /button.php (actually in 1.6.4 this is done in b.php).  They all match the recommended values.

But when I go to the administration console's list of awaiting visitors, I get the message "Your session is expired please login again".  At the same time, on the client when I try to initiate a chat, I only get the screen to leave a message because "no operator is available".  I get the same problem when I use the Windows desktop utility.

So it seems that when Mibew is installed in our remote Linux box, Mibew cannot see when an operator/administrator is logged in and watching the waiting customers list.  At the same time, when a customer wants to initiate a chat, all he/she gets is the screen to leave a message because "no operator is available".

I tried this with IE, Firefox and Chrome in two different computers (six combinations in total), and I keep on getting the same "session expired" message.

How can we fix this problem please?

Thanks

Navigation

[0] Message Index

[*] Previous page

Go to full version