Cannot login to Coppermine after SMF Integration Cannot login to Coppermine after SMF Integration
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Cannot login to Coppermine after SMF Integration

Started by vegascoug, November 11, 2005, 01:50:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vegascoug

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

Nibbler

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/");

vegascoug

Am I not supposed to edit that?

Mine looks like this:

// The web path to your SMF Board directory
define('SMF_WEB_PATH', "$/smf/");

Nibbler

You don't need to edit anything below this bit


// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //

vegascoug

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?


vegascoug

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!