| Author |
Message |
XbcSharpShooter
Beginner


Joined: Sep 23, 2004 Posts: 13
|
Posted: Sun Dec 18, 2005 5:08 pm Post subject: Socket connection error: Connection timed out |
|
|
At the top of my gallery in phpnuke in red it says Socket connection error: Connection timed out
http://www.disposalfilms.com/main/modul ... e=Gallery2
it take about 10-15 seconds for the gallery to load each page. My nuke site refreshes and loads quickly but when you go in the gallery it takes 10-15 seconds per page.
Does anybody know what the problem is?
Thanks,
Chris |
|
| Back to top |
|
|
AdBot
|
| Post subject: Socket connection error: Connection timed out |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Sun Dec 18, 2005 5:19 pm Post subject: Re: Socket connection error: Connection timed out |
|
|
this is when you're logged in as admin, right? as a normal user, it worked fine for me (loaded in about 3 seconds). the package is trying to check the integration package status, and for some reason, can't connect to my server for the check. _________________
 |
|
| Back to top |
|
|
XbcSharpShooter
Beginner


Joined: Sep 23, 2004 Posts: 13
|
Posted: Sun Dec 18, 2005 5:21 pm Post subject: Re: Socket connection error: Connection timed out |
|
|
| hmm thats wierd. It works fine without loggin in as admin. But is there a way to fix this on my end? |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
|
| Back to top |
|
|
bigdmeister
Wizard


Joined: Sep 03, 2003 Posts: 429
|
Posted: Tue Dec 20, 2005 2:20 am Post subject: Re: Socket connection error: Connection timed out |
|
|
| I have the same issue but only every now and then. Would that be an issue that everyone has during periods that part of your server is inaccessible for one reason or another? |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Tue Dec 20, 2005 7:43 am Post subject: Re: Socket connection error: Connection timed out |
|
|
possibly. i haven't noticed any downtimes lately, and the uptime counter is at 24 days. it is most likely network issues between your server and mine that are causing the timeouts. _________________
 |
|
| Back to top |
|
|
snala
Beginner


Joined: Apr 03, 2006 Posts: 9
|
Posted: Wed May 17, 2006 11:18 pm Post subject: Re: Socket connection error: Connection timed out |
|
|
| I am having this very issue right now.... |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Thu May 18, 2006 6:51 am Post subject: Re: Socket connection error: Connection timed out |
|
|
is it still occuring? i can check the uptime logs of the server and see if it was down at the time you posted this... _________________
 |
|
| Back to top |
|
|
mbaptiste
Beginner


Joined: Aug 29, 2006 Posts: 2
|
Posted: Tue Aug 29, 2006 4:56 pm Post subject: Re: Socket connection error: Connection timed out |
|
|
FWIW, I'm also seeing this error here and there as an admin user. It's not all the time, just once in a while. Might be NukeSentinel blocking it - still digging.
Also - just a thought (if it's not already done), maybe have the bridge 'phone home' once every 24 hours to check for updates. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Tue Aug 29, 2006 7:35 pm Post subject: Re: Socket connection error: Connection timed out |
|
|
check in modules/gallery2/admin/index.php, and tell me what server it's looking for the version file on (search for "fsockopen"). _________________
 |
|
| Back to top |
|
|
khoacalacan
Beginner


Joined: Oct 06, 2006 Posts: 5
|
Posted: Sun Oct 08, 2006 10:21 am Post subject: Re: Socket connection error: Connection timed out |
|
|
| Hmmmm it random times, the script can't connect to your server for the version update. Probably a server issue. Because it can't connect for like 10 minutes, later it works. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Mon Oct 09, 2006 6:38 am Post subject: Re: Socket connection error: Connection timed out |
|
|
which server is it connecting to? _________________
 |
|
| Back to top |
|
|
StarScream159
Wizard


Joined: Apr 08, 2006 Posts: 120
|
Posted: Thu Oct 12, 2006 2:17 am Post subject: Re: Socket connection error: Connection timed out |
|
|
Kickass- I was having this same problem. I'll just comment out the mentioned area and set to go. Thanks!
But before I commented that line of php code that checks, I was also only having the issue onces and a while. More often then not actually, and when it did happen it slow'd everything down.
I'll just manually check for updates. Thanks again! |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Thu Oct 12, 2006 6:42 am Post subject: Re: Socket connection error: Connection timed out |
|
|
if it's checking on sourceforge.net, there's not much i can do about it...if it's checking at nukedgallery.net, i'd like to know so that i can pester my host. _________________
 |
|
| Back to top |
|
|
StarScream159
Wizard


Joined: Apr 08, 2006 Posts: 120
|
Posted: Thu Oct 12, 2006 12:35 pm Post subject: Re: Socket connection error: Connection timed out |
|
|
The part where you said to look in admin/index.php was looking here for me:
if ($fsock = @fsockopen('nukedgallery.sourceforge.net', 80, $errno, $errstr, 10)) { |
|
| Back to top |
|
|
|
|
|
|
|