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

justageek’s picture

it is a security issue with php, looks like your host is preventing the function from executing.

antonix’s picture

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.