Quote:
Originally Posted by SmartGnome
Code:
Database error in vBulletin 3.0.1:
Invalid SQL:
SELECT COUNT(*) AS count
FROM vb3_ attachment
mysql error: Table 'adfs_vbgold.vb3_' doesn't exist
mysql error number: 1146
Date: Wednesday 05th of May 2004 08:37:33 PM
Script: http://anita.xxxx.nl/forum/fileslist.php?
Referer: http://anita.xxxx.nl/forum/
Username: SmartGnome
IP Address:
The table attachment do exist in my database, so I'm stucked :disappointed:
Greetz
|
In the filelist.php, you need to make this:
PHP Code:
FROM ".TABLE_PREFIX." attachment
into this for each occurrance:
PHP Code:
FROM ".TABLE_PREFIX."attachment