Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alter table civicrm_case_type_en_CA is not of type 'BASE TABLE' #667

Open
shaneonabike opened this issue Dec 18, 2020 · 1 comment
Open

Comments

@shaneonabike
Copy link

Hey there,

= Problem =

When enabling the CiviCase extension I seem to have run into a strange issue whereby I am getting the following error

exception" => CiviCRM_API3_Exception {#8773
-extraParams: array:6 [
"error_code" => "unknown error"
"sql" => """
\n
ALTER TABLE civicrm_case_type_en_CA\n
ADD COLUMN case_type_category INT(10) [nativecode=1347 ** 'cinema_wordpress.civicrm_case_type_en_CA' is not of type 'BASE TABLE']
"""
"tip" => "add debug=1 to your API call to have more info about the error"
"is_error" => 1
"error_message" => "DB Error: unknown error"
`
I'm not really certain why this isn't working... the table exists it would seem.

= My environment =

  • English Canada enabled
  • French Canada enabled
  • Latest CiviCRM
  • Wordpress latest
@mlutfy
Copy link

mlutfy commented Mar 26, 2021

Hi Shane,

Here's a patch: #536

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants