CodeIgniter Forums
Please check this error in CI4 - 8e0f4c9 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Please check this error in CI4 - 8e0f4c9 (/showthread.php?tid=76837)



Please check this error in CI4 - 8e0f4c9 - John_Betong - 06-25-2020

Git clone https://github.com/codeigniter4/CodeIgniter4.git 
// michalsn committed 8e0f4c9 3 hours ago - 2020-06-25 - 23:00


I just downloaded the latest version and encountered this error:

[b]Fatal error:  Uncaught Error: Call to undefined function CodeIgniter\locale_set_default() in /var/www/CodeIgniter4/system/CodeIgniter.php:184[/b]

Code:
[/color]
[color=darkred]public function initialize()
{[/color]
[color=darkred]  // Set default locale on the server
  locale_set_default($this->config->defaultLocale ?? 'en');[/color]
[color=darkred]  [/color]
[color=darkred]


It is late here and I'm off to bed Smile