You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which operating systems have you tested for this bug?
macOS
Which server did you use?
apache
Database
MySQL
What happened?
.env file is set to development but it doesn't display the error page. When I check the development.php file under Config/Boot I see that display_errors is already set to 1. Then, when I set display_errors to 1 in production.php, it shows the error page. However, in the error page there is no error listed. Plus, it detects environment as production.
PHP Version 8.3 (there was no option for this in the selectbox)
BTW, I'm not posting for the security error there. I know, It's because of the CSRF data that I forgot.
Steps to Reproduce
nothing
Expected Output
to be able to display the error page
Anything else?
No response
The text was updated successfully, but these errors were encountered:
demyr17
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Jan 4, 2024
PHP Version
8.3
CodeIgniter4 Version
4.4
CodeIgniter4 Installation Method
Composer (as dependency to an existing project)
Which operating systems have you tested for this bug?
macOS
Which server did you use?
apache
Database
MySQL
What happened?
.env file is set to development but it doesn't display the error page. When I check the development.php file under Config/Boot I see that display_errors is already set to 1. Then, when I set display_errors to 1 in production.php, it shows the error page. However, in the error page there is no error listed. Plus, it detects environment as production.
PHP Version 8.3 (there was no option for this in the selectbox)
BTW, I'm not posting for the security error there. I know, It's because of the CSRF data that I forgot.
Steps to Reproduce
nothing
Expected Output
to be able to display the error page
Anything else?
No response
The text was updated successfully, but these errors were encountered: