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

weka’s picture

I 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.png
Referrer stage.example2.com/admin/reports/event/1513

The development site was moved from
projects.example1.com/kcs
to
stage.example2.com

For 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/dblog the same errors come back.

weka’s picture

Category: bug » support

The file making the request call was at sites/default/files/color/pixture_reloaded-d23d2816/style.css lines #858, #863 and #867.

It has to do with selecting a Color set at /admin/build/themes/settings/pixture_reloaded

To fix it, just go to the configuration page for your theme and click on the Save configuration button.

You will get a message

    * The configuration options have been saved.
    * The directory sites/default/files/color/pixture_reloaded-cccdfd6e has been created.

This fixed the problem for me.

Jeff Burnz’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.