• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

gesior problems

D00M

New Member
Joined
Mar 16, 2008
Messages
10
Reaction score
0
wont load the spells/monsters, the patch were configured but wont load, load empty...

and also getting this erro when checking player profile
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'exphist_lastexp' in 'field list'' in C:\xampp\htdocs\pot\OTS_Player.php:1811 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Player.php(1811): PDO->query('SELECT `exphist...') #1 C:\xampp\htdocs\characters.php(426): OTS_Player->getCustomField('exphist_lastexp') #2 C:\xampp\htdocs\index.php(171): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1811
 
created the tables and solved the fatal error but still getting the message


Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\characters.php on line 1058

$worldss[0] = "PVP";
$worldss[1] = "NPVP";
while($tip = $ip_list->fetch_array()


line 1058 expires = time-tip["lastlogin”];

$d = floor($expires / (3600 * 24));

$h = floor(($expires / 3600) - $d*24);

$ha = floor(($expires / 3600));
 
Back
Top