• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ General Support (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

getting weird \"timeout\" message...help???!!!

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
61 posts • Page 4 of 5 • 1, 2, 3, 4, 5

Postby Nelfo » Wed Apr 02, 2008 5:53 pm

understandable
Nelfo
Member
 
Posts: 17
Joined: Tue Feb 12, 2008 8:51 am
Top

Postby bertran » Mon Apr 07, 2008 9:06 pm

I prefer to stay with PFC as is stores messatges in text files instead of loading it from MySQL.
bertran
Member
 
Posts: 10
Joined: Sun Mar 16, 2008 7:31 pm
Top

Postby OldWolf » Mon Apr 07, 2008 11:34 pm

I'm fairly certain that this is a server side issue of some kind.

I have two different hosts I use for different applications. To make a long story short, I only ever see this issue on one of the hosts. Now that's not completely conclusive, because there's a lot of other factors that could be causing one to have it and the other to not, but it would be a starting place for looking into it.
Signature:
Read before Posting: Forum Rules
Note: I am unable to offer support through PM/e-mail at this time.
OldWolf
Site Admin
 
Posts: 1918
Joined: Sun Sep 23, 2007 5:48 am
Top

Postby bertran » Tue Apr 08, 2008 8:04 am

Interesting, what information do you need from server to check that?
bertran
Member
 
Posts: 10
Joined: Sun Mar 16, 2008 7:31 pm
Top

Postby OldWolf » Tue Apr 08, 2008 10:01 am

I have no idea, as I'm not really sure what's causing the problem. :/
Signature:
Read before Posting: Forum Rules
Note: I am unable to offer support through PM/e-mail at this time.
OldWolf
Site Admin
 
Posts: 1918
Joined: Sun Sep 23, 2007 5:48 am
Top

Postby Nelfo » Wed Apr 09, 2008 3:54 pm

I'm wondering if someone working on the PFC project is interested in finding out some answers to this problem.
Nelfo
Member
 
Posts: 17
Joined: Tue Feb 12, 2008 8:51 am
Top

Postby shini » Mon Apr 14, 2008 8:00 am

Me too!

...and I'm not so sure it's a server side problem... On the same server, people have timeout problems, and some don't...
shini
Member
 
Posts: 35
Joined: Wed Mar 05, 2008 2:10 pm
Top

Postby TheBrainless » Fri Apr 18, 2008 4:31 pm

It looks like a pfc-problem, because up to beta 11 it worked really fine and since v1.0 I also get the error... very weird...
TheBrainless
New member
 
Posts: 1
Joined: Fri Apr 18, 2008 1:52 pm
Top

Postby shini » Fri Apr 25, 2008 9:13 am

still no news... i had to remove phpfreechat from my server... it suxx.
shini
Member
 
Posts: 35
Joined: Wed Mar 05, 2008 2:10 pm
Top

Postby phpfreechat » Fri Apr 25, 2008 5:25 pm

First of all, I'm sorry concerning the delay but I have a lot of things to do in my personal life these weeks...

shini wrote:The first request send by the chat returned "pfc.handleResponse('update', 'ok', '');", but all the follwing requests returned a huge pack of data, in fact, the cache of the whole webpage...

Is it normal?

Not at all.

Could you try to check the content of the POST on each AJAX requests ?
It should be something like that :
pfc_ajax=1&f=handleRequest&cmd=%2Fupdate
I have fear of the POST content is lost on some servers (but why?) ...

To confirm this, could you try this little patch :
Code: Select all
Index: data/public/js/pfcclient.js
===================================================================
--- data/public/js/pfcclient.js (révision 1238)
+++ data/public/js/pfcclient.js (copie de travail)
@@ -1078,7 +1078,7 @@
     // send the real ajax request
     var url = pfc_server_script_url;
     new Ajax.Request(url, {
-      method: 'post',
+      method: 'get',
       parameters: {'pfc_ajax':1, 'f':'handleRequest', 'cmd': cmd },
       onCreate: function(transport) {
         this.pfc_ajax_connected = true;
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby weblexie » Sun Apr 27, 2008 1:32 pm

@kerphi
we having problem, with the timeout. its a bug that you must fix. this is a BIG PROBLEM, my user's cannot type in the chatroom, because they are idle in the long period of time (ex 1-2 minutes or so)

why is this happening? my user's getting mad because their in a BRB mode, when they come back, they are kicked out.

please FIX this BUG
weblexie
Member
 
Posts: 13
Joined: Thu Apr 24, 2008 8:22 am
Top

Postby knurft06 » Sat May 03, 2008 12:14 am

Having identical issues during the testing... Both line and server are very fast, setting timouts = timeout*3 etc.
system-ping time is < 30-40 ms

Does not make a lot of difference to the problem.

Looks like the handshaking has to be more robust AND must have some retries before fatal timeout.

Happy to test for you if you have newer versions.
knurft06
New member
 
Posts: 4
Joined: Sun Apr 27, 2008 11:44 pm
Top

Postby phpfreechat » Sun May 04, 2008 7:41 am

Yes I have a newer version ... please look above: http://www.phpfreechat.net/forum/viewto ... 9625#p9625
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby knurft06 » Sun May 04, 2008 12:01 pm

Yes I have a newer version ... please look above: http://www.phpfreechat.net/forum/viewto … 9625#p9625

Sorry but this link brings me to same page. I tried 1.1 and 1.0 version both have identical issue's . What version is the best version now please?
knurft06
New member
 
Posts: 4
Joined: Sun Apr 27, 2008 11:44 pm
Top

Postby phpfreechat » Mon May 05, 2008 1:28 pm

Yes it brings to the same page but at the #55 comment. (see above)
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

PreviousNext

Post a reply
61 posts • Page 4 of 5 • 1, 2, 3, 4, 5

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 16 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub