Unable to load dynamic library php5.5_imagick.dll
Sure. See the Regedit and the Content of the Folder below:
Re: Unable to load dynamic library php5.5_imagick.dll
I've saved the Output of the hello.php as HTML. See the attached ZIP-File (Contains that HTML-File and corresponding files in a Folder)...
- Attachments
-
- hello.zip
- (16.32KiB)Downloaded 350 times
Re: Unable to load dynamic library php5.5_imagick.dll
1. Can you check if you see the following files?
2. If so, is it possible that we access this server remotely and trouble-shoot what's going on?
Code: Select all
C:\Windows\system32\CORE_RL_*.dll
Re: Unable to load dynamic library php5.5_imagick.dll
There are the following files:
"C:\windows\System32\CORE_RL_zlib_.dll"
"C:\windows\System32\CORE_RL_bzlib_.dll"
"C:\windows\System32\CORE_RL_jpeg_.dll"
"C:\windows\System32\CORE_RL_lcms_.dll"
"C:\windows\System32\CORE_RL_magick_.dll"
"C:\windows\System32\CORE_RL_ttf_.dll"
"C:\windows\System32\CORE_RL_xlib_.dll"
Sure, you can Access the Server via TeamViewer. See PM.
"C:\windows\System32\CORE_RL_zlib_.dll"
"C:\windows\System32\CORE_RL_bzlib_.dll"
"C:\windows\System32\CORE_RL_jpeg_.dll"
"C:\windows\System32\CORE_RL_lcms_.dll"
"C:\windows\System32\CORE_RL_magick_.dll"
"C:\windows\System32\CORE_RL_ttf_.dll"
"C:\windows\System32\CORE_RL_xlib_.dll"
Sure, you can Access the Server via TeamViewer. See PM.
Re: Unable to load dynamic library php5.5_imagick.dll
Please send the remote access information to mailto:pacsone@pacsone.net
Re: Unable to load dynamic library php5.5_imagick.dll
The source of the problem turns out to be the following line missing in the PHP.INI configuration file:
Code: Select all
extension=php5.5_imagick.dll
Re: Unable to load dynamic library php5.5_imagick.dll
Hello,
thank you so much for your help which embarrassed me, because before my first post, I've definitely checked, that this line isn't missing in the php.ini. For now I'm not sure, if the line begans with Uppercase Letter (Extension=...) and now is lowercase, but I cannot imagine, this line was really completely missing.
It seems everything is working fine, except that exclamation-mark Icon (Winamp PHP-Extension List) does not disappear. Should I ignore that? I'm surprised: How did you get solved those error-messages about php_intl.dll and php_ldap.dll or is there a relationship between both issues?
Again, thanks a lot for your effort for this solution and best regards...
thank you so much for your help which embarrassed me, because before my first post, I've definitely checked, that this line isn't missing in the php.ini. For now I'm not sure, if the line begans with Uppercase Letter (Extension=...) and now is lowercase, but I cannot imagine, this line was really completely missing.
It seems everything is working fine, except that exclamation-mark Icon (Winamp PHP-Extension List) does not disappear. Should I ignore that? I'm surprised: How did you get solved those error-messages about php_intl.dll and php_ldap.dll or is there a relationship between both issues?
Again, thanks a lot for your effort for this solution and best regards...
Re: Unable to load dynamic library php5.5_imagick.dll
1. The errors in the previous PHP error log are now gone because we removed the 2 lines loading those 2 troubled extension DLLs, since they are neither required nor related to PacsOne Server.
2. Not sure about why WAMP Server put an exclamation mark next to the php5.5_imagick.dll but it does not seem to be reliable either, as it put the check (Ok) mark next to the above 2 extension DLLs which could NOT be loaded. So you can pretty much ignore that.
2. Not sure about why WAMP Server put an exclamation mark next to the php5.5_imagick.dll but it does not seem to be reliable either, as it put the check (Ok) mark next to the above 2 extension DLLs which could NOT be loaded. So you can pretty much ignore that.