User Support & Resources Account Problems | Questions | Suggestions

Database error?

Thread Tools
 
Search this Thread
 
Old 01-27-2011, 08:34 AM
  #21  
Staging Lane
 
mentiroso's Avatar
 
Join Date: Oct 2010
Location: Albany, Ga
Posts: 67
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by JeremyT
Most likely it was not the same error. This is a too many connections to the mysql server error, and not a database corrupt issue that those scripts tend to fix.

The issue is being reviewed.

Thanks.

True I should have read that more, have you tried turning off persistent connections in the config.php file? You might still have to repair the post table if I recall correctly. I am a little rusty on this, been a couple of years since I have had to repair VB issues. Just tryin to help though.
Old 01-30-2011, 10:15 PM
  #22  
TECH Junkie
Thread Starter
iTrader: (4)
 
Nacho SS's Avatar
 
Join Date: Feb 2007
Location: 805-818
Posts: 3,560
Likes: 0
Received 0 Likes on 0 Posts

Default

Been getting it a lot today. Here's the source 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>
<br /><br /><br />
<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.ls1tech.com</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.ls1tech.com forum technical staff have been notified of the error, though you may <a href="mailto:webmaster@ls1tech.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 :

mysql_connect() [&lt;a href='function.mysql-connect'&gt;function.mysql-connect&lt;/a&gt;]: Too many connections
/var/www/html/forums/includes/class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Sunday, January 30th 2011 @ 08:13:13 PM
Error Date : Sunday, January 30th 2011 @ 08:13:13 PM
Script : https://ls1tech.com/forums/index.php
Referrer :
IP Address : 76.91.67.80
Username :
Classname : vB_Database
MySQL Version :
-->

<script type="text/javascript"> pxlSiteFile = "ls1tech.com.js"; pxlScriptStart = '%3Cscr' + 'ipt type="text/javascript"'; pxlScriptEnd = '%3C/scr' + 'ipt%3E'; if (location.protocol.indexOf("https") == -1) { document.write(unescape(pxlScriptStart + ' src="http://pxl.ibpxl.com/'+pxlSiteFile+'"%3E'+pxlScriptEnd)); } else { document.write(unescape(pxlScriptStart + ' src="https://pxlssl.ibpxl.com/'+pxlSiteFile+'"%3E'+pxlScriptEnd)); } </script>
</body>
</html>
Old 02-13-2011, 07:59 PM
  #23  
TECH Fanatic
iTrader: (5)
 
transamws6_97's Avatar
 
Join Date: Jun 2005
Location: Cincinnati, OH
Posts: 1,300
Likes: 0
Received 1 Like on 1 Post

Default

<!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>
<br /><br /><br />
<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.ls1tech.com</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.ls1tech.com forum technical staff have been notified of the error, though you may <a href="mailto:webmaster@ls1tech.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 :

mysql_connect() [&lt;a href='function.mysql-connect'&gt;function.mysql-connect&lt;/a&gt;]: Too many connections

/var/www/html/forums/includes/class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Sunday, February 13th 2011 @ 05:53:35 PM
Error Date : Sunday, February 13th 2011 @ 05:53:35 PM
Script : https://ls1tech.com/forums/lt1-lt4-modifications/1384996-messed-around-car-today.html
Referrer : https://ls1tech.com/forums/lt1-lt4-modifications-31/
IP Address : 108.11.107.145
Username :
Classname : vB_Database
MySQL Version :

-->


<script type="text/javascript"> pxlSiteFile = "ls1tech.com.js"; pxlScriptStart = '%3Cscr' + 'ipt type="text/javascript"'; pxlScriptEnd = '%3C/scr' + 'ipt%3E'; if (location.protocol.indexOf("https") == -1) { document.write(unescape(pxlScriptStart + ' src="http://pxl.ibpxl.com/'+pxlSiteFile+'"%3E'+pxlScriptEnd)); } else { document.write(unescape(pxlScriptStart + ' src="https://pxlssl.ibpxl.com/'+pxlSiteFile+'"%3E'+pxlScriptEnd)); } </script>
</body>
</html>
Old 02-23-2011, 12:27 AM
  #24  
TECH Fanatic
iTrader: (5)
 
transamws6_97's Avatar
 
Join Date: Jun 2005
Location: Cincinnati, OH
Posts: 1,300
Likes: 0
Received 1 Like on 1 Post

Default

another one...i got 3 times in a row just trying to get on to tech

<!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>
<br /><br /><br />
<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.ls1tech.com</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.ls1tech.com forum technical staff have been notified of the error, though you may <a href="mailto:webmaster@ls1tech.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 :

mysql_connect() [&lt;a href='function.mysql-connect'&gt;function.mysql-connect&lt;/a&gt;]: Too many connections

/var/www/html/forums/includes/class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Tuesday, February 22nd 2011 @ 10:26:08 PM
Error Date : Tuesday, February 22nd 2011 @ 10:26:08 PM
Script : https://ls1tech.com/forums/
Referrer :
IP Address : 108.11.107.145
Username :
Classname : vB_Database
MySQL Version :

-->


<script type="text/javascript"> pxlSiteFile = "ls1tech.com.js"; pxlScriptStart = '%3Cscr' + 'ipt type="text/javascript"'; pxlScriptEnd = '%3C/scr' + 'ipt%3E'; if (location.protocol.indexOf("https") == -1) { document.write(unescape(pxlScriptStart + ' src="http://pxl.ibpxl.com/'+pxlSiteFile+'"%3E'+pxlScriptEnd)); } else { document.write(unescape(pxlScriptStart + ' src="https://pxlssl.ibpxl.com/'+pxlSiteFile+'"%3E'+pxlScriptEnd)); } </script>
</body>
</html>
Old 02-28-2011, 02:56 PM
  #25  
TECH Senior Member
iTrader: (96)
 
01ssreda4's Avatar
 
Join Date: Aug 2007
Location: Turnin' Wrenches Infractions: 005
Posts: 24,241
Likes: 0
Received 81 Likes on 72 Posts

Default

Lots for me today......
Old 03-01-2011, 06:18 PM
  #26  
Teching In
iTrader: (1)
 
Skeet12's Avatar
 
Join Date: Nov 2008
Location: Southeast Wisconsin
Posts: 20
Likes: 0
Received 0 Likes on 0 Posts

Default Erros continue

This seems to be happening to me more and more.
Old 03-01-2011, 08:59 PM
  #27  
TECH Addict
iTrader: (22)
 
TheSilverOne's Avatar
 
Join Date: Apr 2005
Location: Taxachusetts
Posts: 2,207
Received 5 Likes on 4 Posts

Default

does anyone care? i've received this error a lot in the past 2 weeks
Old 03-01-2011, 09:18 PM
  #28  
 
JeremyT's Avatar
 
Join Date: Oct 2007
Posts: 173
Likes: 0
Received 18 Likes on 16 Posts
Default

I'll see if some additional attention can be brought on the issue. You may recall a few weeks ago there was some planned downtime. That downtime included a few things that were intended to resolving this issue.
Old 03-01-2011, 10:04 PM
  #29  
 
JeremyT's Avatar
 
Join Date: Oct 2007
Posts: 173
Likes: 0
Received 18 Likes on 16 Posts
Default

Just to provide a quick update, plans have been forming to address the resource issue. From my understanding from what I'm told, this may start tomorrow.
Old 03-08-2011, 01:46 PM
  #30  
TECH Junkie
Thread Starter
iTrader: (4)
 
Nacho SS's Avatar
 
Join Date: Feb 2007
Location: 805-818
Posts: 3,560
Likes: 0
Received 0 Likes on 0 Posts

Default

Bump. Still getting a bunch of database errors.
Old 03-08-2011, 02:46 PM
  #31  
IB Staff
 
Robb M.'s Avatar
 
Join Date: Feb 2010
Location: Barrie, ON
Posts: 243
Received 0 Likes on 0 Posts
Default

hey Nacho, if you get a db error again, can you please copy the source of the page, and post it in this thread? that would be really helpful!



Quick Reply: Database error?



All times are GMT -5. The time now is 09:25 AM.