-
Notifications
You must be signed in to change notification settings - Fork 17
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
SQL Error: SQLSTATE[HY000] #39
Comments
@carlosnewmusic what version of the plugin are you using? likely this is a file encoding issue. I've encoded it to utf8. if you have special characters sometimes the table in mysql has to be updated to support them. function version_7(PDO $pdo){ |
no such table exists in the database :( |
what version of the plugin are you using? also the wikipage table must exist for the plugin to even work. |
I might recommend reinstalling the extension, dropping any wiki tables and looking for the migrations table to remove entries |
0.3.0 at the time, I have now updated it; Can't the content of the old tables be migrated to the new tables? |
I might recommend reaching out for technical help on https://kanboard.discourse.group/c/plugins/8. I don't have enough info on your setup to help you. It's probably some kind of foreign language special character encoding. |
looks like solution to update the character set yet again to support emojis. |
This issue is:
Actual behaviour
Internal Error: SQL Error: SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x98\x84\x0D\x0A...' for column 'content' at row 1
Expected behaviour
that it is stored correctly
Steps to reproduce
edit wiki and save
Screenshots
Logs
Configuration
The text was updated successfully, but these errors were encountered: