I had beta3 installed, but it wasn't working properly - so I uninstalled it and tried installing beta4.
I follow all the instructions, but when I try to add a new category I get a database error.
Quote:
Invalid SQL:
INSERT vb_vbtube_categories
SET title = 'General',
display = '10',
cattype = '1',
forumid = '';
MySQL Error : Table 'seek_musume3.vb_vbtube_categories' doesn't exist
Error Number : 1146
|
And when I try to access vbtube.php I get this...
Quote:
Database error in vBulletin 3.7.0:
Invalid SQL:
SELECT title, categoryid, display, totaltubes
FROM vb_vbtube_categories
WHERE cattype=1 OR cattype=3 ORDER BY display ASC;
MySQL Error : Table 'seek_musume3.vb_vbtube_categories' doesn't exist
Error Number : 1146
|