PHP Code:
SELECT * from vb blog order by dateline DESC LIMIT 20;
MySQL Error : Table 'xxxx.vb' doesn't exist
Error Number : 1146
Request Date : Tuesday, March 30th 2010 @ 06:55:21 PM
Error Date : Tuesday, March 30th 2010 @ 06:55:22 PM
Script : http://antimisandry.com/content.php
Referrer : http://antimisandry.com/members/marx/
IP Address : xx.xx.xx.xx
Username : Marx
Classname : vB_Database
MySQL Version : 5.0.90
XXXX = My databasename, but I don't see where the .vb got added?
IOW, it's asking for a table called "mydatabasename.vb" which doesn't exist - the only reference to 'mydatabasename' is the database itself, not one of the tables within the database.