Datenbank defekt?

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
tomtom76
Regular
Posts: 43
Joined: Sat Nov 19, 2005 9:24 pm
Contact:

Datenbank defekt?

Post by tomtom76 »

mein blog hat ein paar monate tadellos funktioniert....nun erhalte ich beim aufrufen des blogs folgende meldung:
Query failed:
SELECT
ep_sticky.value AS orderkey,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 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 = 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 <= 1148134404 AND (ep_access.property IS NULL OR ep_access.value = 'public') AND (ep_no_frontpage.property IS NULL OR ep_no_frontpage.value != 'true') AND (ep_access.property IS NULL OR ep_access.value = 'public') AND (ep_no_frontpage.property IS NULL OR ep_no_frontpage.value != 'true') AND (
c.categoryid IS NULL
OR ( acl_acc.groupid = 0)
OR ( acl_acc.artifact_id IS NULL

)
)
GROUP BY e.id
ORDER BY orderkey DESC, orderkey DESC, timestamp DESC
LIMIT 15
/ Not unique table/alias: 'ep_no_frontpage'
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Datenbank defekt?

Post by garvinhicking »

Welche Datenbank-Software und Version davon nutzt Du?

Grüße,
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/
twobee
Regular
Posts: 19
Joined: Thu May 18, 2006 8:02 pm
Location: Berlin
Contact:

Re: Datenbank defekt?

Post by twobee »

garvinhicking wrote:Welche Datenbank-Software und Version davon nutzt Du?

Grüße,
Garvin
Das sieht verdammt nach mySQL aus. ;)
-=( Experienced Apache 2.0.x Administrator )=-
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Datenbank defekt?

Post by garvinhicking »

Hi!

Ah, jetzt hab ichs: Du scheinst das "Erweiterte Eigenschaften für Einträge" plugin zweimal installiert zu haben. Bitte lösche eins der Plugins, das darf eigentlich nur einmal installiert sein. :)

Viele Grüße,
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/
tomtom76
Regular
Posts: 43
Joined: Sat Nov 19, 2005 9:24 pm
Contact:

Post by tomtom76 »

dank!

das mit den ereignisplugins war es tatsächlich!
Filti
Regular
Posts: 6
Joined: Wed Jul 12, 2006 9:50 pm

Post by Filti »

Hab das gleiche Problem, weiß aber nicht wie ich ein Plugin löschen soll. Wie geht das? Einfach die Datei vpm Server löschen? Oder aus der Datenbank? Oder was?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Einfach in die s9y admin oberfläche gehen, zu den plugins, und dann das plugin was du löschen willst ankreuzen und darunter auf "löschen" klicken :)

Viele Grüße,
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/
Filti
Regular
Posts: 6
Joined: Wed Jul 12, 2006 9:50 pm

Post by Filti »

Ja, hab ich auch grade gemerkt 8) trotzdem danke.

Ich wollt zwar meinen Eintrag hier noch löschen aber du warst einfach zu schnell..
Post Reply