when i enter to the admin panel and want to see all the videos i get this message.
ERROR: Unable to execute query

SELECT count(*) AS total FROM video ORDER BY category

Unknown column 'category' in 'order clause'
I do not have any SQL load problem because other pages works grate. Also i made a SQL repair and optimization but i sill have the same problem. Dose someone know what is happening?


Also i am getting this error at every page in teh admin panel.
e.g
ERROR: Unable to execute query

SELECT count(*) AS total FROM video where type = 'public' ORDER BY category

Unknown column 'category' in 'order clause'