- 18 Jul 2011, 11:43
#1275
Get following error when I click at button "Candidates"
Tried this with both, creating new database and using database from opencats 0.9.1
Is there already a work around of this problem?
Thx
Jens
Query Error -- Report to System Administrator ASAP
MySQL Query Failed: Tabelle 'cats.tag' existiert nicht
SELECT
t1.tag_id,
t1.tag_parent_id,
t2.title AS tag_parent_title,
t1.title AS tag_title
FROM
tag t1
LEFT JOIN
tag t2 ON t2.tag_id = t1.tag_parent_id
WHERE t1.site_id = 201
ORDER BY IFNULL(t1.tag_parent_id, t1.tag_id), t1.tag_id
Tried this with both, creating new database and using database from opencats 0.9.1
Is there already a work around of this problem?
Thx
Jens
Query Error -- Report to System Administrator ASAP
MySQL Query Failed: Tabelle 'cats.tag' existiert nicht
SELECT
t1.tag_id,
t1.tag_parent_id,
t2.title AS tag_parent_title,
t1.title AS tag_title
FROM
tag t1
LEFT JOIN
tag t2 ON t2.tag_id = t1.tag_parent_id
WHERE t1.site_id = 201
ORDER BY IFNULL(t1.tag_parent_id, t1.tag_id), t1.tag_id