Safari and Konqurer visits generate errors in syslog log.
tjharman - October 22, 2006 - 21:58
| Project: | Andreas09 |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I am running Drupal 4.7.4 though 4.7.3 had this problem as well.
I have the latest (as of 23rd Oct) version of Andreas09
My root drupal install is in:
/var/www/drupal
I have andreas09 installed in:
/var/www/drupal/sites/site.name/themes/andreas09
I have set the color variable correctly:
<?php
$color = 'blue'; //set to blue, black, green, orange, purple, or red
?>When a Safari or Konqueror using vistor views my site, I get the following errors in my system log:
warning page not found 23 Oct 2006 - 10:44am sites/site.name/themes/andreas09/img/bodybg.jpg
warning page not found 23 Oct 2006 - 10:44am sites/site.name/themes/andreas09/img/menuhover.jpg
warning page not found 23 Oct 2006 - 10:44am sites/site.name/themes/andreas09/img/menuhover.jpg
warning page not found 23 Oct 2006 - 10:44am sites/site.name/themes/andreas09/img/bodybg.jpg
warning page not found 23 Oct 2006 - 10:43am sites/site.name/themes/andreas09/img/bodybg.jpgWhat I can't figure out is why it's looking for bodybg.jpg instead of bodybg-blue.jpg, because both Firefox and IE ask for the correct file.
I assume some CSS weridness?

#1
This is probably you deleted files from img/ directory which are called by default stylesheet
#2
This should be fixed in the 4.7.x and 5.x versions.
#3