-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bug: Plugin Installation Failing for SQLite Database Type #6
Comments
Hi @PopovIG can you make a manual edit to the schema file and test the change for me to see if it works? |
I tried version 1.2 - the plugin was displayed and working in the project settings.
|
What do you mean when opening a task? After you assigned contacts to it? |
When deleting a contact I changed "contacts_id INTEGER KEY NOT NULL" to "contacts_id INTEGER PRIMARY KEY NOT NULL" in Sqlite.php, it fixed this problem |
Found in debug.log:
[2023-07-03 09:56:01] [critical] AddressBook: Unable to migrate schema for the plugin: AddressBook => SQLSTATE[HY000]: General error: 1 near "AUTO_INCREMENT": syntax error
Originally posted by @PopovIG in #5 (reply in thread)
The text was updated successfully, but these errors were encountered: