ich habe soeben Contenido 4.4.5 installiert.
im Backend werden aber die Artikel des Beispielmandanten nicht angezeigt obwohl dieser installiert wurde.
im errorlog steht folgendes:
Code: Alles auswählen
[26-Oct-2005 12:39:23] MySQL error 1054: Unknown column 'b.idtplcfg' in 'on clause'
SELECT
a.preid AS preid,
a.postid AS postid,
a.parentid AS parentid,
c.idcat AS idcat,
c.level AS level,
b.name AS name,
b.public AS public,
b.visible AS online,
d.idtpl AS idtpl
FROM
con_cat AS a,
con_cat_lang AS b,
con_cat_tree AS c
LEFT JOIN
con_template_conf AS d
ON d.idtplcfg = b.idtplcfg
WHERE
a.idclient = '1' AND
b.idlang = '1' AND
c.idcat = b.idcat AND
b.idcat = a.idcat
ORDER BY
c.idtree ASC
[26-Oct-2005 12:39:23] next_record called with no query pending.
Also liegt es wahrscheinlich an meinem Server oder an meinen Einstellungen.
System:
Server operating system Apache/2.0.54 (Debian GNU/Linux) PHP/5.0.5-1 mod_ssl/2.0.54 OpenSSL/0.9.7g
MySQL server version 5.0.12-beta-Debian_2-log
Installed PHP version 5.0.5-1
Wäre super wenn jemand ne Idee hätte!