PDA

View Full Version : Can't log out


robertpro2a
07-26-2008, 12:10 AM
Hello,
I've installed "Green Leaf" style, you may have heard of it. I keep getting a consistent error upon logging out:

"Unable to log out. Click HERE to log out".

Does anyone know the reason for this?

Obviously it is a cookie problem. But all I did was change a style. I didn't do any programming.

MoT3rror
07-26-2008, 02:30 AM
The logout link should be.
<a href="login.php?do=logout&logouthash=$bbuserinfo[logouthash]">Logout</a>

Probably missing the logout hash part.

Also I would tell the creator of the skin he/she needs to update their style.

Marco van Herwaarden
07-26-2008, 08:07 AM
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.

robertpro2a
07-26-2008, 03:44 PM
Thanks guys. Marco I'll do that next time, sorry about that.

MoT,works, thanks!