Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
September 09, 2010, 11:14:52 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Green Country Motorsports
Home
Help
Search
Calendar
Login
Register
Green Country Motorsports
»
Other
»
Testing 1, 2, 3
» Topic:
Connection timeouts, etc?
Pages:
1
[
2
]
3
4
...
8
« previous
next »
Print
Author
Topic: Connection timeouts, etc? (Read 5599 times)
ITZBITZ
Administrator
Hero Member
Karma: +16/-0
Offline
Posts: 632
2007 Subaru STI
Re: Connection timeouts, etc?
«
Reply #15 on:
September 18, 2008, 07:01:51 PM »
I had the hosting company run a check on the database server and it is coming back all good. I ran some maintenance scripts on the database and am going to upgrade the forum software in the next week or so (I was trying to avoid disruptions during finals week).
Logged
JulieU
Full Member
Karma: +3/-0
Offline
Posts: 215
Re: Connection timeouts, etc?
«
Reply #16 on:
September 18, 2008, 09:43:31 PM »
I have Cox, too. I dunno if this matters, but for me it only happens when I initially try to log in. Just now when I tried to log in I got "Internet Explorer cannot display the webpage". Then I selected GCM from my favorites and it loaded right up, like usual, and I was logged in.
Logged
ILoveOffRamps
Hero Member
Karma: +10/-6
Offline
Posts: 727
Re: Connection timeouts, etc?
«
Reply #17 on:
September 18, 2008, 10:24:07 PM »
To the powers that be, please fix this. I can barely get on! It works about once a day (I check more than I will admit to)
Logged
Todd
2004 Mazda MSM #04 - BSP
ITZBITZ
Administrator
Hero Member
Karma: +16/-0
Offline
Posts: 632
2007 Subaru STI
Re: Connection timeouts, etc?
«
Reply #18 on:
September 19, 2008, 07:21:12 PM »
Well, I don't know if it's gotten better or not (it never fails for me) but I'm setting up a new version of the software and such on a temporary location until its ready then I'll move all the users/messages over to the new site and change the mapping on the server so it should be instant for everyone. Same server, just trying to eliminate the problems that some people are having, as well as getting us up to date on the latest version of the board software.
Logged
grubby
Hero Member
Karma: +22/-7
Offline
Posts: 738
Re: Connection timeouts, etc?
«
Reply #19 on:
September 20, 2008, 03:46:04 PM »
Thanks CP - you da man.
Logged
2006 Mitsubishi Evolution IX
1999 Mazda Miata Sport
1991 Honda Accord EX Coupe
1963 Porsche 356B Coupe
iZoom Graphics
InGroundEffect
Hero Member
Karma: +27/-5
Offline
Posts: 1039
Re: Connection timeouts, etc?
«
Reply #20 on:
September 23, 2008, 07:44:02 PM »
This is what I am getting
Database Error: Lost connection to MySQL server during query
File: /home/content/x/i/z/xizorcmp/html/gcm/Sources/Security.php
Line: 274
Seems only to happen on my Cox connection at home. Has not happened on our T1's at work on AT&T
Logged
Andrew Watts
2000 SVT Contour
1987 RX-7
http://www.4113pittsburg.com
ITZBITZ
Administrator
Hero Member
Karma: +16/-0
Offline
Posts: 632
2007 Subaru STI
Re: Connection timeouts, etc?
«
Reply #21 on:
September 24, 2008, 07:50:44 AM »
what time of day are we talking about here? that would help, since i don't really seem to get it when i'm online.
Logged
EricP
Newbie
Karma: +0/-3
Offline
Posts: 46
Re: Connection timeouts, etc?
«
Reply #22 on:
September 24, 2008, 07:54:22 AM »
That's the same one I am getting... for what it's worth it hasn't happened yet this morning, but happens to me plenty during the day or at night. Is it possible some sort of godaddy extra security features are falling on their face periodically? Because that directory path doesn't sound like something you would have.
Logged
ITZBITZ
Administrator
Hero Member
Karma: +16/-0
Offline
Posts: 632
2007 Subaru STI
Re: Connection timeouts, etc?
«
Reply #23 on:
September 24, 2008, 09:14:24 AM »
That's the login script that runs as you connect to the site to verify your account. It's part of the software.
Logged
EricP
Newbie
Karma: +0/-3
Offline
Posts: 46
Re: Connection timeouts, etc?
«
Reply #24 on:
September 24, 2008, 09:37:19 AM »
Here is some info I dug up on it.. appears to be related to high traffic and slowdowns causing SQL queries to time out. Lots of people have had this problem with GoDaddy (though it happens elsewhere too.) See if you can somehow increase the timeout and check out what some others have done to try and solve their problems below:
http://www.simplemachines.org/community/index.php?topic=262241.0
http://www.simplemachines.org/community/index.php?topic=231174.0
From another thread:
Quote
It took some time poking around and comparing settings, suggestions, etc...
the fix for GoDaddy is to increase your MySQL timeout in your PHP.INI (PHP5.INI if you are running PHP 5).
Add these lines and rsGallery2 will install.
mysql.connect_timeout = 60
max_execution_time 600
memory_limit = 36M
And another thread:
Quote
UPDATE: Godaddy says there are no MySQL settings that can be set by the user; they are all global. If it turns out I need to change a MySQL setting to avoid this problem I'll be looking at changing to a different hosting provider.
UPDATE: I seem to have resolved this by making the following changes to my Godaddy root PHP.INI:
mysql.connect_timeout = 120 (previously tried 60)
max_execution_time = 600 (did this earlier to no effect)
memory_limit = 36M (did this earlier to no effect)
max_input_time = 120 (hadn't tried this before)
Logged
Top_Dog
Hero Member
Karma: +16/-6
Offline
Posts: 1155
Re: Connection timeouts, etc?
«
Reply #25 on:
September 24, 2008, 09:50:11 AM »
Something to add to this. I have had no problem getting on with my Sprint PPC phone but when I got home and try on my PC with Cox. It's hit or miss.
Logged
Pat Lipsinic
00 Subaru Impreza 2.5RS
Subaru Tarmac Specialists
Zzyzxmotorsports/Kartboy.com/Izoomgraphics
SCCA ProSolo/SoloII
DSP 95
ITZBITZ
Administrator
Hero Member
Karma: +16/-0
Offline
Posts: 632
2007 Subaru STI
Re: Connection timeouts, etc?
«
Reply #26 on:
September 24, 2008, 11:21:36 AM »
I've applied the suggested settings so we'll see if they help at all.
Logged
nevr2qk
Sr. Member
Karma: +43/-8
Offline
Posts: 440
On the track again. I just can't wait to get...
Re: Connection timeouts, etc?
«
Reply #27 on:
September 24, 2008, 09:00:34 PM »
I appreciate the effort on this. Not complaining, but I still had difficulty this evening.
Brock
Logged
http://www.nevr2qk.com
ILoveOffRamps
Hero Member
Karma: +10/-6
Offline
Posts: 727
Re: Connection timeouts, etc?
«
Reply #28 on:
September 24, 2008, 09:22:33 PM »
time of day: At all hours. I've tried it in the morning, at work (8-5), and when I get home (thinking it was traffic related myself). Tonight was my first successful hit in a day or so. I will say, that the front page is
www.greencountrymotorsports.com
works more often than a specific thread. This could be because it's the first page I load, or it could be the specific page.
Logged
Todd
2004 Mazda MSM #04 - BSP
Evil Ponyboy - Unicorn
Sr. Member
Karma: +5/-1
Offline
Posts: 477
Re: Connection timeouts, etc?
«
Reply #29 on:
September 25, 2008, 07:47:09 AM »
Timeout about 80% of the time - either at home or at work. Though I hardly let it "time out" fully before I just close the browser altogether.
Logged
Green Country Motorsports
Logged
Pages:
1
[
2
]
3
4
...
8
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Main
-----------------------------
=> Events
=> General
-----------------------------
Automotive
-----------------------------
=> Performance
=> Appearance
=> Driving
-----------------------------
Racing
-----------------------------
=> Autocross
=> Drag Racing
=> Open Track
=> Rally
-----------------------------
Other
-----------------------------
=> Classifieds
=> Testing 1, 2, 3
Powered by SMF 1.1.11
|
SMF © 2006-2009, Simple Machines LLC
Loading...