Hi guys ..!!! I know my question is same as anybody was asking before ... but let me explain about it again ... !! (I was reading 20 pages here but still don't get the problem)
1/ I have installed successfully 4images 1.7.1 (fresh installation) and the default prefix is 4images_ .. eg. 4images_user (under folder "gallery)
2/ I have my VB forum with default prefix like nothing ' ' .... eg. user, template ( i was checking VB database again and again by phpmyadmin)
so .. it will be nothing change with prefix as the instruction said and i followed all the steps in there .. then finally i got this
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, userid FROM session WHERE sessionhash = 'dd984901dc9a995f18c15d47b3d970c2' AND host = '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 is no .template table as 4images default database ...and it should or must looking for table template in VB database ... ( problem )
Second thing, if i change the prefix in session.php like 4images_template .... it's still looking for table "joe_gallery.4images_template" ... as I said above .. there is no template table in 4images database ...
So please help me .. how do i solve this problem ...