Quote:
Originally Posted by Blam Forumz
Code:
DB Error: Bad SQL Query: SELECT template FROM template WHERE title='options'
Table 'blamina_4Img1.template' doesn't exist
|
I was having that problem also, but I found a solution. Add the following line to constants.php:
PHP Code:
define('VB_TEMPLATE_TABLE', VB_TABLE_PREFIX.'template');
For the other errors, I suggest you double check the table names in constats.php, and also make sure you have the prefix set correctly if you are using a prefix.