Page 1 of 1

error 28 from table handler

Posted: Wed May 18, 2005 12:42 pm
by lasse
Hi

I "recently" installed the Serendipity blog (like an hour ago). After I created the 3 article I got an error. I hope someone can help me with this error:

Code: Select all

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
                    
                    WHERE isdraft = 'false' AND e.timestamp <= '1116412548'
                    GROUP BY e.id
                    ORDER BY timestamp DESC
                     LIMIT 15

/ Got error 28 from table handler
The blog can be found here http://www.vogelsang.dk/blog/

Re: error 28 from table handler

Posted: Wed May 18, 2005 12:43 pm
by garvinhicking
Your harddrive/diskspace is all used up:

http://www.mysql.com/news-and-events/ne ... 00249.html

Regards,
Garvin

Posted: Wed May 18, 2005 12:45 pm
by lasse
Strange. Thanks for the help - I have a host to contact :)