Error connect to sqlite3 - SQLite does not allow the charset to be changed in the DSN #15377
-
Hi! I use Phalcon 4.1 with php 7.4 on Ubuntu 18.04 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
It's not the config file that's relevant, but services.php, line 82. Phalcon uses PDO, so that's an error being generated by PDO. From some quick searching, it appears SQLite doesn't really have a charset setting. |
Beta Was this translation helpful? Give feedback.
It's not the config file that's relevant, but services.php, line 82.
Phalcon uses PDO, so that's an error being generated by PDO. From some quick searching, it appears SQLite doesn't really have a charset setting.