[SOLVED] Error after importing old data
Posted: 28 Jun 2017, 08:21
Hi all i imported my old bak file when install the latest cats but experience error when click on candidates tab as well as candidates name
error message as follows can anyone help thanks
Query Error -- Report to System Administrator ASAP
MySQL Query Failed: Table 'opencats.tag' doesn't exist
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 = 1
ORDER BY IFNULL(t1.tag_parent_id, t1.tag_id), t1.tag_id
error message as follows can anyone help thanks
Query Error -- Report to System Administrator ASAP
MySQL Query Failed: Table 'opencats.tag' doesn't exist
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 = 1
ORDER BY IFNULL(t1.tag_parent_id, t1.tag_id), t1.tag_id