Closed (fixed)
Project:
Andreas09
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2006 at 21:58 UTC
Updated:
11 Jun 2007 at 23:17 UTC
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
Comment #1
sign commentedThis is probably you deleted files from img/ directory which are called by default stylesheet
Comment #2
matt@antinomia commentedThis should be fixed in the 4.7.x and 5.x versions.
Comment #3
(not verified) commented