Getting session error when logging out of coppermine Getting session error when logging out of coppermine
 

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

Getting session error when logging out of coppermine

Started by dukhunter99, April 07, 2005, 02:33:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dukhunter99

When I logout from coppermine, it goes to smf with an error which states:

"An Error Has Occurred!
Session verification failed. Please try logging out and back in again, and then try again." 

I've tried doing it several times with same result. when i log out from smf, I don't get this error and logs out fine. Can anyone help me with this?

kegobeer

There are posts that discuss this error, both on our forum and the SMF forum.  It's a known issue with no fix for 1.3.2.  Remove the logout link from the Coppermine gallery.

Please search next time.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

benjaminkeith

That was a little harsh dukhunter...  :-\\

This worked for me:

open theme.php

Look for:  '{LOGOUT_TGT}' => "logout.php?referer=$REFERER",

Change to: '{LOGOUT_TGT}' => "..",

(Assuming your gallery is 'up' a directory like mine is, otherwise, change it to the absolute path)