-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Bug: CodeIgniter v4.5.1 When I connect Postgres Database I Received Error #8912
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
Labels
duplicate
Issue or pull request duplicates an already existing issue/pull request
Comments
I don't know why you get the error. |
Thank you @kenjis It's Working |
5 tasks
This error is because of the change to CodeIgniter4/app/Config/Database.php Line 37 in a94130d
But utf8mb4 is invalid to PostgreSQL.
|
beautiful, thank you for the update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHP Version
8.2
CodeIgniter4 Version
4.1.5
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
PostgreSQL 16
What happened?
When connect PostgreSQL server via .env. I received error like attached file. Even my Connections are successfully connected. Here is my ENV file.
Steps to Reproduce
php spark migrate
Expected Output
Database connected without errors
Anything else?
N/A
The text was updated successfully, but these errors were encountered: