-
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: Latest 4.4.0 #7859
Comments
You may need to replace spark file Line 82 in 9451595
and various configs/files see changelog |
I have another bug,
When install
|
I can't reproduce with fresh install appstarter, you may need to copy various files:
|
@ddevsr If you use Config Caching, read: |
All are working now in my side, Good Job @kenjis best Update <3 next support 8.3 =) |
@samsonasik @kenjis I cleared cache files, and refresh page its I added --- a/app/Config/DocTypes.php
+++ b/app/Config/DocTypes.php
@@ -2,7 +2,9 @@
namespace Config;
-class DocTypes
+use CodeIgniter\Config\BaseConfig;
+
+class DocTypes extends BaseConfig |
I think this is because |
Yes, i called |
Ah, yes, there are two Extending |
PHP Version
8.2
CodeIgniter4 Version
4.4.0
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
No response
What happened?
After latest update 4.4.0
Fatal error: Uncaught Error: Undefined constant "CodeIgniter\ENVIRONMENT" in C:\wamp64\www\vendor\codeigniter4\framework\system\CodeIgniter.php on line 581
Steps to Reproduce
Just composer Update (3.7.0 > 4.4.0)
Expected Output
Fatal error: Uncaught Error: Undefined constant "CodeIgniter\ENVIRONMENT" in C:\wamp64\www\vendor\codeigniter4\framework\system\CodeIgniter.php on line 581
Anything else?
No response
The text was updated successfully, but these errors were encountered: