Welcome Guest, Not a member yet? Register   Sign In
Weird CI4 issue where the erroneous code is not visible!
#1

Hello I am using CI4 in my project. I am currently facing this weird issue where the error location is not showing up! 
Here is the screenshot: https://imgur.com/a/QUTqVM2

Here's what I have done as an attempt to fix this weird issue:
I have set CI_ENVIRONMENT = development in the .env file
app->Config->Boot->development.php: It looks like all error reporting stuff are set to 1 and true
app->Config->Boot->production.php: I have also made sure all sorts of error reporting are set to true
app->Config->Boot->testing.php: It looks like all error reporting stuff here are similar to development.php

Not sure how to fix this
Reply
#2

(This post was last modified: 03-13-2024, 04:53 PM by kenjis.)

Upgrade CI4.
It is a bug with PHP 8.3.
https://github.com/codeigniter4/CodeIgni...ssues/8398
Reply
#3

(This post was last modified: 03-18-2024, 10:07 PM by hvn2k.)

(03-13-2024, 04:52 PM)kenjis Wrote: Upgrade CI4.
It is a bug with PHP 8.3.
https://github.com/codeigniter4/CodeIgni...ssues/8398

Thank you so much for the help. Just fixed it
Reply




Theme © iAndrew 2016 - Forum software by © MyBB