Elxis CMS Forum

Support => Database => Topic started by: tarzan_desa on April 03, 2013, 14:54:21

Title: Help Me, MYSQL EROR [1030] EXECUTIF
Post by: tarzan_desa on April 03, 2013, 14:54:21
hi .. my website, problem with mysql, I am confused about where to fix it ... I hope someone helps me in this forum

This appears on my web page:


mysql Error [1030] : EXECUTE
URI: index.php
Message: Got error 28 from storage engine
SELECT a.*, ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count, u.name AS author, u.usertype, cc.name AS category, cc.seotitle AS catseotitle, s.name AS section, s.seotitle AS secseotitle, g.name AS groups FROM elx_content a INNER JOIN elx_content_frontpage f ON f.content_id = a.id INNER JOIN elx_categories cc ON cc.id = a.catid INNER JOIN elx_sections s ON s.id = a.sectionid LEFT JOIN elx_users u ON u.id = a.created_by LEFT JOIN elx_content_rating v ON a.id = v.content_id LEFT JOIN elx_core_acl_aro_groups g ON a.access = g.group_id WHERE a.state = '1' AND s.published = '1' AND cc.published = '1' AND ((a.language IS NULL) OR (a.language LIKE '%english%')) AND ((cc.language IS NULL) OR (cc.language LIKE '%english%')) AND ((s.language IS NULL) OR (s.language LIKE '%english%')) AND a.access IN (19,20,21,18,29,24,23,25,30) AND ( publish_up = '1979-12-19 00:00:00' OR publish_up <= '2013-04-03 18:35:45' ) AND ( publish_down = '2060-01-01 00:00:00' OR publish_down >= '2013-04-03 18:35:45' ) ORDER BY f.ordering

please look Attachments Screenshoot
Title: Re: Help Me, MYSQL EROR [1030] EXECUTIF
Post by: datahell on April 03, 2013, 19:03:11
Your server's hard disk has run out of space!