mysql - Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll' -
I am trying to connect to an Android app that is located within the WAMP server. I am constantly getting this error in my php_error log:
PHP startup: load the dynamic library 'c: /wamp/bin/php/php5.5.12/ext/php_intl.dll' Unable to locate the specified module was not found. In the Unknown <0
in line I click on Apache> Version> 2.4.9, then I get 2 following errors as popups:
Program starts because icuuc51.dll is missing from your computer. Try fixing the program to fix this problem
and
PHP startup: dynamic library 'c / wamp / bin / php Unable to load / php5.5.12 /ext/php_intl.dll 'specified module was not found. Do anyone know what is the reason for this or any possible solution?
This can be done very simply.
Use the wampmanager menu to do the following: -
left click wampmanager - & gt; Apache - & gt; Version
and then click on version number, maybe 2.4.9
to rebuild this WAMPServer in all SYMLINK's Apache 2 Will give the reason for .4.9 / bin folder and that will keep the right symlink for these 2 extensions.
To fix the second issue
\ wamp \ script \ config edit and replace it with this code.
$ phpDllToCopy = array ('icudt52 dll', // [modif oto] - Ajouts unknown unknown error PHP 5.6.a2 'icuin52.dll', 'icuio52.dll', 'icule52. Dll ',' iculx52.dll ',' icutest52.dll ',' Icutu52.dll ',' icuuc52.dll ',' icudt51.dll ', // [modif oto] - Ajouts unknown unknown error PHP 5.5.6' icuin51 .dll ',' icuio51.dll ',' icule51.dll ',' Iculx51.dll ',' icutest51.dll ',' icutu51.dll ',' icuuc51.dll ',' icudt50.dll ', // [modif Oto] - Ajouts unknown unknown error PHP 5 .5 'icuin50.dll', 'icuio50.dll', 'icule50.dll', 'iculx50.dll', 'icutest50.dll', 'icutu50.dll', 'icuuc50. Dll ',' icudt49.dll ', // [modif oto] - Ajouts unknown error PHP 5.3 / 5.4' icuin49.dll ',' icuio49.dll ',' icule49.dll ',' iculx49.dll ',' icutest49. Dll ',' icutu49.dll insert ',' ICUC 4 DLL ',' LibEa 32.dll ',' libsays' LDL ', // [Modiff Otto] - A completely unknown error' libintl.dll ',' php5isapi.dll ',' php5nsapi.dll '' Ssleay32.dll ',' php5ts.dll ',' fribidi.dll ', // [modif oto] - PHP 5.2.x 'fdftk.dll', CE-CONTre at des OSPP, 0 OUU Plus 'libmcrypt.dll', 'libmhash.dll', 'libmysql.dll', 'libmysqli.dll' , 'Msql.dll', 'ntwdblib.dll', 'php5activescript.dll',);
Comments
Post a Comment