SQL: SELECT fav.itemid, i.type, i.subject, i.username AS author, i.uid AS authorid FROM [Table]favorites fav LEFT JOIN [Table]spaceitems i ON i.itemid=fav.itemid WHERE fav.uid='132534' ORDER BY fav.dateline DESC LIMIT 0,10
Error: Table '.\dz\[Table]spaceitems' is marked as crashed and should be repaired
Errno.: 145