CodeIgniter 4.1.4
My Solution :
I faced same issue and resolve following below steps:
- go to the app=> Config => Boot => production.php in your project
- Change the ini_set('display_errors', '0') to ini_set('display_errors', '1') above will show you the error detail then do the following:
- Open [xampp_folder_path]/php/php.ini to edit.
- Search for ;extension=intl and remove the ;.
- Save the php.ini file and restart Apache.
CodeIgniter\Exceptions\FrameworkException The framework needs the following extension(s) installed and loaded: intl. |
0 comments:
Post a Comment