Closed (fixed)
Project:
Pixture Reloaded
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2009 at 13:28 UTC
Updated:
22 Nov 2009 at 04:50 UTC
Details
Type page not found
Date Friday, June 26, 2009 - 14:22
User webmaster
Location http://localhost/610startextra08/sites/all/themes/pixturerr/ul2.gif
Referrer http://localhost/610startextra08/
Message sites/all/themes/pixturerr/ul2.gif
Severity warning
Hostname 127.0.0.1
Operations
Comments
Comment #1
weka commentedI just moved site from development server onto a stage site and get my logs filled with page not found messages like this:
Location
stage.example2.com/kcs/sites/all/themes/pixture_reloaded/images/large-info.pngReferrer
stage.example2.com/admin/reports/event/1513The development site was moved from
projects.example1.com/kcsto
stage.example2.comFor some reason Pixtures Reloaded is looking for the large-info.png file based on the original path. Any idea where and how the path got hard-coded this way?
I have cleared the cache, but as soon as I hit
/admin/reports/dblogthe same errors come back.Comment #2
weka commentedThe file making the request call was at
sites/default/files/color/pixture_reloaded-d23d2816/style.csslines #858, #863 and #867.It has to do with selecting a Color set at
/admin/build/themes/settings/pixture_reloadedTo fix it, just go to the configuration page for your theme and click on the Save configuration button.
You will get a message
This fixed the problem for me.
Comment #6
Jeff Burnz commentedColor module writes the paths to the cached version of the stylesheet, so if you move your site and the path is different you'll get the 404 errors.
As you pointed out the "fix" is to re-save the theme settings to rewrite the cached stylesheet.