Quote:
Originally Posted by shadesvn
PHP Code:
DB Error: Bad SQL Query: SELECT template FROM template WHERE title='options' Table 'joe_gallery.template' doesn't exist
DB Error: Bad SQL Query: SELECT sessionhash, lastactivity, host, useridFROM session WHERE sessionhash = 'dd984901dc9a995f18c15d47b3d970c2' ANDhost = '210.50.36.36' Table 'joe_gallery.session' doesn't exist
DB Error: Bad SQL Query: SELECT sessionhash FROM session Table 'joe_gallery.session' doesn't exist
DB Error: Bad SQL Query: SELECT u.*, l.* FROM user u, 4images_lightboxes l WHERE u.userid = 3 AND l.user_id = u.userid Table 'joe_gallery.user' doesn't exist
DB Error: Bad SQL Query: SELECT * FROM user WHERE userid = 3 Table 'joe_gallery.user' doesn't exist
DB Error: Bad SQL Query: SELECT sessionhash FROM session WHERE sessionhash = '9aa88ed3d26cb396bdabdc95aefcdfec' Table 'joe_gallery.session' doesn't exist
First thing, I know it was looking for table "joe_gallery.template" ..In fact, it does not exist in database joe_gallery... because there isno .template table as 4images default database ...and it should or mustlooking for table template in VB database ... ( problem )
Second thing, if i change the prefix in session.php like4images_template .... it's still looking for table"joe_gallery.4images_template" ... as I said above .. there is notemplate table in 4images database ...
So please help me .. how do i solve this problem ...
|
Do you have both vB and 4images installed using the SAME database?
If not, it wont work (as of the current version)