Error Class "Locale" not found |
Hello, welcome to CodeIgniter.
CI It needs some things to run properly. more info see : https://codeigniter.com/user_guide/intro...ments.html So enable the intl extension. Locale is a class from ext-intl. Your problem is related to intl extension being inactive or ext-intl not being installed on the server that uses it. Make sure it is installed and active to fix the problem. If you do not have access to install the plugin or activate it, ask your host to do it for you. |
Messages In This Thread |
Error Class "Locale" not found - by MAGAMIKE - 12-09-2022, 10:19 AM
RE: Error Class "Locale" not found - by datamweb - 12-11-2022, 02:36 PM
RE: Error Class "Locale" not found - by InsiteFX - 12-12-2022, 01:05 AM
RE: Error Class "Locale" not found - by Pravinh - 12-13-2022, 05:31 AM
|