neue Installation - und Fehler...
Posted: Thu Dec 08, 2005 12:58 pm
Könnt Ihr damit was anfangen?

Zuvor kam die Fehlermeldung, die .htaccess - datei hätte nicht geschrieben werden können und man solle das angegebene Script kopieren und dann per Hand auf den Server packen... hab ich gemacht... und dann kam das, wwas oben zitiert ist.
Bitte um Hinweise, mit DB hab ichs nicht so
Wollte das Teil noch auf einer anderen Domain installieren... und nun so was...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
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 <= '1134042312' AND (
c.categoryid IS NULL
OR ( acl_acc.groupid = 0)
OR ( acl_acc.artifact_id IS NULL
)
)
GROUP BY e.id
ORDER BY timestamp DESC
0
/ You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '0' at line 44
Zuvor kam die Fehlermeldung, die .htaccess - datei hätte nicht geschrieben werden können und man solle das angegebene Script kopieren und dann per Hand auf den Server packen... hab ich gemacht... und dann kam das, wwas oben zitiert ist.
Bitte um Hinweise, mit DB hab ichs nicht so