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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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)