Please Help :Query failed:

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
niranjan
Posts: 1
Joined: Thu Feb 05, 2009 3:12 pm

Please Help :Query failed:

Post 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
kleinerChemiker
Regular
Posts: 765
Joined: Tue Oct 17, 2006 2:36 pm
Location: Vienna/Austria
Contact:

Re: Please Help :Query failed:

Post by kleinerChemiker »

You have to open your database with a tool like phpmyadmin and repair the crashed table (serendipity_entries).
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Please Help :Query failed:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply