Quote:
Originally Posted by Revan
For your Cancel Battle error, that is a small fix which I am just about to note down in the changelog. To fix it quickly, enter battlefight.php and search for:
[sql]DELETE FROM ".TABLE_PREFIX."battle[/sql]
change to
[sql]DELETE FROM ".TABLE_PREFIX."rpg_battle[/sql]
And as for your functions_online stuff:
find
PHP Code:
case 'rpgcp':
$userinfo['action'] = "Viewing <a href='rpgcp.php'>RPG CP</a>";
change to
PHP Code:
case 'rpgcp':
$userinfo['action'] = "Viewing <a href='rpgcp.php'>RPG CP</a>";
break;
|
PHP Code:
Parse error: parse error, unexpected T_CASE in /home/spiritno/public_html/forum/includes/functions_online.php on line 1319
after that change it gaive me another new error -_- also
[sql]DELETE FROM ".TABLE_PREFIX."battle[/sql]
change to
[sql]DELETE FROM ".TABLE_PREFIX."rpg_battle[/sql]
i don't have a [sql]DELETE FROM ".TABLE_PREFIX."battle[/sql]
it is already [sql]DELETE FROM ".TABLE_PREFIX."rpg_battle[/sql]
Thanks for your help ^__^ i know you will do ur best even though it isn't paid XP