-
error
سلام من چند وقتیه مامبو رو نصب کردم . امروز بعد از تغییرات در تنظیمات کلی سیستم خطا میدهد و اصلا کنترل پنل مامبو باز نمی شود.پائین صفحه سایت هم مینویسد.
آدرس سایت:
[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
31 queries executed
1
SELECT * FROM mos_menu ORDER BY name--------------------------------------------------------------------------------2
SELECT template, client_id, menuid FROM mos_templates_menu WHERE (client_id=0 or client_id=1) AND (menuid=0 OR menuid=1) ORDER BY client_id, menuid--------------------------------------------------------------------------------3
DELETE FROM mos_session WHERE (time<1173080366 AND guest>=0) OR (time<1173077666 AND guest<0)--------------------------------------------------------------------------------4
SELECT count(*), type FROM mos_stats_agents WHERE (agent='MS Internet Explorer 7.0' AND type=0) OR (agent='Windows XP' AND type=1) OR (agent='Unknown' AND type=2) GROUP BY type--------------------------------------------------------------------------------5
INSERT INTO mos_stats_agents (agent,type) VALUES ('MS Internet Explorer 7.0',0)--------------------------------------------------------------------------------6
UPDATE mos_stats_agents SET hits=(hits+1) WHERE agent='Windows XP' AND type=1--------------------------------------------------------------------------------7
UPDATE mos_stats_agents SET hits=(hits+1) WHERE agent='Unknown' AND type=2--------------------------------------------------------------------------------8
UPDATE mos_stats_agents SET hits=(hits+1) WHERE agent='MS Internet Explorer 7.0' AND type=0--------------------------------------------------------------------------------9
SELECT folder, element, published, params, CONCAT_WS('/',folder,element) AS lookup
FROM mos_mambots
WHERE published >= 1 AND access <= 0
ORDER BY ordering--------------------------------------------------------------------------------10
SELECT a.*, ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count, u.name AS author, u.usertype, s.name AS section, cc.name AS category, g.name AS groups
FROM mos_content AS a
INNER JOIN mos_content_frontpage AS f ON f.content_id = a.id
LEFT JOIN mos_categories AS cc ON cc.id = a.catid
LEFT JOIN mos_sections AS s ON s.id = a.sectionid
LEFT JOIN mos_users AS u ON u.id = a.created_by
LEFT JOIN mos_content_rating AS v ON a.id = v.content_id
LEFT JOIN mos_groups AS g ON a.access = g.id
WHERE a.state = '1'
AND a.access <= '0'
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2007-03-05 11:24:26' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2007-03-05 11:24:26' )
ORDER BY f.ordering--------------------------------------------------------------------------------11
SELECT i.id, i.sectionid FROM mos_content AS i, mos_sections AS s WHERE i.sectionid=s.id ORDER BY i.id DESC LIMIT 250--------------------------------------------------------------------------------12
SELECT g.*
FROM mos_core_acl_aro_groups AS g
INNER JOIN mos_core_acl_groups_aro_map AS gm ON gm.group_id = g.group_id
INNER JOIN mos_core_acl_aro AS ao ON ao.aro_id = gm.aro_id
WHERE ao.value='62'--------------------------------------------------------------------------------13
SELECT count(*) FROM mos_comment WHERE articleid='28' AND published='1'--------------------------------------------------------------------------------14
SELECT g.*
FROM mos_core_acl_aro_groups AS g
INNER JOIN mos_core_acl_groups_aro_map AS gm ON gm.group_id = g.group_id
INNER JOIN mos_core_acl_aro AS ao ON ao.aro_id = gm.aro_id
WHERE ao.value='62'--------------------------------------------------------------------------------15
SELECT count(*) FROM mos_comment WHERE articleid='27' AND published='1'--------------------------------------------------------------------------------16
SELECT g.*
FROM mos_core_acl_aro_groups AS g
INNER JOIN mos_core_acl_groups_aro_map AS gm ON gm.group_id = g.group_id
INNER JOIN mos_core_acl_aro AS ao ON ao.aro_id = gm.aro_id
WHERE ao.value='62'--------------------------------------------------------------------------------17
SELECT a.params, a.option
FROM mos_components AS a
WHERE a.name = 'خروجی RSS'--------------------------------------------------------------------------------18
SELECT id, title, module, position, content, showtitle, params, published
FROM mos_modules AS m, mos_modules_menu AS mm
WHERE m.access <= '0' AND m.client_id='0'
AND mm.moduleid=m.id
AND (mm.menuid = '1' OR mm.menuid = '0')
ORDER BY ordering--------------------------------------------------------------------------------19
SELECT a.id
FROM mos_content AS a
INNER JOIN mos_categories AS b ON b.id = a.catid
WHERE a.state = 1
AND a.access <= '0' AND b.access <= '0'
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2007-03-05 11:24:26')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2007-03-05 11:24:26')
AND catid='3'
ORDER BY a.ordering
--------------------------------------------------------------------------------20
SELECT count(id) AS count_users FROM mos_users--------------------------------------------------------------------------------21
SELECT count(id) as count_items from mos_content--------------------------------------------------------------------------------22
SELECT count(id) as count_links FROM mos_weblinks WHERE published='1'--------------------------------------------------------------------------------23
SELECT sum(hits) AS count FROM mos_stats_agents WHERE type='1'--------------------------------------------------------------------------------24
SELECT count(session_id) as guest_online FROM mos_session WHERE guest=1 AND (usertype is NULL OR usertype='')--------------------------------------------------------------------------------25
SELECT DISTINCT count(username) as user_online FROM mos_session WHERE guest=0 AND usertype <> 'administrator' AND usertype <> 'superadministrator'--------------------------------------------------------------------------------26
SELECT DISTINCT a.username
FROM mos_session AS a
WHERE (a.guest=0)--------------------------------------------------------------------------------27
SELECT p.id, p.title
FROM mos_poll_menu AS pm, mos_polls AS p
WHERE (pm.menuid='1' OR pm.menuid='0') AND p.id=pm.pollid
AND p.published=1--------------------------------------------------------------------------------28
SELECT id, text FROM mos_poll_data
WHERE pollid='15' AND text <> ''
ORDER BY id--------------------------------------------------------------------------------29
SELECT a.id, a.title, a.sectionid, a.catid, a.hits
FROM mos_content AS a
LEFT JOIN mos_content_frontpage AS f ON f.content_id = a.id
WHERE ( a.state = '1' AND a.checked_out = '0' AND a.sectionid > '0' )
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2007-03-05 11:24:26' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2007-03-05 11:24:26' )
AND a.access <= '0'
ORDER BY a.hits DESC LIMIT 5--------------------------------------------------------------------------------30
SELECT count(*) AS numrows FROM mos_banner WHERE showBanner=1--------------------------------------------------------------------------------31
SELECT * FROM mos_banner WHERE showBanner=1 LIMIT 0,1
-
پاسخ : error
[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
-
پاسخ : error
1- تنظیمات کلی
2- خطایابی سایت (خیر)
خطایابی سایت رو خیر قرار دهید