How? You must enable the intl extension to use CakePHP

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

if (!extension_loaded('intl')) {
    trigger_error('You must enable the intl extension to use CakePHP.', E_USER_ERROR);   // line 38
}

how to enable this??? cakephp 3.2.1 production server only centos 6.7 LAMPP

http://php.net/manual/en/intl.installation.php

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.