komisch

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
Smarty2211
Regular
Posts: 57
Joined: Sun Jan 06, 2008 7:37 pm
Location: Rauenberg

komisch

Post by Smarty2211 »

Hallo Zusammen heute morgen hat die hp noch ganz normal funktioniert und eben wie ich drauf gehe ist dieses da geschrieben an was kann sowas liegen






Query failed:
SELECT
multilingual_body.value AS multilingual_body,
multilingual_extended.value AS multilingual_extended,
multilingual_title.value AS multilingual_title,
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.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

LEFT OUTER JOIN serendipity_entryproperties multilingual_body
ON (e.id = multilingual_body.entryid AND multilingual_body.property = 'multilingual_body_de')
LEFT OUTER JOIN serendipity_entryproperties multilingual_extended
ON (e.id = multilingual_extended.entryid AND multilingual_extended.property = 'multilingual_extended_de')
LEFT OUTER JOIN serendipity_entryproperties multilingual_title
ON (e.id = multilingual_title.entryid AND multilingual_title.property = 'multilingual_title_de') 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 (( (c.category_left BETWEEN 7 AND 8))) AND e.timestamp <= 1200777000 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 (
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 15
/ Can't create/write to file '/tmp/#sql_1676_0.MYD' (Errcode: 17)
Smarty2211
Regular
Posts: 57
Joined: Sun Jan 06, 2008 7:37 pm
Location: Rauenberg

Post by Smarty2211 »

ohne das ich was gemacht habe geht es nun wieder was ist da los
kleinerChemiker
Regular
Posts: 765
Joined: Tue Oct 17, 2006 2:36 pm
Location: Vienna/Austria
Contact:

Post by kleinerChemiker »

die datenbank hatte probleme und der provider hat sie scheinbar wieder gefixt
Post Reply