Mibew Messenger Community
General => Support => Topic started by: MATTSTATON on September 06, 2009, 02:15:43 AM
-
My desktop app keeps saying "timeout, reconnecting" - it happens every 5-10 seconds. It's very hard to type messages this way.
-
Your connection is low (or has a big latency), may be a dial-up. Another version is that you installed Mibew on a slow virtual server.
Go to "Settings -> Performance".
Set "Operator's console refresh time" = 4 (or more),
"Chat refresh time" = 4 (or more).
Changing timeouts (only if it still tries to reconnect):
Edit /webim/js/source/chat.js, line 62: this._options.timeout = 5000; // 5sec, value in milliseconds
Edit /webim/js/source/users.js, line 9: this._options.timeout = 5000;
Minify Javascript (you'll need Java and Ant (ant.apache.org)):
in /webim/js/source/ run "ant"
or copy all .js files from /js/source/ -> /js/162/
-
I m getting the same problem when i uploaded the mibew on Linux server its working perfact.
But the same code and database not working on Windows NT server.
Its working but giving me timeout,reconnecting messages.
And the typed messages deliver after 1-2 minutes insted of few seconds.
-
In case you get a "Timeout, reconnecting" error in chat thread window, or waiting user's page and you're using Windows server, you may check if the line below is present in your %SystemRoot%\system32\drivers\etc\host file.
127.0.0.1 localhost
or you can directly use MySQL sever's host IP (127.0.0.1) in /libs/config.php in your database connection string.
-
I am also getting this same error, timeout, reconnecting during a chat session.
-
Same problem. That has to be something very specific within Mibew.
I have very good internet connection and Mibew instaled on dedicated server (Debian, Apache2-chrooted, Mysql5).
On same server i have few other scripts and cms (even one ajax chat). Few are quite demanding. All run fast.
Mibew is terrible slow on this machine. No traces any error in logs or comunicates but even logout is taking about 30 sec when you have /operator/users.php opened.
Browser doesn't matter (FF11, IE8, Chrome - same).
I change instalation place to cheap shared hosting and Mibew works ok.
What can I do to give You more informations?
-
After i have followed your instruction.. still facing same issue with "time out re-connecting"
-
I have installed Mibew and I am also having this issue. Was a solution or explanation ever found?