Hi,
I'm not exactly sure what you mean. I didn't move any folder. I am talking about the error message from the initial question:
Fatal error: Uncaught Error: Call to undefined function CodeIgniter\locale_set_default()
If I add if function_exists() to the initialize() function in ./system/CodeIgniter/CodeIgniter.php as User John_Betong suggested everything works, but I realize that this is not a good workaround.
The question is: How can I change the php.ini for the default installation on Mac OS, without having to install a second version of PHP through Homebrew or something? Or can I some how load the intl extension using the spark file?
Thanks