Fehler in beim Aufruf von sql_query mit der Query
SELECT
t4.content AS category_realurl, t4.counter AS category_realurl_counter,
t0.entry_date AS date, t3.content AS entry_realurl, t3.counter AS entry_realurl_counter,
t5.content AS teaser_title,
t6.content AS teaser_text,
t0.id AS entry_id,
t7.id AS image_id,
t0.sorting
FROM (SELECT * FROM newssystem_entry WHERE archive = 0 AND online = 1 AND reference_id = 14 AND entry_date <= '2013-05-18 13:31:48') AS t0
INNER JOIN `newssystem_entry-category` t1 ON t1.entry_id = t0.id
INNER JOIN `newssystem_category` t2 ON t2.id = t1.category_id
INNER JOIN `realurl` t3 ON t0.realurl_id = t3.id
INNER JOIN `realurl` t4 ON t2.realurl_id = t4.id
INNER JOIN `asset_text` t5 ON t0.teaser_title_id = t5.id
INNER JOIN `asset_text` t6 ON t0.teaser_text_id = t6.id
LEFT JOIN `asset_file` t7 ON (t7.reference_id = t0.teaser_title_id AND t7.module_id = 1)
GROUP BY t0.id
ORDER BY t0.sorting ASC
Got error 28 from storage engine
















