Davey
08-28-2004, 12:49 AM
admin/sessions.php
"Fatal error: Call to a member function on a non-object in /content/StartupHostPlus/a/e/www.ae-hq.co.uk/web/kc/admin/sessions.php on line 80"
line 80:
if ($session=$DB_site->query_first("SELECT sessionhash,userid,host,useragent,styleid FROM session WHERE lastactivity>".($ourtimenow-$cookietimeout)." AND sessionhash='".addslashes($sessionhash)."' AND (host='".addslashes($REMOTE_ADDR)."' OR (althash='".addslashes($bbalthash)."' AND althash<>'')) AND useragent='".addslashes($HTTP_USER_AGENT)."'")) {
I recently downgraded to vB2 so I could use the rpg hack / store.
edit.- Oh forgot to say, it's not letting me logout. It's like sessions from hell, they just wont go away. It can't be cookies because I deleted them all but I'm *still* logged in. I'm not even using a session hash in the url when I visit my index.php. I just can't fathem it.
"Fatal error: Call to a member function on a non-object in /content/StartupHostPlus/a/e/www.ae-hq.co.uk/web/kc/admin/sessions.php on line 80"
line 80:
if ($session=$DB_site->query_first("SELECT sessionhash,userid,host,useragent,styleid FROM session WHERE lastactivity>".($ourtimenow-$cookietimeout)." AND sessionhash='".addslashes($sessionhash)."' AND (host='".addslashes($REMOTE_ADDR)."' OR (althash='".addslashes($bbalthash)."' AND althash<>'')) AND useragent='".addslashes($HTTP_USER_AGENT)."'")) {
I recently downgraded to vB2 so I could use the rpg hack / store.
edit.- Oh forgot to say, it's not letting me logout. It's like sessions from hell, they just wont go away. It can't be cookies because I deleted them all but I'm *still* logged in. I'm not even using a session hash in the url when I visit my index.php. I just can't fathem it.