![]() |
URGENT: 503 error!!!
Alright, lately I have been getting this on my website.
http://img504.imageshack.us/img504/8130/scenz033ei0.png Personally I thought it would be my shoutbox that was giving me this problem. So I uninstalled my old shoutbox. Then I installed a new shoutbox. Right after I installed the new shoutbox I still received that annoying error message. I checked my statistics and I have a lot of space and all that. So I finally checked my e-mail. I have received this from my host. Quote:
By the way, I thought that by removing my old shoutbox that it should be out now, but I guess not. So keep in mind that I installed a lighter newer shoutbox and I am still getting the error. |
You need to clear out your shout table, it has over 200,000 records.
Just run this SQL query ; Code:
TRUNCATE shout ; |
Can you tell me step by step how to do so? Cause I can't do it on my forum seeing how I uninstalled it and put a new lighter version. But may you please tell me step by step how to? Thanks in advanced.
-Train |
What do you use to access your mysql tables? Do you use CPanel or phpMyAdmin or the vbulletin Admin CP to make queries? I think you can take your pick and run the query that Paul posted above and that will basically empty your shoutbox table so that all the previous conversations will be deleted and you will start fresh with an empty shoutbox.
|
<a href="http://www.vbulletin.com/docs/html/maintenance_query" target="_blank">http://www.vbulletin.com/docs/html/maintenance_query</a>
|
Is there a way to do this besides in the admincp? And I don't think you guys understand (maybe you do) but, I had that error when I had my old shoutbox. I removed my old one and put a newer lighter one and STILL get that error, just not as much.. so do I still run it?
|
Yes,
|
Quote:
|
Ok, I tried doing this all and got these..
http://img105.imageshack.us/img105/6367/scenz043lh8.png http://img89.imageshack.us/img89/4157/scenz045fo3.png http://img236.imageshack.us/img236/1491/scenz047zi5.png |
Either you no longer have a shout table (in which case you no longer have a problem), or you use table prefixes. Check your list of table names in the next option (Repair / Optimise Tables)
|
Quote:
|
What I said.
Quote:
|
I don't see anything in there. :(
Any other suggestions so my site won't get that annoying 503 error once in a while? |
I don't know enough about mysql, but if he *is* using table prefixes and the queries are not using a table prefix (like in the first post it doesn't look like there are any table prefixes used), could that be why they are showing as slow queries or problem queries - because there is not table called just shout?
If the problem is table prefixes, you need to go into the code for your shout box and replace "FROM shout" with "FROM ".$TABLE_PREFIX."shout" Also, do you have access to phpMyAdmin to see your mySQL tables? |
Yes I have access to phpMyAdmin to see my mySQL tables..
Also just a reminder I installed a NEW shoutbox guys.. I WAS running vbshout 2.0, now im on Inferno vBShout. So.. just a reminder so you don't have me doing work I don't need to.. Quote:
|
Go inside your administrators control panel. Click on the Maintenance navigation box and then click on "Repair / Optimize Tables". Once that is done it will give you a list of all your tables. Once you have that list click look at it and compare the first entry (should be the same) to the one below:
access If it is something like "vb_access" you use a table prefix. Once you have determined that go back and alter the query Paul M gave you to look like this: [sql]TRUNCATE PREFIXshout;[/sql] Just replace PREFIX with the prefix you found before the "access" in the last step. This should solve your problem. |
Are you sure that your new shoutbox is not also using a table called 'shout'? I know that from my work on trackers, many of them will have tables with the same names and same column names (cuz they all make sense to have these names), so it may be that many shoutbox hacks use a table called 'shout'. When you uninstalled the old hack, did you remove the tables it installed when you installed it?
|
[sql]TRUNCATE infernoshout[/sql]
They have inferno in front of the shout box. |
It would have been more helpful if you'd specified which two shout mods you used from the start. Since you are now using Infernoshout (which does not use the same table as your previous shout) the first part of my reply was correct.
Quote:
When you removed vb shout, the offending table (below) was deleted. Quote:
|
All times are GMT. The time now is 05:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|