Quote:
Originally Posted by chadi
I double checked everything, actually 3-4 times by now.
I've attached all files that were edited / included.
|
Refer back to this post:
https://vborg.vbsupport.ru/showpost....&postcount=151
on
page 11:
01: constant.txt:
Do you have vb table prefix in your database?
define('VB_TABLE_PREFIX','');
// your vb tableprefix. vB default is blank
02: sessions.php
Are you sure your template table name is "template"? or if you need any prefix?
// Define here the name of the template database table.
// Normally no need to change.
define('VB_TEMPLATE_TABLE', 'template');
btw, do you have your 4images and vb tables in the SAME database?