Error messages - Image Resize
From:
Martin Spernau
Date:
May 22 18:36 UTC
Short link
> OK - I've spent a few minutes Googling and I can see that the message is
caused by my having the following line in my php.ini file:
>
> disable_functions = show_source, passthru, popen, proc_open
>
>
Yep, that's the cause then :)
> Is it safe to remove popen from this list and thus enable it ?
>
If you control the PHP files that are placed on your server... yes, then
it is safe. This setting is often made to avoid 'un trsusted users' from
uploading PHP code that can do all manner of things.