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

Problem z characters.php

faynie

New Member
Joined
Oct 22, 2008
Messages
13
Reaction score
0
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Nieznana kolumna 'show_eq' w field list' in /home/ots/www/pot/OTS_Player.php:1811 Stack trace: #0 /home/ots/www/pot/OTS_Player.php(1811): PDO->query('SELECT `show_eq...') #1 /home/ots/www/characters.php(165): OTS_Player->getCustomField('show_eq') #2 /home/ots/www/index.php(250): include('/home/ots/www/c...') #3 {main} thrown in /home/ots/www/pot/OTS_Player.php on line 1811

Gdy chce zobaczyć jakaś postać na acc wyskakuje mi takie coś jak to naprawić pomoże ktoś??
 
SQL:
ALTER TABLE `players` ADD `show_eq` INT(1) NOT NULL DEFAULT 1;
 
Back
Top