User Support & Resources Account Problems | Questions | Suggestions

Database error?

Thread Tools
 
Search this Thread
 
Old Jan 27, 2011 | 08:34 AM
  #21  
mentiroso's Avatar
Staging Lane
 
Joined: Oct 2010
Posts: 67
Likes: 0
From: Albany, Ga
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.
Reply
Old Jan 30, 2011 | 10:15 PM
  #22  
Nacho SS's Avatar
Thread Starter
TECH Junkie
iTrader: (4)
 
Joined: Feb 2007
Posts: 3,560
Likes: 0
From: 805-818
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>
Reply
Old Feb 13, 2011 | 07:59 PM
  #23  
transamws6_97's Avatar
TECH Fanatic
iTrader: (5)
 
Joined: Jun 2005
Posts: 1,300
Likes: 1
From: Cincinnati, OH
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>
Reply
Old Feb 23, 2011 | 12:27 AM
  #24  
transamws6_97's Avatar
TECH Fanatic
iTrader: (5)
 
Joined: Jun 2005
Posts: 1,300
Likes: 1
From: Cincinnati, OH
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>
Reply
Old Feb 28, 2011 | 02:56 PM
  #25  
01ssreda4's Avatar
TECH Senior Member
15 Year Member
Photogenic
Photoriffic
Shutterbug
iTrader: (96)
 
Joined: Aug 2007
Posts: 24,241
Likes: 89
From: Turnin' Wrenches Infractions: 005
Default

Lots for me today......
Reply
Old Mar 1, 2011 | 06:18 PM
  #26  
Skeet12's Avatar
Teching In
iTrader: (1)
 
Joined: Nov 2008
Posts: 20
Likes: 0
From: Southeast Wisconsin
Default Erros continue

This seems to be happening to me more and more.
Reply
Old Mar 1, 2011 | 08:59 PM
  #27  
TheSilverOne's Avatar
TECH Addict
iTrader: (22)
 
Joined: Apr 2005
Posts: 2,207
Likes: 5
From: Taxachusetts
Default

does anyone care? i've received this error a lot in the past 2 weeks
Reply
Old Mar 1, 2011 | 09:18 PM
  #28  
JeremyT's Avatar
15 Year Member
Photogenic
Photoriffic
Shutterbug
 
Joined: Oct 2007
Posts: 174
Likes: 20
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.
Reply
LS1 Tech Stories

The Best V8 Stories One Small Block at Time

story-0

Retro Modern Bandit Pontiac Trans AM Comes With Burt Reynolds' Autograph

 Verdad Gallardo
story-1

Top 10 Greatest Cadillac V Series Performance Models Ever, Ranked

 Pouria Savadkouei
story-2

Top 10 Most Powerful Chevy Trucks Ever Made!

 
story-3

Hennessey's New Supercharged Silverado ZR2 Has 700 HP

 Verdad Gallardo
story-4

Coachbuilt N2A Anteros Is an LS2-Powered C6 Corvette In Italian Clothes

 Verdad Gallardo
story-5

Awesome K5 Blazer Restomod Comes With C7 Corvette Power

 Verdad Gallardo
story-6

10 Camaros You Should Never Buy

 
story-7

10 LS Engine Myths That Refuse to Die

 Verdad Gallardo
story-8

Five Reasons the Camaro Was the Most Pivotal Player in the Pony Car Wars 2.0

 Brett Foote
story-9

10 Reasons the LS7 Is GM's Most Extreme Naturally Aspirated V8 Engine Ever

 Verdad Gallardo
Old Mar 1, 2011 | 10:04 PM
  #29  
JeremyT's Avatar
15 Year Member
Photogenic
Photoriffic
Shutterbug
 
Joined: Oct 2007
Posts: 174
Likes: 20
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.
Reply
Old Mar 8, 2011 | 01:46 PM
  #30  
Nacho SS's Avatar
Thread Starter
TECH Junkie
iTrader: (4)
 
Joined: Feb 2007
Posts: 3,560
Likes: 0
From: 805-818
Default

Bump. Still getting a bunch of database errors.
Reply
Old Mar 8, 2011 | 02:46 PM
  #31  
Robb M.'s Avatar
IB Staff
15 Year Member
 
Joined: Feb 2010
Posts: 244
Likes: 0
From: Barrie, ON
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!
Reply




All times are GMT -5. The time now is 12:38 PM.

story-0
Retro Modern Bandit Pontiac Trans AM Comes With Burt Reynolds' Autograph

Slideshow: A modern Camaro transformed into a retro icon, this limited-run "Bandit" build blends nostalgia with brute force in a way few revivals manage.

By Verdad Gallardo | 2026-04-21 13:57:02


VIEW MORE
story-1
Top 10 Greatest Cadillac V Series Performance Models Ever, Ranked

Slideshow: Cadillac didn't just crash the high-performance luxury vehicle party, it showed up loud, supercharged, and occasionally a little unhinged...

By Pouria Savadkouei | 2026-04-16 10:05:15


VIEW MORE
story-2
Top 10 Most Powerful Chevy Trucks Ever Made!

Slideshow: Top ten most powerful Chevy trucks ever made

By | 2026-03-25 09:22:26


VIEW MORE
story-3
Hennessey's New Supercharged Silverado ZR2 Has 700 HP

Slideshow: Hennessey has turned the Silverado ZR2 into a 700-hp off-road monster with supercharged V8 power and a limited production run.

By Verdad Gallardo | 2026-03-24 18:57:52


VIEW MORE
story-4
Coachbuilt N2A Anteros Is an LS2-Powered C6 Corvette In Italian Clothes

Slideshow: A one-off sports car that looks like a vintage Italian exotic-but hides a C6 Corvette underneath-just sold for the price of a new mid-engine Corvette.

By Verdad Gallardo | 2026-03-23 18:53:41


VIEW MORE
story-5
Awesome K5 Blazer Restomod Comes With C7 Corvette Power

Slideshow: A heavily reworked 1972 K5 Blazer swaps its off-road roots for a low-slung street-focused build with modern V8 power.

By Verdad Gallardo | 2026-03-09 18:08:45


VIEW MORE
story-6
10 Camaros You Should Never Buy

Slideshow: There are thousands of used Camaros on the market but we think you should avoid these 10

By | 2026-02-17 17:09:30


VIEW MORE
story-7
10 LS Engine Myths That Refuse to Die

Slideshows: Which one of these myths do you believe?

By Verdad Gallardo | 2026-01-28 18:10:11


VIEW MORE
story-8
Five Reasons the Camaro Was the Most Pivotal Player in the Pony Car Wars 2.0

The world was a better place when it was still around.

By Brett Foote | 2026-01-23 09:20:37


VIEW MORE
story-9
10 Reasons the LS7 Is GM's Most Extreme Naturally Aspirated V8 Engine Ever

Slideshow: The 7.0-liter LS7 was designed for absolute cutting-edge performance.

By Verdad Gallardo | 2026-01-07 18:36:00


VIEW MORE