I get this error when i click on ticket system
Code:
Database error in vBulletin 3.5.0 Release Candidate 2:
Invalid SQL:
SELECT ticket.*
,icon.title AS icontitle, icon.iconpath
FROM vbticket AS ticket
LEFT JOIN vbicon AS icon ON(icon.iconid = ticket.iconid)
WHERE postuserid = 1 AND open = 1
ORDER BY dateline DESC;
MySQL Error : Table 'elite_forum.vbticket' doesn't exist
Error Number : 1146
I have checked and the other tables are there but this on isnt,I uninstalled and reinstalled and still had the same problem.