I am trying to set up the login of coppermine with the login of vbulletin 3.0.1 and for some reason it doesn't work.
my website is http://www.idownloadcenter.com where the vbulletin is installed and the coppermine gallery is installed under http://www.idownloadcenter.com/downloadwallpapers/
the vb set up is as follows:
cookie path: /
cookie domain: .idownloadcenter.com
Please I NEED help
try setting the cookie domain to "blank" (i.e. nothing).
GauGau
Thx GauGau, but it is still not working. I have an OK knowledge about php and mysql.
I followed your instruction especially the one in 'bridge' directory :
define('VB_TABLE_PREFIX', ''); // Leave empty, not supported by vBulletin 2.3
it gives this error:
Fatal error :
There was an error while processing a database query
so I added the vb_ and I am taken to the login page of vb, however, coppermine still does not recognize the session from vb. I tried using var_dump ($_cookie) and I noticed that the only difference is the bbsessionhash which is not correct under the coppermine directory. All other 5 values are identical under coppermine directory and vb directory.
Any other hints. Please point me to a working vb integration maybe I get hints myself. Meanwhile, I hope you can assist me with other hints.
Could it be that I am using vb 3.0.1?
Regards
I don't know vb, I have never run one myself, so I can't be much help. Maybe some vb user who managed integration can take over at this point?
You could look into the mods board, since there's a discussion about bridge files there as well.
GauGau