PDA

View Full Version : sticky problem


lifesourcerec
01-17-2003, 11:23 PM
Everytime I try to use the "sticky/unsticky" option, I always get this:

"The action you have attempted could not be performed as your session appears to be invalid. Click the below link to attempt this action again with a new session."

Has to do with a hack because I uploaded the original "sessions" file and get the same thing. So, it must be something missing from the sessions.php file.

EchoHype.com
01-17-2003, 11:46 PM
Get another original sessions.php file then, go back and upload it, then try.

it's probably missing a line in both.

lifesourcerec
01-18-2003, 12:40 AM
Did that and didn't work. After looking at it.. I'm using the "sticky" from postings.php. The only hack I added to it was Send PM to user when post is moved. So, I have no idea what it is.

EchoHype.com
01-18-2003, 12:45 AM
is postings.php large? if not or if it's an ok size, post it in this thread, I'll look at it and see what's up

lifesourcerec
01-19-2003, 06:13 PM
Here is what it calls up from postings.php


if ($s!=$session['dbsessionhash']) {
$newurl = replacesession($scriptpath);
eval("standarderror(\"".gettemplate("error_invalidsession")."\");");
}

EchoHype.com
01-20-2003, 03:08 AM
hmmm

can't seem to see whats wrong =/

lifesourcerec
01-20-2003, 08:24 AM
I found out... it only happens in AOL's browser. Works fine with IE.