"Unable to process file"

azmundai

Joined: 2010-08-25
Posts: 4
Posted: Wed, 2010-08-25 07:13

Gallery version (not just "2"): 3.0-rc-2
PHP version (e.g. 5.1.6): 5.2.9
PHPInfo Link (see FAQ): http://www.azmundai.com/phpinfo.php
Webserver (e.g. Apache 1.3.33): 2.2.11
Database (e.g. MySql 5.0.32): 5.0.91-community-log
Activated toolkits (e.g. NetPbm, GD):
Operating system (e.g. Linux): Linux
Browser (e.g. Firefox 2.0): chrome

"Unable to process file"

I've uploaded a precompiled ffmpeg, as instructed by my host, they say point to it with your php program. How do I do that here? I don't see any settings for it.

 
mervyngroves

Joined: 2008-08-03
Posts: 92
Posted: Wed, 2010-08-25 11:21

Chane the .htaccess file to:

Quote:
<IfModule mod_php5.c>
# php_flag short_open_tag On
php_flag magic_quotes_gpc Off
php_flag magic_quotes_sybase Off
php_flag magic_quotes_runtime Off
php_flag register_globals Off
php_flag session.auto_start Off
php_flag suhosin.session.encrypt Off
# php_value upload_max_filesize 20M
# php_value post_max_size 100M

</IfModule>

The entries in .htaccess conflict with the php.ini settings and result in a null value for the setting. This works for me on an inmotionhosting installation.