Hi,
I know that there have been a couple of issues reported in the past about Zen and "page not found" entries in the log, but it seemed that they pertained to either discontinued sub-themes (http://drupal.org/node/399794) or other modules (http://drupal.org/node/492212). I am seeing this error on every page load... Sometimes, it appears to be layout.css that is causing the problem:
|
Type Date User Location Referrer Message Severity Hostname Operations |
|
page not found Wednesday, April 28, 2010 - 11:27am Anonymous
sites/all/themes/zen/zen-subtheme/none warning (IP Address here)
|
And sometimes it isn't clearly layout.css:
|
Type Date User Location Referrer Message Severity Hostname Operations |
|
page not found Wednesday, April 28, 2010 - 11:27am Anonymous
sites/all/themes/zen/zen-subtheme/none warning (IP Address here)
|
There isn't anything that is jumping out at me in layout.css which would be causing the problem, so can anyone point me in the right direction? Should I be examining my sub-theme files against the Zen master theme files?
Comments
Comment #1
paulvantuyl commentedSeems to be related to file caching. Will keep looking for an answer but seems to have gone away after turning caching off/on and clearing caches.
Comment #2
Slovak commentedHave the same issue, where layout.css won't load occasionally. No entries in logs, but Firebug lacks the file which causes display issues.
Comment #3
paulvantuyl commentedYeah it is still popping up for me. Just want to add here that the site I am seeing this problem on is in a Windows shared hosting environment. IIS 7.
Comment #4
sirkitree commentedThis happend when there is a url(none) in your css for the background-image property.
Comment #5
paulvantuyl commentedNot using that, but am in the process of moving all my theme images into the same directory as the css files to take care of caching errors with layout. I wonder if this will alleviate this problem as well... Also, the site having this issue has moved to a Linux server.
Comment #6
johnalbin