Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 4 error on index.php. Needs extension: {0}
#1

Hi! 
I try to host my codeigniter 4 website and it throws this error:

CodeIgniter\Exceptions\FrameworkException
The framework needs the following extension(s) installed and loaded: {0}. 

Both intl and mbstring are enabled. 
The project works fine on local when I use "php spark serve" but throw this error on shared hosting, or when I try to access the index.php page in public folder. 

Thanks in advance.

Attached Files Thumbnail(s)
   
Reply
#2

Your missing the (International) intl extension in your php.ini
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

You say intl is enabled but your exception message says otherwise. Run this code in your terminal to see if it is really running.
Code:
php --ri intl
Reply




Theme © iAndrew 2016 - Forum software by © MyBB