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.jpg

What 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?

Comments

sign’s picture

This is probably you deleted files from img/ directory which are called by default stylesheet

matt@antinomia’s picture

Status: Active » Fixed

This should be fixed in the 4.7.x and 5.x versions.

Anonymous’s picture

Status: Fixed » Closed (fixed)