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.
please post a test user account (non-admin).
Joachim
Check the path in your bridge file.
I knew I was forgetting to post something!!
username: test
password: tester
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
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.
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.
Ah, ok. Thanks for the help.