Fatal Error

Experienced Elementalist
Joined
Jun 7, 2008
Messages
231
Reaction score
1
Code:
Fatal error: Cannot redeclare getclass() (previously declared in C:\Program Files\Abyss Web Server\htdocs\ran\status.php:22) in C:\Program Files\Abyss Web Server\htdocs\ran\function.php on line 315

got this error when trying to put school change on my CP! how to fix?
 
it's on your status.php look for getclass line

function getClass ($str) {
if ($str == 1) { $char = "brawler"; }
if ($str == 2) { $char = "swordsman"; }
if ($str == 4) { $char = "archer"; }
if ($str == 8) { $char = "shaman"; }
if ($str == 16) { $char = "Extreme Man"; }
if ($str == 32) { $char = "Extreme Woman"; }







in this line!!!
 
Upvote 0
Back