Problems with integrating vb 3.6.5 and CPG 1.4.10 Problems with integrating vb 3.6.5 and CPG 1.4.10
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Problems with integrating vb 3.6.5 and CPG 1.4.10

Started by ade5675, March 23, 2007, 01:42:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ade5675

I've just installed the latest version of Coppermine software 1.4.10 and I am trying to bridge it with vbulleton but not working for me.  I know a lot of people have written and suggested a lot on this which I have tried but it is still not working... I really don't know what to do again.

This is the error message I get when I try to bridge both system.

../naijaforum/includes/config.php doesn't exist. Correct the value you entered for Relative path to your BBS's config file

Please help.  These are the basic information requested to be posted with bridging issues.

coppermine gallery: http://www.naijadiscussion.com/photo/
vbulletin forum: http://www.naijadiscussion.com/naijaforum/
coppermine version: 1.4.10
vbulletin version: 3.6.5
vb test account: tester / test

BridgeManager settings:
Forum URL:  http://www.naijadiscussion.com/naijaforum/
Relative path to your BBS's config file:  ../naijaforum/
Use post-based groups?:  (didn't see any field for this !)



These are also the cookie details.

vbulletin:
   cookie path: /
   cookie domain: (blank)
   cookie timeout: 3600 seconds

coppermine:
   cookie name: cpg143
   cookie path: /

ade5675

Still can't fix it ....

Anyone with a solution.  Thanks in advance.

Nibbler

Well, what is the actual name of the config file?

ade5675

Nibbler,

I am using php4.4 for my vB so the actual name of the config is  config.php4

I also have two differeent databases for each. Would this e a problem?

Thanks in advance...

Joachim Müller


Nibbler

I see. You can modify the path in the bridgemgr.php so that it looks for the php4 file instead. If you can symlink it then do that but if you can't make the code change.


$default_bridge_data['vbulletin30'] = array(
  'full_name' => 'vBulletin 3.0',
  'short_name' => 'vbulletin30',
  'support_url' => 'http://www.vbulletin.com/',
  'full_forum_url_default' => 'http://www.yoursite.com/board',
  'full_forum_url_used' => 'mandatory,not_empty,no_trailing_slash',
  'relative_path_to_config_file_default' => '../board/',
  'relative_path_to_config_file_used' => 'lookfor,includes/config.php',
  'use_post_based_groups_default' => '0',
  'use_post_based_groups_used' => 'radio,1,0',
);