PDA

View Full Version : forum dataase error


gullystation
07-07-2006, 02:31 PM
<a href="http://www.gullystation.com" target="_blank">www.gullystation.com</a>

go on it and there will be a forums database error...please help me,,, whats happened????????????

There seems to have been a problem with the Forums database.
Please try again by clicking the Refresh button in your web browser. An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.
We apologise for any inconvenience.

Anybody going to help me then??

Snake
07-07-2006, 02:54 PM
Make sure the forum's sql info are correct in the config.php file. ;)

Guest210212002
07-07-2006, 04:54 PM
We need the contents of the error email. Make sure you strip your username/dbname.

gullystation
07-07-2006, 05:29 PM
Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT thanks.*, post.userid as postuserid, user.username
FROM thanks as thanks
LEFT JOIN post as post ON (post.postid = thanks.postid)
LEFT JOIN user as user ON (user.userid = thanks.userid)
ORDER BY thanks.dateline DESC;

MySQL Error : Table 'wwwgul00_forums.thanks' doesn't exist
Error Number : 1146
Date : Friday, July 7th 2006 @ 01:27:04 PM
Script : http://www.gullystation.com/
Referrer : https://vborg.vbsupport.ru/showthread.php?t=120566
IP Address : *********
Username : ************
Classname : vb_database

Wired1
07-07-2006, 05:51 PM
Have you checked the database to see if the thanks table exists?

Guest210212002
07-07-2006, 06:14 PM
Looks like a bad install of some kind of thank-you hack.

Paul M
07-07-2006, 07:59 PM
if you use table prefixes then it's probably a bug in the hack.