Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
By bajjee
#2962
Hi,

Brand new installation. Ubuntu 16.04 server, used installation script - $ wget https://raw.githubusercontent.com/openc ... Install.sh and installed demo database.

Able to login successfully, all tabs are working successfully except Candidates tab, when I click Candidates tab, I get the following error.

MySQL Query Failed: Table 'cats_dev.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 = 201
ORDER BY IFNULL(t1.tag_parent_id, t1.tag_id), t1.tag_id

Appreciate your help.

Bajjee
User avatar
By cptr13
#2963
ok, first of all...thanks for using the script! It usually works. I'll have to look at it and see what's changed. It may take me a few days to reply.
User avatar
By RussH
#3089
I believe this issue occurs if you install the sample data.. rather than the clean install. The sample data doesn't include the tag table. You can either manually add this in or just re-run the install script and ask for a clean install.

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me