Members have to re login after uploading Members have to re login after uploading
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Members have to re login after uploading

Started by dolphinwen, February 04, 2009, 11:28:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dolphinwen

After the members post a photo, they are having to log in again.  They are logged in, post a photo, but then when it takes them back to the homepage of the gallery it says they need to login.

www.thescrapcity.com/gallery

Joachim Müller

If this happens to registered users it would be very helpfull if you posted a non-admin test user account, don't you agree?. In fact, you should do exactly as suggested in the docs, section "asking for support on upload issues".

Riox

Change URL of your coppermine gallery folder (no 'index.php' or similar at the end) to http://www.thescrapcity.com/gallery/

http://www.thescrapcity.com/gallery/ and
http://thescrapcity.com/gallery/
are not the same!

To avoid such problems you can use the following lines in your .htaccess file to force only the www version of your web site:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^http://www.thescrapcity.com$
RewriteRule ^(.*)$ http://www.thescrapcity.com/$1 [R=301]


also, rename the gallery cookie so all cookies for http://thescrapcity.com/ go bad :)