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 ('538', '719', '720', '826', '868', '871', '875', '885', '888', '889', '899', '908', '910', '923', '924', '945', '952', '959', '960', '1014', '1024', '1025', '1046', '1058', '1059', '1060', '1061', '1068', '1075', '1081', '1082', '1097', '1099', '1104', '1114', '1116', '1117', '1122', '1132', '1135', '1139', '1147', '1151', '1154', '1156', '1166', '1168', '1195', '1197', '1203') AND char_length(idea.description) > 200 AND (SELECT count(*) FROM vote_ideas WHERE item_id = idea.id) > 4 ORDER BY `totalvotes` desc LIMIT 5, 5