Quote:
Originally Posted by rex_b
I'm getting all kinds of errors. I only got past the first 2 steps and I get these..
|
DID you read and follow ALL steps carefully as in the instruction file?
if you only do first 2 steps, it surely will NOT work.
Quote:
DB Error: Bad SQL Query: SELECT template FROM template WHERE title='options'
Table 'rexb2_4images.template' doesn't exist
|
This means that you DID NOT give the correct table name for table template.
check this one in your sessions.php
define('VB_TEMPLATE_TABLE', 'template');
Quote:
Table 'rexb2_4images.VB_TABLE_PREFIXsession' doesn't exist
|
Please DO check your constants.php file for this one:
define('VB_TABLE_PREFIX',''); // your vb tableprefix. vB default is blank
and as it was mentioned in the instruction file:
-------
Step 1.
-------
Edit the included sessions.php
Correct the variables in the Configuration part
-------
Step 2.
-------
Edit the included constants.php
Correct the variables if neccessary.
=> Please do read over the two files and define the variables correctly.
If you have the variables set correct, you wont have the above database problem.
good luck
btw, please DO read over the replies, you will get alot of question answered. Your question was ask and answered in this page:
https://vborg.vbsupport.ru/showthrea...5&page=9&pp=15