Mail Index


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ApacheGallery] Apache::Gallery, $FILES variable not set



On Mon, 2002-05-27 at 17:07, Eric wrote:
> On Mon, May 27, 2002 at 04:47:10PM +0100, Michael Barker wrote:
> > 
> > I just checked:
> > 
> > -rw-r--r--    1 apache   apache      15652 May 24 01:44 people.gif
> > 
> > Looks ok.
> > 
> > Mike.
> >
> 
> Ah, I'm sorry.  I missed the salient point in your first message -- the
> problem is that Apache::Gallery doesn't handles .gif files.  It's all
> of the code that looks like
> 
>         $file =~ m/\.(jpg|jpeg|png)$/i
> 
> in Apache/Gallery.pm.
> 
> Throw a .jpg or .png in the directory and it should work.
> 
> I haven't tried, but I suspect adding "gif" to the list in those regexes
> (regexen?)  would work (I believe imlib handles gifs all right.  Or maybe
> it doesn't (for political reasons re: unisys patent or whatever.))

Thanks, thought that might be the case.  Tried with a JPG.  Fix one
problem and another rears its head.  I now get the following in the
error log.  The page finds the image but it does not display it in any
resolution.


***** Imlib2 Developer Warning ***** :
        This program is calling the Imlib call:

        imlib_image_get_width();

        With the parameter:

        image

        being NULL. Please fix your program.
***** Imlib2 Developer Warning ***** :
        This program is calling the Imlib call:

        imlib_image_get_height();

        With the parameter:

        image

        being NULL. Please fix your program.
***** Imlib2 Developer Warning ***** :
        This program is calling the Imlib call:

        imlib_blend_image_onto_image();

        With the parameter:

        source_image

        being NULL. Please fix your program.
***** Imlib2 Developer Warning ***** :
        This program is calling the Imlib call:

        imlib_free_image();

        With the parameter:

        image

        being NULL. Please fix your program.
[CGI::FastTemplate] Warning: no value found for variable: DATE
[Mon May 27 17:16:33 2002] [error] [client 195.217.55.88] File does not
exist: /var/www/html/scan/.cache/75x109.448818897638-moscow06.jpg


> 
> Eric
> 
> ---------------------------------------------------------------------
> Apache::Gallery users mailinglist. http://apachegallery.dk/
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> 



---------------------------------------------------------------------
Apache::Gallery users mailinglist. http://apachegallery.dk/
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx