coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: nyoutdoors on December 06, 2004, 05:12:16 AM

Title: integration issue: Coppermine with phpBB2
Post by: nyoutdoors on December 06, 2004, 05:12:16 AM
Coppermine version:  1.3.2
phpBB version:  2.0.11

gallery link:  http://www.ny-outdoors.com/Gallery/index.php

forum link:  http://www.ny-outdoors.com/forums/index.php

I followed the steps in the documentation as well as I could, and everything seemed to work out fine.  When I clicked on the "Groups" link, everything worked as it said it should in the documentaion.  Here's my problem (and I'm sorry if this has been asked.  I did a search, but I guess I was using the wrong terms, as I didn't find anything useful):

When I click on the "Memberlist", "users", or the "Log out" link, I'm taken to a "The page cannot be found" error page, even though the page(s) is/are there.

I'm just guessing here, but would it help at all if I deleted the current members in the CPG database, or shouldn't I mess with that?

Thanks for the help.
Title: Re: integration issue: Coppermine with phpBB2
Post by: Joachim Müller on December 06, 2004, 06:43:50 AM
please post a test user account (non-admin).

Joachim
Title: Re: integration issue: Coppermine with phpBB2
Post by: Nibbler on December 06, 2004, 01:11:09 PM
Check the path in your bridge file.
Title: Re: integration issue: Coppermine with phpBB2
Post by: nyoutdoors on December 07, 2004, 04:21:06 AM
I knew I was forgetting to post something!!

username:  test

password:  tester
Title: Re: integration issue: Coppermine with phpBB2
Post by: Joachim Müller on December 07, 2004, 07:58:22 AM
Nibbler's right, check your path. When clicking on login, you're sent to http://www.ny-outdoors.com/forum/phpBB2/login.php?redirect=cpg_redir.php (which doesn't exist). This is just a spelling error ("forum" vs "forums").

Joachim
Title: Re: integration issue: Coppermine with phpBB2
Post by: nyoutdoors on December 07, 2004, 11:59:09 PM
Ah, ok.  I'll try it and post the results.  Thanks for the help.


Well, it works now.  Only thing is that when I click on the Memberlist or Users link, it takes me to the forum index page.  I think I'd just need to alter the link somewhere.

Thanks for the help.
Title: Re: integration issue: Coppermine with phpBB2
Post by: kegobeer on December 08, 2004, 07:18:21 AM
I think you can fix that link in the bridge file.  Just change $target = 'admin/index.php' to whatever the link is to the memberlist page.
Title: Re: integration issue: Coppermine with phpBB2
Post by: nyoutdoors on December 09, 2004, 06:57:03 AM
Ah, ok.  Thanks for the help.