CodeIgniter v4.0.4 released |
(07-23-2020, 06:38 AM)Anees Khan Wrote: i wish if ci4 had auth like laravel There are a semi-official addon you can use; https://github.com/lonnieezell/myth-auth
And a CRUD tutorial, see my kind request https://forum.codeigniter.com/thread-77103.html
Fatal error: Uncaught Error: Call to undefined function CodeIgniter\locale_set_default() in D:\xampp\htdocs\sam\system\CodeIgniter.php:184 Stack trace: #0 D:\xampp\htdocs\sam\system\bootstrap.php(181): CodeIgniter\CodeIgniter->initialize() #1 D:\xampp\htdocs\sam\public\index.php(36): require('D:\\xampp\\htdocs...') #2 {main} thrown in D:\xampp\htdocs\sam\system\CodeIgniter.php on line 184
Error en CI 4, como lo soluciono Xampp 7.4.6 CI 4.0.4 windows 8.1 de 64 (08-25-2020, 06:34 PM)mauriciobaez1971 Wrote: Fatal error: Uncaught Error: Call to undefined function CodeIgniter\locale_set_default() in D:\xampp\htdocs\sam\system\CodeIgniter.php:184 Stack trace: #0 D:\xampp\htdocs\sam\system\bootstrap.php(181): CodeIgniter\CodeIgniter->initialize() #1 D:\xampp\htdocs\sam\public\index.php(36): require('D:\\xampp\\htdocs...') #2 {main} thrown in D:\xampp\htdocs\sam\system\CodeIgniter.php on line 184 PHP version 7.2 or newer is required, with the intl extension and mbstring extension installed. https://codeigniter.com/user_guide/intro...ments.html You need to enable intl. |
Welcome Guest, Not a member yet? Register Sign In |