coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: RamJK on May 18, 2004, 03:47:40 PM

Title: vbulletin integration with coppermine 1.2.1
Post by: RamJK on May 18, 2004, 03:47:40 PM
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
Title: Re: vbulletin integration with coppermine 1.2.1
Post by: Joachim Müller on May 18, 2004, 07:02:11 PM
try setting the cookie domain to "blank" (i.e. nothing).

GauGau
Title: Re: vbulletin integration with coppermine 1.2.1
Post by: RamJK on May 19, 2004, 12:43:53 AM
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
Title: Re: vbulletin integration with coppermine 1.2.1
Post by: Joachim Müller on May 19, 2004, 09:31:54 AM
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