• 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 with Gesior ACC 0.4.1

karuplnysa

New Member
Joined
Aug 9, 2012
Messages
17
Reaction score
0
I have that problem

PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'topic_ot' in 'field list'' in C:\xampp\htdocs\latestnews.php:140 Stack trace: #0 C:\xampp\htdocs\latestnews.php(140): PDO->query('SELECT image_id...') #1 C:\xampp\htdocs\index.php(71): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 140

Who can help me?
 
Use this query in database
made by not have added topic_ot? try:
SQL:
ALTER TABLE `z_news_big` ADD `topic_ot` VARCHAR(255) NOT NULL;
 
Back
Top