Softaculous


Topic : intl error php 5.6


Posted By: nusunillc on September 25, 2014, 3:19 am
Trying to enable the intl extension under php 5.6 through ampps - getting the following error:

"PHP Warning:  PHP Startup: Unable to load dynamic library 'C:/Program Files (x86)/Ampps/php/ext\\php_intl.dll' - The specified module could not be found.\r\n in Unknown on line 0"

The extension does actually exist that that location, so I'm not entirely sure what is going on. This is a fresh ampps install.  I'm on windows 8.1.

Thanks!

Posted By: ketan on September 25, 2014, 6:46 am | Post: 1
Hi,

It looks like Apache can't find the icu*.dll files.

So, one solution is to add "'C:\Program Files (x86)\Ampps\php" (or similar directory) to your system PATH.

The other solution is to copy the icu*.dll files to your Apache's bin directory.

Please let us know if you still facing the problem.

-----------------------
Follow AMPPS on,
Twitter
Facebook
Google+

Posted By: nusunillc on September 25, 2014, 12:47 pm | Post: 2
Works! Perfect, thank you! :)

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.