CodeIgniter Forums
Weird CI4 issue where the erroneous code is not visible! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Weird CI4 issue where the erroneous code is not visible! (/showthread.php?tid=90398)



Weird CI4 issue where the erroneous code is not visible! - hvn2k - 03-12-2024

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


RE: Weird CI4 issue where the erroneous code is not visible! - kenjis - 03-13-2024

Upgrade CI4.
It is a bug with PHP 8.3.
https://github.com/codeigniter4/CodeIgniter4/issues/8398


RE: Weird CI4 issue where the erroneous code is not visible! - hvn2k - 03-18-2024

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

Thank you so much for the help. Just fixed it