aww....****... i found the problem.. i was looking at the wrong sessions.php file (not the one on my site)
Error=
Parse error: parse error in /home/fiendwor/public_html/forum/admin/functions.php on line 214
Fatal error: Call to undefined function: getuserinfo() in /home/fiendwor/public_html/forum/admin/sessions.php on line 323
Here is line 214 on functions.php:
PHP Code:
warnlevel = $DB_site->query_first("SELECT $warnifield FROM userfield WHERE $userid=$bbuserinfo");
^^and ive tried evrything for that line.....
Here is line 323 on sessions.php:
PHP Code:
$bbuserinfo=getuserinfo($session['userid']);
U mightve guessed the problem came backk