[Bug]: imagick extension not loading #711
Replies: 13 comments 3 replies
-
Tr specifying the absolute path to the extension instead. |
Beta Was this translation helpful? Give feedback.
-
Hey @mpociot you mean to say like this |
Beta Was this translation helpful? Give feedback.
-
Yeah exactly |
Beta Was this translation helpful? Give feedback.
-
Hey @mpociot , PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Users\prass.config\herd\bin\php81\ext\php_imagick.dll' (tried: C:\Users\prass.config\herd\bin\php81\ext\php_imagick.dll (The specified module could not be found), ext\php_C:\Users\prass.config\herd\bin\php81\ext\php_imagick.dll.dll (The specified module could not be found)) in Unknown on line 0 |
Beta Was this translation helpful? Give feedback.
-
Monitoring if someone has found solution, I have same problem. Would be good if there was a tutorial how to install it for Herd. |
Beta Was this translation helpful? Give feedback.
-
Hey @mpociot, Thank you. |
Beta Was this translation helpful? Give feedback.
-
In addition to installing the imagemagick PHP extension, you will also need to install and download imagemagick itself: https://stackoverflow.com/a/44259058 |
Beta Was this translation helpful? Give feedback.
-
Following, is anyone that for him imagick is working on Windows? |
Beta Was this translation helpful? Give feedback.
-
Anyone found how to resolve this issue on Windows 11? |
Beta Was this translation helpful? Give feedback.
-
Hey @mpociot |
Beta Was this translation helpful? Give feedback.
-
I had the same problem and it's working in Herd now. I had to install the exe: and add the DLLs and update php.ini in C:\Users{my_username}.config\herd\bin\php83 |
Beta Was this translation helpful? Give feedback.
-
Hi @mpociot, did you have any update on it? Really crucial, because some of my colleagues cannot use some projects with the current version Herd on Windows. |
Beta Was this translation helpful? Give feedback.
-
@mpociot Any updates? |
Beta Was this translation helpful? Give feedback.
-
Platform
Windows
Operating system version
Windows 11 version 23H2 (0S Build 22631.3527)
System architecture
Intel (x64) (Windows 11 x64)
Herd Version
1.1.0
PHP Version
8.1
Bug description
As per the herd documentation https://herd.laravel.com/docs/windows/1/advanced-usage/additional-extensions I have added
imagick extension but it shows an error log.
Please help me to solve this error ASAP in herd.
PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: ext\imagick (The specified module could not be found), ext\php_imagick.dll (The specified module could not be found)) in Unknown on line 0
Steps to reproduce
No response
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions