Open GoogleCodeExporter opened 9 years ago
same problem
teo
Original comment by matteobi...@gmail.com
on 22 Oct 2009 at 5:06
hosthing problem ??
Original comment by kambin...@gmail.com
on 25 Oct 2009 at 7:08
i dont know ..can help me??
Original comment by kambin...@gmail.com
on 1 Jan 2010 at 6:01
Same problem, can anyone please help me?
Original comment by balan....@gmail.com
on 17 Jan 2010 at 6:43
i thing, use the "daemon" it is a "pear" php
easy way you can use script "set_time_limet(0);" in excute page
Original comment by last_edi...@hotmail.com
on 1 Mar 2010 at 11:10
same problem..
I'm trying to connect from local server and from hosting but no results.
I'm also trying to connect on different XMPP servers (talk.google.com and
jabber.ru)..
Always I got 'Could not connect before timeout.'. Here is verbose logs:
1269283038 [INFO]: Connecting to tcp://allports.jabber.ru:5222
1269283038 [ERROR]: Could not connect.
1269283043 [INFO]: Connecting to tcp://allports.jabber.ru:5222
1269283043 [ERROR]: Could not connect.
1269283048 [INFO]: Connecting to tcp://allports.jabber.ru:5222
1269283048 [ERROR]: Could not connect.
1269283053 [INFO]: Connecting to tcp://allports.jabber.ru:5222
1269283053 [ERROR]: Could not connect.
1269283058 [INFO]: Connecting to tcp://allports.jabber.ru:5222
1269283058 [ERROR]: Could not connect.
1269283063 [INFO]: Connecting to tcp://allports.jabber.ru:5222
1269283063 [ERROR]: Could not connect.
Could not connect before timeout.
1269282922 [INFO]: Connecting to tcp://talk.google.com:5222
1269282922 [ERROR]: Could not connect.
1269282927 [INFO]: Connecting to tcp://talk.google.com:5222
1269282927 [ERROR]: Could not connect.
1269282932 [INFO]: Connecting to tcp://talk.google.com:5222
1269282932 [ERROR]: Could not connect.
1269282937 [INFO]: Connecting to tcp://talk.google.com:5222
1269282937 [ERROR]: Could not connect.
1269282942 [INFO]: Connecting to tcp://talk.google.com:5222
1269282942 [ERROR]: Could not connect.
1269282947 [INFO]: Connecting to tcp://talk.google.com:5222
1269282947 [ERROR]: Could not connect.
Could not connect before timeout.
So how I can fix the problem? Can anybody help me?
(I'm realy don't want to debug all XMPPPHP code :D )
Original comment by legendar
on 22 Mar 2010 at 3:47
Exactly same problem here with the latest git.
Original comment by m.botanch@gmail.com
on 27 May 2010 at 9:45
Not working for me either.
But actually, it worked on localhost, but strangely not in Yahoo web hosting.
I am not sure what the problem is, PHP version, or anything else??
Original comment by jaypatel...@gmail.com
on 13 Nov 2010 at 7:13
It won't work for me in localhost too...
It throws below error...
1294308287 [ERROR]: Could not connect. 1294308292 [ERROR]: Could not connect.
1294308297 [ERROR]: Could not connect. 1294308302 [ERROR]: Could not connect.
1294308307 [ERROR]: Could not connect. 1294308312 [ERROR]: Could not connect.
Fatal error: Uncaught exception 'XMPPHP_Exception' with message 'Could not
connect before timeout.' in
/home/sivakumar/workspace/easymedmobile.com/htdocs/test/XMPPHP/XMLStream.php:327
Stack trace: #0
/home/sivakumar/workspace/easymedmobile.com/htdocs/test.php(6):
XMPPHP_XMLStream->connect() #1 {main} thrown in
/home/sivakumar/workspace/easymedmobile.com/htdocs/test/XMPPHP/XMLStream.php on
line 327
Original comment by gsiv...@gmail.com
on 6 Jan 2011 at 10:03
same problem.
set_time_limet(0); - didn't work.
on another hosting all working correctly with same php version.
Original comment by Dmitriy....@gmail.com
on 22 Feb 2011 at 2:12
problem solved!
tcp port was closed. Message to support hosting is all of you need ;)
Original comment by Dmitriy....@gmail.com
on 22 Feb 2011 at 4:28
Please help me with details for sending mail to hosting support.
Which tcp port? etc.
Thanks you
Original comment by ananthak...@gmail.com
on 18 May 2011 at 12:48
same with my problem
i use xmpphp rc2 77. with PHP Version 5.2.13
and i use sendmessage_example.php (absolutly i modified that info in there).
i succes to run it in localhost, but i don't know why i can't run it in my web
hosting. Although i try to upload it in the some of free hosting too.
please help me
thanks
Original comment by darkslay...@gmail.com
on 19 Jun 2011 at 4:04
You should override function connect() in file XMLStream.php (or extend this
class) with this code
http://www.everfall.com/paste/id.php?5m5g9qqcnawk
Original comment by dvas...@gmail.com
on 5 Jan 2012 at 10:32
i have the same problem
Original comment by surajroc...@gmail.com
on 24 Jan 2013 at 11:16
is there anyone who can help me ?
Could not connect before timeout.
how to send message in gtalk through php script
Original comment by surajroc...@gmail.com
on 24 Jan 2013 at 11:17
I solve. Because server php version its 5.2.6, says "Could not connect before
timeout". In other server with php version 5.2.9 are runned.
Original comment by did...@gmail.com
on 5 Sep 2013 at 12:51
I soloved .
just close your selinux
# setenforce 0
Original comment by e421083...@163.com
on 23 Jul 2014 at 6:47
Original issue reported on code.google.com by
kambin...@gmail.com
on 25 Jun 2009 at 3:38