Welcome Guest, Not a member yet? Register   Sign In
PHP 8.2.11. This is a bug fix release.
#1

PHP 8.2.11. This is a bug fix release.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#2

(This post was last modified: 09-29-2023, 09:10 AM by wdeda.)

I'm using version 4.1.1 and when updating PHP to version 8.2.11 the following error occurred:
Class "Locale" not found
Locale:ConfusedetDefault($this->config->defaultLocale ?? 'en');
line 214 of the codeigniter.php file:
I went back to using the previous version, 8.2.10.
If plan A fails, relax... the alphabet is 26 letters
Reply
#3

@wdeda See https://stackoverflow.com/questions/7550...-not-found
Reply
#4

(09-29-2023, 10:18 PM)kenjis Wrote: @wdeda See https://stackoverflow.com/questions/7550...-not-found



Thank you very much for your prompt service, the problem was resolved after uncommenting the line "intl.default_locale =" to "intl.default_locale = en" in the php.ini file.
If plan A fails, relax... the alphabet is 26 letters
Reply




Theme © iAndrew 2016 - Forum software by © MyBB