By abekker on
Installed OK and had everything and suddenly got the message above when I try to upload an image. Please help!
(I am not an expert user - read noob)
Installed OK and had everything and suddenly got the message above when I try to upload an image. Please help!
(I am not an expert user - read noob)
Comments
your host has security set high for php
it is a security issue with php, looks like your host is preventing the function from executing.
ImageMagick Error
The way to correct this issue is to log into the directory that has the error, create a file and name it php.ini. Add this line to the file:
proc_open = On ;
Php.ini files are not recursive, so you will need to add one to every directory that needs this setting.