Strange problem with imageupload

Author Message

Atle Enersen

Monday 09 June 2003 11:49:13 am

We have a strange problem regarding image upload at our site(s)...

Sometimes the images just dont get there. No variations, all lost. After restarting Apache it allways works again for some time, but it allways breakes again.

Both GIFs and JPGs are affected. We're using GD. Memory is upped to 35M in php.ini, and timeouts are skyhigh...

I have been poking around in the forums and the documentation here, but noone is talking about this particular problem...

Rgds,
Atle

Paul Forsyth

Monday 09 June 2003 1:58:24 pm

could it be something related to this? not sure if this bug is fixed yet.

http://ez.no/developer/ez_publish_3/bug_reports/gif_images_converted_to_png_incorrectly

paul

Atle Enersen

Tuesday 10 June 2003 2:14:21 am

Nope, that did not solve the problem :-(

Rgds,
Atle

Atle Enersen

Tuesday 10 June 2003 2:22:36 am

Investigating... Corrected! It seems to be working now, changed the following in ()/settings/override/image.ini.append.php from:

[ShellSettings]
ConvertPath=/usr/X11R6/bin
ConvertExecutable=convert

to:

[ShellSettings]
ConvertPath=
ConvertExecutable=/usr/X11R6/bin/convert

Rgds,
Atle

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.