-1

I installed cakephp 3.x and made code out of it and it's working on my localhost.. But after I deploy my code to web hosting, i got error

Fatal error: You must enable the intl extension to use CakePHP. in /home/elgayaca/public_html/config/bootstrap.php on line 38

I couldn't reach php.ini on webserver..

I already ask the webserver operator to enable the intl extention, but it is still not working..

what should I do? please help..

1 Answers1

0

You have not intl extension in your php.

There are different ways to install it depends on your OS. Here the manual

Dmytrechko
  • 598
  • 3
  • 11