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
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/");
Am I not supposed to edit that?
Mine looks like this:
// The web path to your SMF Board directory
define('SMF_WEB_PATH', "$/smf/");
You don't need to edit anything below this bit
// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //
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?
Correct.
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!