-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: CodeIgniter v4.5.1 When I connect Postgres Database I Received Error #8912
Labels
duplicate
Issue or pull request duplicates an already existing issue/pull request
Comments
NavinRiyaz
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
May 24, 2024
kenjis
removed
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
May 24, 2024
I don't know why you get the error. |
kenjis
changed the title
Bug: CodeIgniter v4.5.1 Version When I connect Postgres Database. I Received Error
Bug: CodeIgniter v4.5.1 When I connect Postgres Database I Received Error
May 24, 2024
Thank you @kenjis It's Working |
kenjis
added
the
duplicate
Issue or pull request duplicates an already existing issue/pull request
label
May 24, 2024
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: