Roel van der Made wrote: > Package: gallery > Version: 1.4.4-pl4-7 > Severity: important > > > When (auto-)upgrading my albums from gallery 1.41 to 1.4.4-pl4-debian7 > it seems it hangs on 'upgrading' .avi movie file items. > > The .avi is correctly recognised: > > MVI_1950.avi: RIFF (little-endian) data, AVI, 320 x 240, 20.00 fps, video: > Motion JPEG, audio: uncompressed PCM (mono, 11024 Hz) > > The convert just stops (whatever it tries to upgrade).
You may be exhausting the available memory that PHP has access to. In php.ini there is a config variable named memory_limit that by default is set to 8MB. I quickly exhausted this after uploading a couple thousand images and had to increase it. Edit php.ini and increase it to a larger value (restart Apache afterwards). If you don't have access to php.ini, you can add this line to your .htaccess file. php_value memory_limit [new memory limit] Note: When adding that line to .htaccess, you must use a number, in bytes. For example, 8MB would be about 8000000 bytes. Another possibility is that you're experiencing the same issue as http://sourceforge.net/tracker/index.php?func=detail&aid=942056&group_id=7130&atid=107130 If you place your gallery in debug mode (by setting $gallery->app->debug to "yes" in /etc/gallery/config.php or selecting "yes" for Debug mode in the configuration wizard), you should be able to determine where exactly the issue is. -- ---------------------------- Michael Schultheiss E-mail: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]