Logging out/in of Coppermine Logging out/in of Coppermine
 

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

Logging out/in of Coppermine

Started by pfctjoy, June 26, 2007, 06:20:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pfctjoy

When logging out of Coppermine, I am redirected to the gallery file directory, instead of the SMF forum login/logout page.  How do I fix this?

Joachim Müller


pfctjoy

Thanks for redirecting my post.. I had no idea where to put it.

I have the following issue when trying to bridge coppermine and 1.4.10

I either get redirected to my files or another error telling me to go back appears.


Coppermine install: http://islandbreez.net/gallery/index.php
Forum install: http://islandbreez.net/forums/index.php
Coppermine version: cpg 1.4.10
Forum version: SMF 1.1.3
Test user account: some_testuser_name / the_password_for_the_test_user_account


I HAVE NO IDEA WHERE TO FIND ANY OF THIS INFO
BridgeManager settings:
Forum URL:  http://mysite.tld/test/foo_bar
Relative path to your BBS's config file:  ../bla/ 
Use post-based groups?:  0
Cookie name/preifx (if applicable)

pfctjoy

Thanks for redirecting my post.. I had no idea where to put it.

I have the following issue when trying to bridge coppermine and 1.4.10

I either get redirected to my files or another error telling me to go back appears.


Coppermine install: http://islandbreez.net/gallery/index.php
Forum install: http://islandbreez.net/forums/index.php
Coppermine version: cpg 1.4.10
Forum version: SMF 1.1.3
Test user account: makeme/ kimmiec

I HAVE NO IDEA WHERE TO FIND ANY OF THIS INFO
BridgeManager settings:
Forum URL:  http://mysite.tld/test/foo_bar
Relative path to your BBS's config file:  ../bla/ 
Use post-based groups?:  0
Cookie name/preifx (if applicable)

Joachim Müller

Quote from: pfctjoy on June 26, 2007, 07:52:49 PM
I HAVE NO IDEA WHERE TO FIND ANY OF THIS INFO
Bridge manager!
Quote from: pfctjoy on June 26, 2007, 07:52:49 PMForum URL:  http://mysite.tld/test/foo_bar
Change it to http://islandbreez.net/forums/

Quote from: pfctjoy on June 26, 2007, 07:52:49 PMRelative path to your BBS's config file:  ../bla/ 
Change it to ../forums

Quote from: pfctjoy on June 26, 2007, 07:52:49 PMUse post-based groups?:  0
Switch it to "yes" (1)

Quote from: pfctjoy on June 26, 2007, 07:52:49 PMI either get redirected to my files or another error telling me to go back appears.
This is a result of improper server setup and not related to Coppermine. You'll have to enable indexes. This means that you have to instruct your webserver that it is suppossed to scan the folder the user is browsing for files that are named "index.php", "index.htm", "index.html".
To accomplish this, create a .htaccess file within your webroot (or modify the existing one) and add this line:Options -Indexes. See http://httpd.apache.org/docs-2.0/en/mod/core.html#options for details.
If you're not on an Apache-driven webserver or your webhost doesn't allow you to create a .htaccess file, ask them for support.

pfctjoy

Thanks for your help Gau Gau.  I am really new to the whole forums and gallery so I am learning as I go.  I went to the Bridgemgr or at least what seemed would be it, and it asked for a user name and password.  However I am not the first person who set the gallery up for this site.  And the owner has no idea what the user id and password could be.  Would it be easier just to save my album and themes and redo Coppermine entirely?

Joachim Müller

Quote from: pfctjoy on June 27, 2007, 08:11:46 PM
Would it be easier just to save my album and themes and redo Coppermine entirely?
No! Do as I suggested and create the .htaccess file.