Cannot install PHP intl extension (CI4 MacOS) |
Hi everyone!
Hope that you are doing well. I am trying to run CI 4 on my machine. OS: Mac OS Big Sur 11.6.1. PHP: 7.4.27 XAMPP: 7.4.27 I am currently getting the following error: Code: Fatal error: Uncaught Error: Call to undefined function CodeIgniter\locale_set_default() in /Applications/XAMPP/xamppfiles/htdocs/ecms/system/CodeIgniter.php:184 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/ecms/system/bootstrap.php(181): CodeIgniter\CodeIgniter->initialize() #1 /Applications/XAMPP/xamppfiles/htdocs/ecms/public/index.php(38): require('/Applications/X...') #2 {main} thrown in /Applications/XAMPP/xamppfiles/htdocs/ecms/system/CodeIgniter.php on line 184 As far as I understood we should remove the semicolon before extension=intl in the php.ini file. Unfortunately, that is not my solution. I guess I cannot install the intl extension properly. https://prnt.sc/yJWf2XxgqxK0 As you can see from here grep function find it but when I try to install it again an error is thrown. https://prnt.sc/dNG4b2IVaM3g Kind Regards, Ivo
Hi everyone,
I managed to fix the issue thanks to crsss (https://community.apachefriends.org/f/vi...29&t=75044) Code: Hi, |
Welcome Guest, Not a member yet? Register Sign In |