• 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!

Windows AAC problem

Wraskly

Member
Joined
Jun 17, 2010
Messages
244
Reaction score
7
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'rep' in 'field list'' in C:\xampp\htdocs\site2\pot\OTS_Player.php:1811 Stack trace: #0 C:\xampp\htdocs\site2\pot\OTS_Player.php(1811): PDO->query('SELECT `rep` FR...') #1 C:\xampp\htdocs\site2\characters.php(100): OTS_Player->getCustomField('rep') #2 C:\xampp\htdocs\site2\index.php(94): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\site2\pot\OTS_Player.php on line 1811

Not sure what to do D: please help!
 
use one function called /search.php
SQL:
ALTER TABLE `players` ADD COLUMN `rep` INT( 11 ) NOT NULL DEFAULT '0' COMMENT 'Cyber''s REPSystem © OTLand.net';
 
Back
Top