cakephp - Cake php3.0 xampp 3.2.1 error -
hey had installed xampp on windows xampp control panel 3.2.1 , getting error :
fatal error: must enable intl extension use cakephp. in g:\xampp\htdocs\hw\config\bootstrap.php on line 38
i had changed httpd.conf
, uncomment line
loadmodule rewrite_module libexec/apache2/mod_rewrite.so
and change directory attributes :
<directory /> options followsymlinks allowoverride order deny,allow deny </directory>
to , restarted apache , still getting message fatal error:
you must enable intl extension use cakephp. in g:\xampp\htdocs\hw\config\bootstrap.php on line 38
if have change ;extension=php_intl.dll extension=php_intl.dll (remove semicolon) in php.ini
still same error comes.
in both xampp , wamp, mcrypt , mbstring extensions working default.
in xampp, intl extension included have uncomment extension=php_intl.dll in php.ini , restart server through xampp control panel.
in wamp, intl extension “activated” default not working. make work have go php folder (by default) c:\wamp\bin\php\php{version}, copy files looks icu*.dll , paste them apache bin directory c:\wamp\bin\apache\apache{version}\bin. restart services , should ok.
Comments
Post a Comment