D: My threads are dying!

Discussion in 'The Help Desk' started by Talkahuano, Aug 18, 2009.

Thread Status:
Not open for further replies.
  1. Lanzman

    Lanzman Vast, Cool and Unsympathetic Formerly Important

    Joined:
    Mar 27, 2004
    Messages:
    35,183
    Location:
    Someplace high and cold
    Ratings:
    +36,689
    If it's the database hanging, why does it seem to affect only certain users?
    • Agree Agree x 1
  2. The Original Faceman

    The Original Faceman Lasagna Artist

    Joined:
    Mar 29, 2004
    Messages:
    40,856
    Ratings:
    +28,818
    I would note it affects me on my home computer only, but not on any...other...computer I may access this website with. :unsure:
  3. Kyle

    Kyle You will regret this!

    Joined:
    Mar 29, 2004
    Messages:
    9,150
    Location:
    California?!?!
    Ratings:
    +2,814
    Or, potentially, the issue is that the HTML is fully retrieved, but for whatever reason, other assets are not - I've seen this break pages before, where it'll even appear that the page is "cut off" when the full source code is present.

    Again, it depends on the browser and a host of other variables.
  4. Order2Chaos

    Order2Chaos Ultimate... Immortal Administrator

    Joined:
    Apr 2, 2004
    Messages:
    25,219
    Location:
    here there be dragons
    Ratings:
    +21,468
    The presence or absence of source code is not entirely meaningful if most browsers refetch when you view the source code. I haven't done a survey of browsers recently, but I know IE6, Firefox 2, Safari 1, and all versions of Netscape refetch.
  5. The Original Faceman

    The Original Faceman Lasagna Artist

    Joined:
    Mar 29, 2004
    Messages:
    40,856
    Ratings:
    +28,818
    So you admit WF is broken!
  6. Asyncritus

    Asyncritus Expert on everything

    Joined:
    Mar 28, 2004
    Messages:
    21,506
    Location:
    Stuck at home most of the time. :(
    Ratings:
    +23,236
    Don't know if it'll do you any good, but this is what I got on an entirely empty page that wouldn't load (with FireFox):
    Code:
    !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    	<title> Database Error</title>
    	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    	<meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" />
    	<style type="text/css">
    	<!--	
    	body { background-color: white; color: black; }
    	#container { width: 400px; }
    	#message   { width: 400px; color: black; background-color: #FFFFCC; }
    	#bodytitle { font: 13pt/15pt verdana, arial, sans-serif; height: 35px; vertical-align: top; }
    	.bodytext  { font: 8pt/11pt verdana, arial, sans-serif; }
    	a:link     { font: 8pt/11pt verdana, arial, sans-serif; color: red; }
    	a:visited  { font: 8pt/11pt verdana, arial, sans-serif; color: #4e4e4e; }
    	-->
    	</style>
    </head>
    <body>
    <table cellpadding="3" cellspacing="5" id="container">
    <tr>
    
    	<td><img src="./image.php?type=dberror" alt="Database Error" width="48" height="48" /></td>
    	<td id="bodytitle" width="100%">Database error</td>
    </tr>
    <tr>
    	<td class="bodytext" colspan="2">The  database has encountered a problem.</td>
    </tr>
    <tr>
    	<td colspan="2"><hr /></td>
    </tr>
    <tr>
    	<td class="bodytext" colspan="2">
    
    		Please try the following:
    		<ul>
    			<li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</li>
    			<li>Open the <a href="/">www.wordforge.net</a> home page, then try to open another page.</li>
    			<li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>
    
    		</ul>
    	</td>
    </tr>
    <tr>
    	<td class="bodytext" colspan="2">The www.wordforge.net forum technical staff have been notified of the error, though you may <a href="mailto:admkyle@gmail.com">contact them</a> if the problem persists.</td>
    </tr>
    <tr>
    	<td class="bodytext" colspan="2">&nbsp;<br />We apologise for any inconvenience.</td>
    
    </tr>
    </table>
    
    
    <!--
    Database error in vBulletin :
    
    mysqli_real_connect() [&lt;a href='function.mysqli-real-connect'&gt;function.mysqli-real-connect&lt;/a&gt;]: (00000/1040): Too many connections
    /home/wordforg/public_html/includes/class_core.php on line 1138
    
    MySQL Error   : 
    Error Number  : 
    Request Date  : Thursday, August 27th 2009 @ 01:11:13 PM
    Error Date    : Thursday, August 27th 2009 @ 01:11:13 PM
    Script        : http://www.wordforge.net/showthread.php?t=73835&amp;page=4
    Referrer      : http://www.wordforge.net/showthread.php?p=1848139
    IP Address    : 86.73.214.134
    Username      : 
    Classname     : vB_Database_MySQLi
    MySQL Version : 
    -->
    
    
    </body>
    </html>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  7. Kyle

    Kyle You will regret this!

    Joined:
    Mar 29, 2004
    Messages:
    9,150
    Location:
    California?!?!
    Ratings:
    +2,814
    Was that this morning? The DB decided to pitch a fit this morning at about 10:30 or so. Got 99 e-mails about it.
  8. Ancalagon

    Ancalagon Scalawag Administrator Formerly Important

    Joined:
    Mar 29, 2004
    Messages:
    51,572
    Location:
    Downtown
    Ratings:
    +58,211
    99 e-mails but a glitch ain't one?
    • Agree Agree x 2
  9. Asyncritus

    Asyncritus Expert on everything

    Joined:
    Mar 28, 2004
    Messages:
    21,506
    Location:
    Stuck at home most of the time. :(
    Ratings:
    +23,236
    It was at about 1:20 p.m., Eastern Standard Time, on Thursday.



  10. Kyle

    Kyle You will regret this!

    Joined:
    Mar 29, 2004
    Messages:
    9,150
    Location:
    California?!?!
    Ratings:
    +2,814
    Yep. That corresponds with the down time (my time was PST). In other words, that isn't the reported issue (although still an issue, one which I honestly have no clue about).
  11. Order2Chaos

    Order2Chaos Ultimate... Immortal Administrator

    Joined:
    Apr 2, 2004
    Messages:
    25,219
    Location:
    here there be dragons
    Ratings:
    +21,468
    I restarted the DB when the process hung. I believe it was down for 7 minutes. Unfortunately, that seems to have no bearing on the current problem.
  12. Order2Chaos

    Order2Chaos Ultimate... Immortal Administrator

    Joined:
    Apr 2, 2004
    Messages:
    25,219
    Location:
    here there be dragons
    Ratings:
    +21,468
    Also, FWIW, I can't run a complete traceroute from WF to any of UA's IP addresses; it starts starring out on one of their servers. This definitely leads me to think it's a problem on his ISP's end.
  13. The Original Faceman

    The Original Faceman Lasagna Artist

    Joined:
    Mar 29, 2004
    Messages:
    40,856
    Ratings:
    +28,818
    On all our ISP's ends? All over the country (world)?
  14. Talkahuano

    Talkahuano Second Flame Lieutenant

    Joined:
    Jun 27, 2006
    Messages:
    12,995
    Location:
    Ul'dah
    Ratings:
    +8,533
    So my ISPs at home and college are having problems? Hmm...
  15. Bailey

    Bailey It's always Christmas Eve Super Moderator

    Joined:
    Apr 1, 2004
    Messages:
    27,155
    Location:
    Adelaide, South Australia
    Ratings:
    +39,781
    What page theme are you guys using.

    I'm on Odelay and everythings fine.
  16. Kyle

    Kyle You will regret this!

    Joined:
    Mar 29, 2004
    Messages:
    9,150
    Location:
    California?!?!
    Ratings:
    +2,814
    Well, again, what are the shared traits? Your computer, and the web site you're trying to visit. I cannot think of a reason why a server would steadfastly refuse to serve a handful of people properly if we haven't told it to.

    Refresh my memory - how does the site behave in IE? Also, how does the site behave if you're logged out and browsing? Maybe there's an issue with your account specifically.

    Also, much like UA, I could only run one successful traceroute on the IP addresses associated with your account (and there are a lot of them), and it seemed to be one of the one-off ones. All the others failed. Traceroutes aren't infallible, of course, but I was surprised to see so many fail.
  17. Order2Chaos

    Order2Chaos Ultimate... Immortal Administrator

    Joined:
    Apr 2, 2004
    Messages:
    25,219
    Location:
    here there be dragons
    Ratings:
    +21,468
    It's clearly not all of them.
  18. The Original Faceman

    The Original Faceman Lasagna Artist

    Joined:
    Mar 29, 2004
    Messages:
    40,856
    Ratings:
    +28,818
    But it's multiple ISPs, different locations, different browsers. Skins?

    Odelay for the record - and it doesn't work fine.
  19. Lanzman

    Lanzman Vast, Cool and Unsympathetic Formerly Important

    Joined:
    Mar 27, 2004
    Messages:
    35,183
    Location:
    Someplace high and cold
    Ratings:
    +36,689
    Ashlands. Sometimes I see delays, sometimes I don't. Running Safari 4 on OS 10.5.8
  20. Order2Chaos

    Order2Chaos Ultimate... Immortal Administrator

    Joined:
    Apr 2, 2004
    Messages:
    25,219
    Location:
    here there be dragons
    Ratings:
    +21,468
    Face, there's a boatload of IP addresses listed for you. Which block of them are you having problems from, and which block are you not having problems from (ie, which have you used, working or not, recently)?
  21. The Original Faceman

    The Original Faceman Lasagna Artist

    Joined:
    Mar 29, 2004
    Messages:
    40,856
    Ratings:
    +28,818
    Edit: Found my IP. Will PM.
  22. shootER

    shootER Insubordinate...and churlish Administrator

    Joined:
    Mar 27, 2004
    Messages:
    49,451
    Location:
    The Steam Pipe Trunk Distribution Venue
    Ratings:
    +51,187
    FWIW, I haven't had any noticeable problems with page loads, either at home (on an ancient computer over a DSL line or at work on newer boxes over a T1 line). :shrug:
  23. Kyle

    Kyle You will regret this!

    Joined:
    Mar 29, 2004
    Messages:
    9,150
    Location:
    California?!?!
    Ratings:
    +2,814
    In fact, for anyone having problems, could you please hit up whatismyip.com and PM me or O2C the results?
  24. Order2Chaos

    Order2Chaos Ultimate... Immortal Administrator

    Joined:
    Apr 2, 2004
    Messages:
    25,219
    Location:
    here there be dragons
    Ratings:
    +21,468
    And if you're only having problems from one (set of) computers, PM the results from the computers where it is working.
Thread Status:
Not open for further replies.