alex3137

Results 5 comments of alex3137

No I have plenty of RAM left (1 GB+). Actually the problem is I updated to Ruby 1.9 but owp seems only compatible with Ruby 1.8. Would it be possible...

Same problem here (warning icon in front of avconv). `system($sync_options['ffmpeg'] ." 1>&2 /dev/null", $retval); print_r($retval);` returns "126". Any thoughts ?

There is no line in my php.ini file to enable safe mode so I imagine it is not enabled. I solved this issue by upgrading the libav-tools package from the...

Looks like safe mode is disabled: ``` /etc/php5/apache2/php.ini:750:; **You CAN safely turn this off for IIS, in fact, you MUST.** /etc/php5/apache2/php.ini:899:;filter.default = unsafe_raw /etc/php5/apache2/php.ini:1000:; http://php.net/sql.safe-mode /etc/php5/apache2/php.ini:1001:sql.safe_mode = Off /etc/php5/apache2/php.ini:1110:; Default...