This is the error I see in CodeIgnitor 4 on a new server installation.
Fatal error: Uncaught Error: Call to undefined function CodeIgniter\locale_set_default()
When I look at potential problems I see that I have the intl extension installed but when I do this command:
php -i | grep -i intl
returns
intl.default_locale => no value => no value
source https://stackoverflow.com/questions/68154368/codeigniter-error-with-call-to-undefined-function-codeigniter-locale-set-default
Comments
Post a Comment