Closed (fixed)
Project:
Image Picker
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2009 at 19:31 UTC
Updated:
18 Apr 2009 at 12:09 UTC
I installed and had it working. Then suddenly one day I started getting the message above when I hit the 'upload' button. Please help...
(I am not an expert user - read noob)
Comments
Comment #1
abekker commentedSome sterling support here....
Comment #2
hutch commentedSorry I have no idea what is happening here, I have a dozen drupal sites using imagepicker, all up to date and all working. I suspect that this is related to a non-drupal update.
Comment #3
j0rd commentedproc_open() has been disabled for security reasons is most likely a PHP error set somewhere in your php.ini or something else.
I'm getting the same error and looking into it.
Comment #4
j0rd commentedIf you have PHP running in safe mode, this function will be disabled.
Here's a list of functions disabled by safe mode.
http://us2.php.net/manual/en/features.safe-mode.functions.php
As per my phpinfo() my PHP is not running in safe mode...but if I look in "disable_functions" i have proc_open in there...so I'll need to fix that.
Comment #5
j0rd commentedchanges are your php.ini has this line.
Comment #6
hutch commentedLooks like you have sussed it :-)
Comment #7
hutch commented