(Error : exec() or passthru() is not allowed. Could not execute Imagick) when cr
-
get this error when creating thumbnails with Image_Magick
The problem you will find in:
if ( stristr($not_allowed, 'exec') || stristr($not_allowed, 'passthru') ) {
Because “pcntl_exec” is in disable_functions I get an error. Yes I know, the mean another exec.
Solution: https://stackoverflow.com/questions/3938120/check-if-exec-is-disabled
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘(Error : exec() or passthru() is not allowed. Could not execute Imagick) when cr’ is closed to new replies.