|
after I disable plg_Scripts.php I log in to the admin site but no menus! and this error : Table 'gfmtccom_smartdb.m6fu8_categories' doesn't exist SQL=SELECT a.id, a.title, a.checked_out, a.checked_out_time, a.created, a.hits,l.title AS language_title,uc.name AS editor,ag.title AS access_level,c.title AS category_title,ua.name AS author_name FROM m6fu8_content AS a LEFT JOIN `m6fu8_languages` AS l ON l.lang_code = a.language LEFT JOIN m6fu8_users AS uc ON uc.id=a.checked_out LEFT JOIN m6fu8_viewlevels AS ag ON ag.id = a.access LEFT JOIN m6fu8_categories AS c ON c.id = a.catid LEFT JOIN m6fu8_users AS ua ON ua.id = a.created_by ORDER BY a.hits DESC LIMIT 0, 5
Error on the site : 500 - Table 'gfmtccom_smartdb.m6fu8_categories' doesn't exist SQL=SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count FROM m6fu8_content AS a LEFT JOIN m6fu8_categories AS c on c.id = a.catid LEFT JOIN m6fu8_users AS u on u.id = a.created_by LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.language FROM m6fu8_contact_details AS contact WHERE contact.published = 1 GROUP BY contact.user_id, contact.language) AS contact ON contact.user_id = a.created_by LEFT JOIN m6fu8_categories as parent ON parent.id = c.parent_id LEFT JOIN m6fu8_content_rating AS v ON a.id = v.content_id LEFT OUTER JOIN (SELECT cat.id as id FROM m6fu8_categories AS cat JOIN m6fu8_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published <= 0 GROUP BY cat.id) AS badcats ON badcats.id = c.id WHERE a.id = 71 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-05 14:23:16') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-05 14:23:16') AND (a.state = 1 OR a.state =2)
Everything was working fine all what I did is disabled all the plugins and i didn't delete or do anything with the tables!
|