I'm using image module (6.x-1.0-beta3) for importing (uploading) images in different resolutions and lightbox2 module (6.x-1.) showing them grouped into different galleries.

Over “Settings / Images” I defined different resolutions: original, thumbnail (80x80), preview (640x640), small (460x460) and medium (800x800).

I noticed that lightbox2 in slideshow mode attempts to show always *.preview.jpg file. Sometimes this file doesn’t exist (is not generated by module image during import) because the original file is of low resolution (less than 640x640). The slideshow still works properly and instead of *.preview.jpg is shown *.jpg.

However there are generated warning log entries in Drupal of type “page not found”. This is a little bit disturbing when analyzing log entries to find real problems of type “page not found”. I have hundreds of such log entries but I think that there is no real problem.

In my opinion there shouldn’t be written a log entry in such cases (in Drupal administration: Reports / New log entries).

Here is an example:

In log report as referrer is mentioned:
http://www.tartlau.eu/drupal/category/Image-Galleries/Menschen
Location is:
http://www.tartlau.eu/drupal/sites/default/files/bilder/3000_leute/Musik...

This file indeed doesn’t exist, but the slideshow shows instead this image:
http://www.tartlau.eu/drupal/sites/default/files/bilder/3000_leute/Musik...
This image exists and is correctly shown in the slideshow.

So there is no really problem in this case and no log entry should be written (in Drupal administration: Reports / New log entries).

Comments

Volkmar’s picture

Is there a chance to fix the above mentioned bug in Lightbox2? Do you agree that this is a bug and can be fixed?

If you don't consider it to be a bug: can you give some support/recommendation how to avoid that such log entries are written in the above mentionend situation? It is really a little bit disturbing...

Thanks!

phiscock’s picture

Subscribe