Im errorlog steht das:
Code: Alles auswählen
[29-Aug-2006 02:07:39] /contenido/main.php?area=con&frame=2&contenido=f186fdce9077eeb93d2f9b54374539d7 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,
b.idlang AS idlang
FROM
best_cat AS a,
best_cat_lang AS b,
best_cat_tree AS c
LEFT JOIN
best_template_conf AS d
ON d.idtplcfg = b.idtplcfg
WHERE
a.idclient = '1' AND
(b.idlang = '1' OR
b.idlang = '0') AND
c.idcat = b.idcat AND
b.idcat = a.idcat
ORDER BY
c.idtree ASC
[29-Aug-2006 02:07:39] /contenido/main.php?area=con&frame=2&contenido=f186fdce9077eeb93d2f9b54374539d7 next_record called with no query pending.
Code: Alles auswählen
b.idtplcfg