Code:
Invalid SQL:
SELECT mas.*, u.username
FROM vb_mas_application mas
LEFT JOIN vb_user u ON (u.userid = mas.userid);
MySQL Error : Table 'MY_DATABASE_HERE.vb_mas_application' doesn't exist
Error Number : 1146
Date : Tuesday, December 12th 2006 @ 05:50:15 PM
Script : http://www.MY-SITE.net/forums/modcp/mas_rateapp.php?do=list
Referrer : http://www.MY-SITE.net/forums/admincp/index.php?do=nav
im runing 3.5.7 should i do the 3.6.x edit that you have mentioned above seems to me like its not adding the tableprefix...