Tabelle serendipity_entries ... should be repaired

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
rhoti
Posts: 3
Joined: Sat Jun 12, 2010 7:32 pm
Location: Rhodos
Contact:

Tabelle serendipity_entries ... should be repaired

Post by rhoti »

Hallöle,
habe einen Kommentar bewilligt, zwei drei Bilder-Links verbessert, gespeichert und erhielt dann plötzlich folgende Meldung auf dem Bildschirm anstelle der Blogstartseite:

Code: Select all

Query failed:

SELECT 
                    ep_sticky.value AS orderkey,

                    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 OUTER JOIN serendipity_entryproperties ep_no_frontpage
                                                  ON (e.id = ep_no_frontpage.entryid AND ep_no_frontpage.property = 'ep_no_frontpage')
 LEFT OUTER JOIN serendipity_entryproperties ep_access
                                              ON (e.id = ep_access.entryid AND ep_access.property = 'ep_access')
 LEFT JOIN serendipity_entryproperties ep_sticky
                                            ON (e.id = ep_sticky.entryid AND ep_sticky.property = 'ep_is_sticky') LEFT JOIN serendipity_authorgroups AS acl_a
                                   ON acl_a.authorid = 1
                            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 <= '1276368192' AND  (ep_access.property IS NULL OR ep_access.value = 'member' OR ep_access.value = 'public' OR (ep_access.value = 'private' AND e.authorid = 1))  AND  (ep_no_frontpage.property IS NULL OR ep_no_frontpage.value != 'true')   AND     (
                                 c.categoryid IS NULL 
                                 OR ( acl_acc.groupid = acl_a.groupid OR acl_acc.groupid = 0)
                                 OR ( acl_acc.artifact_id IS NULL 
                                      
                                    )
                               )
                    GROUP BY e.id
                    ORDER BY orderkey DESC, timestamp DESC
                     LIMIT 4

/ Table './DBblabla/serendipity_entries' is marked as crashed and should be repaired
Ich nutze für die Administrierung der DB mysqldumper. Dort steht bei serendipity_entries gar nix drinnen, klicke ich dnan auf den Link serendipity_entries, kommt der letzte Satz aus obigem Text.

Ich habe leider grad keine Ahnung, wie man so was reparieren kann - und bedeutet die Leere, dass alle Einträge fort sind?

Gruß und Dank im voraus für zeitnahe Tipps
Tina
rhoti
Posts: 3
Joined: Sat Jun 12, 2010 7:32 pm
Location: Rhodos
Contact:

Re: Tabelle serendipity_entries ... should be repaired

Post by rhoti »

Oh...
Danke kleinerChemiker, hast ja recht - ich war etwas in Panik...*g

LG
Tina
rhoti
Posts: 3
Joined: Sat Jun 12, 2010 7:32 pm
Location: Rhodos
Contact:

Re: Tabelle serendipity_entries ... should be repaired

Post by rhoti »

Naja, NOCH nicht:-). Ich geb Bescheid.

Gruß
Tina
Post Reply