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

Error in Community VIDEO Modern AAC

airton

New Member
Joined
Jun 27, 2009
Messages
9
Reaction score
0
IN http://localhost/index.php/video/main have one bug:

Error Number: 1054

Unknown column 'v.author' in 'on clause'

SELECT `v`.*, `p`.`name` as author FROM (`videos` v) JOIN `players` p ON `p`.`id` = `v`.`author` ORDER BY `views` desc

IN http://localhost/index.php/profile/community have other:

Error Number: 1054

Unknown column 'videos.title' in 'field list'

SELECT videos.title, videos.youtube, videos.time, videos.views, videos.id FROM videos ORDER BY id DESC LIMIT 5

please I am beginner, do not know much about mysql, send me the command to run me

Thanks.
 
Last edited:
Back
Top