i get an error in the admin/functions.php too. here....
error:
Parse error: parse error, unexpected T_IS_SMALLER_OR_EQUAL in /usr/local/psa/home/vhosts/finalfantasy-world.com/web_users/static/admin/functions.php on line 1002
here's that line:
if ($classrank2 >="1" and <= "2") {
wuts wrong with it??
then i get another error in the admin/sessions.php
error:
Fatal error: Call to undefined function: getuserinfo() in /usr/local/psa/home/vhosts/finalfantasy-world.com/web_users/static/admin/sessions.php on line 324
the line:
$bbuserinfo=getuserinfo($session['userid']);
wuts wrong with taht one as well??
|