Just went to my site, which is done with Serendipity and got the following instead of my front page.
Haven't got a clue what it means. Can anyone help?
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.username AS loginname,
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 <= 1267492800
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 2
/ Can't create/write to file '/tmp/#sql_6fde_0.MYD' (Errcode: 17)
Error when opening blog
Re: Error when opening blog
Problem solved, did some searching, contacted my ISP and they corrected it immediately.
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
Re: Error when opening blog
Perhaps you can post the solution here just in case it helps someone else in the future? 
=Don=
-
kleinerChemiker
- Regular
- Posts: 765
- Joined: Tue Oct 17, 2006 2:36 pm
- Location: Vienna/Austria
- Contact:
Re: Error when opening blog
This is an MySQL error and only the provider can correct it.