coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: lazlo on September 05, 2008, 10:50:09 PM

Title: Bridge is not working with phpBB3
Post by: lazlo on September 05, 2008, 10:50:09 PM
I have done the bridging but something is not right.
When I try to login now it takes me this page ( Not Found)

http://www.lazlo.us/davro/phpBB3/login.php?redirect=../../coppermine/

I have added these lines to the bridgemgr.php:

"$default_bridge_data['phpbb3'] = array(
  'full_name' => 'phpBB version 3',
  'short_name' => 'phpbb3',
  'support_url' => 'http://www.phpbb.com/',
  'full_forum_url_default' => 'http://www.lazlo.us/davro/phpBB3',
  'full_forum_url_used' => 'mandatory,not_empty,no_trailing_slash',
  'relative_path_to_config_file_default' => './../davro/phpBB3/',
  'relative_path_to_config_file_used' => 'lookfor,config.php',
  'use_post_based_groups_default' => '0',
  'use_post_based_groups_used' => 'radio,1,0',
   'cookie_prefix_default' => '',
   'cookie_prefix_used' => 'cookie',
);"



Coppermine gallery: http://lazlo.us/coppermine/
Forum: http://www.lazlo.us/davro/phpBB3/
coppermine version:cpg1.4.19
Forum version: phpBB-3.0.2

login:tester
Password:tester

Bridge Manager settings

forum URL: http://www.lazlo.us/davro/phpBB3

relative path : ./../davro/phpBB3/

Use post-based groups?:  0 
Cookie prefix:  phpbb2mysql 

I know I have been doing something wrong, just cannot figure out what.
Any help is appreciated

Lazlo
Title: Re: Bridge is not working with phpBB3
Post by: lazlo on September 05, 2008, 11:27:02 PM
Failed to mentioned, I have disabled bridging
Title: Re: Bridge is not working with phpBB3
Post by: Joachim Müller on September 06, 2008, 10:29:45 AM
You're not supposed to edit the bridge file. You're supposed to use the bridge manager, i.e. run it in your browser, as the settings are being stored in the db and not in a file. Read http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#integrating_support_start / http://forum.coppermine-gallery.net/index.php/topic,24032.0.html
Title: Re: Bridge is not working with phpBB3
Post by: lazlo on September 06, 2008, 12:45:44 PM
Thank you for your answer.

Since my bridging didn't work to start with I was following the instructions here.
http://forum.coppermine-gallery.net/index.php/topic,53678.0.html (http://forum.coppermine-gallery.net/index.php/topic,53678.0.html)

Sounded good, but didn't work, gave me the same Error.
I have reset the bridgemgr.php to the original state, of course it still doesn't work.

I left the Bridge enabled.

Lazlo

Title: Re: Bridge is not working with phpBB3
Post by: Joachim Müller on September 06, 2008, 01:02:23 PM
Quote from: lazlo on September 05, 2008, 10:50:09 PM
relative path : ./../davro/phpBB3/
That's nonsense. Needs to be../phpBB3/
Title: Re: Bridge is not working with phpBB3
Post by: lazlo on September 06, 2008, 06:08:39 PM
It doesn't work that way when you run the bridging wizard.
Error message

../phpBB3/config.php doesn't exist

Question is: should I move my Coppermine Gallery inside the phpBB folder ?
Than probably the path would be correct, but not sure if it makes any difference.
When I login I do end up at the phpBB site, so that part of the path is correct
Title: Re: Bridge is not working with phpBB3
Post by: Joachim Müller on September 06, 2008, 09:00:33 PM
Quote from: lazlo on September 06, 2008, 06:08:39 PM
Question is: should I move my Coppermine Gallery inside the phpBB folder ?
No, definitely not.