Hello,
i need your help. I made a completely new installation of OSTICKET (1.11). No plugins, no other language files. But I still receive an error, when I want to create a new ticket and start searching for a user:
DB Error #1146
[SELECT A1.id
, A1.name
, A6.address
FROM ost_user
A1 LEFT JOIN ost_user_email
A2 ON (A1.id
= A2.user_id
) LEFT JOIN ost_organization
A3 ON (A1.org_id
= A3.id
) LEFT JOIN ost_user_account
A4 ON (A1.id
= A4.user_id
) LEFT JOIN ost_user__cdata
A5 ON (A1.id
= A5.user_id
) LEFT JOIN ost_user_email
A6 ON (A1.default_email_id
= A6.id
) WHERE A2.address
LIKE '%maxmu%' OR A1.name
LIKE '%maxmu%' OR A3.name
LIKE '%maxmu%' OR A4.username
LIKE '%maxmu%' OR A5.phone
LIKE '%maxmu%' LIMIT 25] Table 'bvw.ost_user__cdata' doesn't exist
I actually don't have the table that is required, but I have no idea why this table doesn't exist. There was no error during the installation process.
I already googled and looked up this error, but I can't find a solution.
Can somebody please help? Thanks a lot,
Julia