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

Modern acc error...

TKO

Syphero Owner!
Joined
Mar 10, 2008
Messages
2,252
Reaction score
27
Location
Sweden
This is for the forum i got this error...
Error Number: 1054

Unknown column 'p.text' in 'field list'

SELECT `p`.`title`, `p`.`text`, `p`.`time`, `u`.`name` AS `author`, `p`.`board_id`, `p`.`id`, `a`.`avatar` FROM `posts` AS `p` LEFT JOIN `players` AS `u` ON `u`.`id` = `p`.`author` LEFT JOIN `accounts` AS `a` ON `a`.`id` = `u`.`account_id` WHERE `p`.`thread_id` = 1 ORDER BY `p`.`id` ASC LIMIT 0, 10
 
Back
Top