• 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

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

My 140 line

$news_DB = $SQL->query('SELECT image_id, date, author, '.$newsLanguageSystem.' FROM z_news_big WHERE hide_news != 1 ORDER BY date DESC LIMIT '.$config['site']['news_big_limit'].';');

Who can help me?
 
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

You need to add topic_ot field into database if you not got it.

Edit:

Quicker solution: Use Gesior 0.3.8 :) to avoid those problems
 
Back
Top