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: /
Still can't fix it ....
Anyone with a solution. Thanks in advance.
Well, what is the actual name of the config file?
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...
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',
);