coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: vegascoug on November 11, 2005, 01:50:04 AM

Title: Cannot login to Coppermine after SMF Integration
Post by: vegascoug on November 11, 2005, 01:50:04 AM
If I login to SMF first, everything is peachy keen.  I can go to Coppermine and it stays logged in.  As long as that cookie stays active all is well.

But if I try to go to Coppermine first and click the login button, I get a 404 Error page when it tries to access the following:

http://thescrapbooksoup.com/coppermine/$/smf/index.php?action=login

My SMF is at http://thescrapbooksoup.com/smf/

The Coppermine Installation is at http://thescrapbooksoup.com/coppermine/

Is there a way I can fix this?  It should be checking the DB for SMF and not Coppermine, correct?

SMF 1.0.5
Coppermine 1.3
Title: Re: Cannot login to Coppermine after SMF Integration
Post by: Nibbler on November 11, 2005, 01:52:56 AM
Make sure you didnt mess with the bridge file too much, you should have exactly this:


// The web path to your SMF Board directory
define('SMF_WEB_PATH', "$boardurl/");
Title: Re: Cannot login to Coppermine after SMF Integration
Post by: vegascoug on November 11, 2005, 02:00:33 AM
Am I not supposed to edit that?

Mine looks like this:

// The web path to your SMF Board directory
define('SMF_WEB_PATH', "$/smf/");
Title: Re: Cannot login to Coppermine after SMF Integration
Post by: Nibbler on November 11, 2005, 02:02:38 AM
You don't need to edit anything below this bit


// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //
Title: Re: Cannot login to Coppermine after SMF Integration
Post by: vegascoug on November 11, 2005, 02:14:59 AM
I got confused when you told me "You only need to edit the path, nothing else." earlier

As long as my path is /smf then I don't need to change anything in the smf.init.php file?
Title: Re: Cannot login to Coppermine after SMF Integration
Post by: Nibbler on November 11, 2005, 02:17:19 AM
Correct.
Title: Re: Cannot login to Coppermine after SMF Integration
Post by: vegascoug on November 11, 2005, 02:22:33 AM
See, thats your problem...you make it TOO easy for "smart" guys like me

I had to change a bunch of things for phpBB, didn't know SMF was set up for me

Thanks!