1

Please if you have a solution to this codeigniter4 error help out enter image description here

Codeigniter4 homepage failing to display but shows out that error

0700derrick
  • 11
  • 1
  • 2
  • Please share the full error stack trace. As it currently stands, it's unclear if the error spawns from userland source code or from CodeIgniter 4 system core files. – steven7mwesigwa Feb 20 '23 at 15:10
  • Does this answer your question? [Call to undefined function CodeIgniter\locale\_set\_default() - Xampp](https://stackoverflow.com/questions/71434878/call-to-undefined-function-codeigniter-locale-set-default-xampp) – steven7mwesigwa Feb 20 '23 at 22:13
  • Please provide enough code so others can better understand or reproduce the problem. – Community Feb 21 '23 at 04:34

1 Answers1

4
This error occurs if no installed intl extension is `enter code here`specified in the system requirements.

Follow this step to remove the Class 'Locale' not found error,

1. Locate this file in XAMP OR WAMP, the php.ini file
2. Find this ;extension=intl line and remove semi-colon.
3. Restart the server.
Sonu Chohan
  • 141
  • 1
  • 5