Quote:
Originally Posted by Scerina
I installed it and am gettin a mySQL error message:
Database error in vBulletin 3.0.0:
Invalid SQL:
SELECT threadid, forumid, title, replycount, lastposter, postuserid, postusername
FROM thread
ORDER BY lastpost
DESC LIMIT 20
mysql error: Table 'pandy_boards.thread' doesn't exist
mysql error number: 1146
Date: Friday 19th of November 2004 12:54:50 AM
Script: http://www.underworld-chaos.net/boards/marquee.php
Referer: http://www.underworld-chaos.net/boar...unc=m_interfac
Username: Pandora
IP Address: *CONFIDENTIAL*
Can someone help me out here???
~Pandora~
|
Do you use a prefix for your tables? ($tableprefix in your ./includes/config.php) If yes, modify the table as this (search your wrong query before):
PHP Code:
FROM " . TABLE_PREFIX . "thread AS thread