A Database Error Occurred
Error Number: 1030
Got error 28 from storage engine
SELECT DISTINCT idea.*, char_length(idea.description) as len, (SELECT count(*) FROM vote_ideas WHERE item_id = idea.id) AS totalvotes, fa_user.id as user_id, fa_user.user_name, user_profile.user_id, user_profile.bio_image_thumb, (SELECT count(*) FROM comments WHERE parent_id = idea.id AND parent_type = 'idea') AS totalcomments FROM (idea) JOIN fa_user ON fa_user.id = idea.user_id JOIN user_profile ON user_profile.user_id = idea.user_id WHERE `idea`.`id` IN ('568', '812', '826', '851', '882', '883', '898', '908', '919', '923', '941', '953', '960', '990', '994', '1004', '1011', '1014', '1020', '1036', '1053', '1059', '1067', '1070', '1075', '1090', '1108', '1114', '1116', '1122', '1135', '1136', '1145', '1151', '1154', '1166', '1168', '1172', '1173', '1174', '1176', '1177', '1178', '1179', '1180', '1181', '1182', '1183', '1184', '1185') AND char_length(idea.description) > 200 AND (SELECT count(*) FROM vote_ideas WHERE item_id = idea.id) > 4 ORDER BY `totalvotes` desc LIMIT 5