Page 1 of 1

Please Help :Query failed:

Posted: Thu Feb 05, 2009 3:26 pm
by niranjan
Hi Friends!

today i got a from my site. its appear in my site. please tel me how to solve this
problem. there is my site not work. from this problem

http://www.tamilanbu.com this is my site. there is appear error message.. please help to
solve this problem. :(



Query failed:

SELECT


e.id,
e.title,
e.timestamp,
e.comments,
e.exflag,
e.authorid,
e.trackbacks,
e.isdraft,
e.allow_comments,
e.last_modified,

a.realname AS author,
a.email

, e.body, e.extended

FROM
serendipity_entries AS e
LEFT JOIN serendipity_authors a
ON e.authorid = a.authorid
LEFT JOIN serendipity_entrycat ec
ON e.id = ec.entryid
LEFT JOIN serendipity_category c
ON ec.categoryid = c.categoryid
LEFT JOIN serendipity_authorgroups AS acl_a
ON acl_a.authorid = 0
LEFT JOIN serendipity_access AS acl_acc
ON ( acl_acc.artifact_mode = 'read'
AND acl_acc.artifact_type = 'category'
AND acl_acc.artifact_id = c.categoryid
)
WHERE isdraft = 'false' AND e.timestamp <= '1233842719' AND (
c.categoryid IS NULL
OR ( acl_acc.groupid = 0)
OR ( acl_acc.artifact_id IS NULL

)
)
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 10

/ Table './tamilanb_anbu/serendipity_entries' is marked as crashed and should be repaired

Re: Please Help :Query failed:

Posted: Thu Feb 05, 2009 3:35 pm
by kleinerChemiker
You have to open your database with a tool like phpmyadmin and repair the crashed table (serendipity_entries).

Re: Please Help :Query failed:

Posted: Thu Feb 05, 2009 3:38 pm
by garvinhicking
Hi!

Your database is corrupted; try a tool like phpMYAdmin to repair the table, or you might want to ask the provider. This problem is unrelated to Serendipity, it's a problem at a higher level.

Regards
Garvin