vBulletin Search Engine Optimization
This is a discussion on Database Errors since we installed vbSEO - what have we done wrong? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; It happens frequently and at various times, but only since installing vbseo . Does anyone have any idea what we've ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Database Errors since we installed vbSEO - what have we done wrong?
It happens frequently and at various times, but only since installing vbseo. Does anyone have any idea what we've done wrong? This is thread where users are complaining about it: Database error here - Literature Forums at Literature Junction |
|
#3
| |||
| |||
|
I've asked my forum members to save a copy of the error message next time they see it, when I have a copy I'll post it.
|
|
#4
| |||
| |||
|
Got one myself just now! Quote:
|
|
#5
| |||
| |||
|
To give some context WHM says load on this account (for MySQL) is currently 39.4. I've no idea what that means but it's way way higher than any other account.
|
|
#6
| ||||
| ||||
|
Please "View Source" on that error page to get the detailed mySQL Error.
__________________ Keith Cohen / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
|
#7
| ||||
| ||||
|
if its ayhoo slurp giveing you hell, add a crawl-delay to your robots file. they were sending 500+ bots to me at one point. i had to tame them down |
|
#8
| |||
| |||
| Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
********* Database Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<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="#" *******="window.location = window.location;">Refresh</a> button in your web browser.</li>
<li>Open the <a href="/">www.literaturejunction.com</a> home page, then try to open another page.</li>
<li>Click the <a href="**********:history.back(1)">Back</a> button to try another link.</li>
</ul>
</td>
</tr>
<tr>
<td class="bodytext" colspan="2">The www.literaturejunction.com forum technical staff have been notified of the error, though you may <a href="mailto:literatureforums@incka.com">contact them</a> if the problem persists.</td>
</tr>
<tr>
<td class="bodytext" colspan="2"> <br />We apologise for any inconvenience.</td>
</tr>
</table>
<!--
Database error in vBulletin :
mysqli_real_connect() [<a href='function.mysqli-real-connect'>function.mysqli-real-connect</a>]: (08004/1040): Too many connections
/home/litjun/public_html/includes/class_core.php on line 1040
MySQL Error :
Error Number :
Date : Tuesday, September 9th 2008 @ 04:04:37 PM
Script : http://www.literaturejunction.com/sh...251&page=2
Referrer : http://www.literaturejunction.com/introduce-yourself/
IP Address : 128.6.30.198
Username :
Classname : vB_Database_MySQLi
-->
</body>
</html>
|
|
#9
| |||
| |||
|
How can you tell if its yahoo slurp? I expected it could be cuil but have searched for cool's IPs in todays raw access logs and they aren't present. I only use google analytics for stats, does that contain a robots section, I couldn't find one. |
|
#10
| ||||
| ||||
|
That would be a 'too many connections' error. You'll need to ask your host/server admin to increase this value.
__________________ Ace Shattock / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting |
|
#11
| |||
| |||
|
As it's a dedicated server I am the server admin. How do I do this. It's a WHM/Apache server. |
|
#12
| |||
| |||
|
For anyone else reading: The way I did this was by SSH (search for Putty.exe and download). Then CD ../etc. Then pico my.cnf. Then change from 500 to 1500. Then CTRL+X then Y and Return. Close putty.exe This may have found (I'm not sure yet) a fix to the problem, but it isn't in itself a solution as it hasn't dealt with what caused the large bursts of MySQL connections which I think were robots. How can I find out if my site is coming under a lot of robot activity? |
|
#13
| ||||
| ||||
|
install a robots mod with the updated spiders list. Spiders on ForumHome - vBulletin.org Forum spiders_vbulletin.xml system 1.2 1500 may be too high for your box. keep that in mind. it depends on ram more than anything. http://dev.mysql.com/doc/refman/5.0/...nnections.html mysql ships default with 100. most people don't go above 500. I just glanced at your site, and you aren't 'THAT' active. Something is running/looping on your server, or your getting ddos'ed or something. check your apache error and access logs to see if there's anything weird going on. you may have another issue with threads (not vb threads, but sql threads) failing to close properly. besides stock vb and vbseo, what else does your server run? (other sites, vb addons, etc). It could be a poorly written script on a another site causing issues. |
|
#14
| |||
| |||
|
My server runs literally hundreds of sites. The main traffic one being an online games one but that only uses MySQL once per day to make the static pages of the site. The next biggest load on MySQL comes from a lyrics site with no traffic I run. I thought this might be a robots issue too. |
|
#15
| |||
| |||
|
I am encountering similar problem I am guessing... Looking at the following code: Quote:
Thanks. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| just got vbseo and now database errors.. | Likenota | Troubleshooting | 4 | 03-02-2008 07:40 PM |
| Database Error When trying to view threads with vbseo installed/enabled. | Dave-M | Troubleshooting | 3 | 10-31-2007 03:11 PM |
| Database Errors | majordude | Off-Topic & Chit Chat | 4 | 09-21-2006 10:28 PM |
| lotsa database errors on vbseo | acers | General Discussion | 1 | 08-11-2005 11:40 PM |