Fehler in beim Aufruf von sql_query mit der Query
SELECT
t0.name AS category_name,
t3.content AS category_realurl, t3.counter AS category_realurl_counter,
t4.content AS entry_realurl, t4.counter AS entry_realurl_counter,
t5.filename AS image_intern, t5.filename_original AS image_original,
t6.content AS image_title, t7.content AS image_description,
t8.content AS teaser_title,
t2.id AS id, t2.title_id AS image_reference,
t9.content AS default_text,
t0.description AS category_text,
t2.highlight
FROM (SELECT * FROM newssystem_category WHERE id = 19 AND newssystem_id = 8) AS t0
INNER JOIN `newssystem_entry-category` t1 ON t1.category_id = t0.id
INNER JOIN newssystem_entry t2 ON (t2.id = t1.entry_id AND t2.online = 1)
INNER JOIN realurl t3 ON t3.id = t0.realurl_id
INNER JOIN realurl t4 ON t4.id = t2.realurl_id
INNER JOIN asset_file t5 ON (t5.reference_id = t2.`teaser_title_id` AND t5.online = 1 AND t5.module_id = 7)
LEFT JOIN asset_text t6 ON t6.id = t5.title_id
LEFT JOIN asset_text t7 ON t7.id = t5.description_id
INNER JOIN asset_text t8 ON t8.id = t2.`teaser_title_id`
INNER JOIN asset_text t9 ON t9.id = t2.text_id
ORDER BY t1.sorting
Got error 28 from storage engine





