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?
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.
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)