Page 1 of 1

[fixed] Reference to: /images/cms/external.gif

Posted: Sun Aug 21, 2011 8:59 am
by deactivated010521
Layout -> StyleSheets "Accessibility and cross-browser tools" (css_id=31)
Layout -> StyleSheets "Layout: NCleanBlue" (css_id=49)

Code: Select all

background: url([[root_url]]/images/cms/external.gif) no-repeat 100% -100px;
Apache error.log

Code: Select all

[Sun Aug 21 10:59:36 2011] [error] [client 192.168.2.XX] File does not exist: /home/shared/web/beta/public/images, referer: http://beta.lan/tmp/cache/stylesheet_31_1242204174.css

Re: Reference to: /images/cms/external.gif

Posted: Sun Aug 21, 2011 9:04 am
by Rolf
Hi Arnoud.

This is because the /image folder has been removed.
This file is moved to another place.
But the stylesheets haven't been changed yet...

But thanks for noticing ;)

grtz. Rolf

Re: Reference to: /images/cms/external.gif

Posted: Sun Aug 21, 2011 9:09 am
by deactivated010521
Tot the lib folder strange location >:)

Code: Select all

find ./ -type f | grep 'external.gif' 
./lib/images/cms/external.gif
./admin/themes/NCleanGrey/images/icons/system/info-external.gif
./admin/themes/default/images/icons/system/info-external.gif

Re: Reference to: /images/cms/external.gif

Posted: Sun Aug 21, 2011 9:26 am
by Rolf
the accesability stylesheet is used by multiple themes. So just changing the path won't solve it.
I couldn't find a better solution then... This is the reason why it has been changed yet :) But I am very open for suggestions ;)

®

Re: Reference to: /images/cms/external.gif

Posted: Sun Aug 21, 2011 10:09 am
by deactivated010521
I think frontend-theme images should be placed in $document_root/uploads/ same as done with NCleanBlue.

Re: Reference to: /images/cms/external.gif

Posted: Sun Aug 21, 2011 10:29 am
by Rolf
think I might have a "solution" :-\

//edit
Problem is smaller then I thought... Asked calguy to change the default content when he has a moment. After reinstall it should be fixed.

Re: Reference to: /images/cms/external.gif

Posted: Sun Aug 21, 2011 12:03 pm
by jce76350
I think frontend-theme images should be placed in $document_root/uploads/
I think that break old configuration ;)

Re: Reference to: /images/cms/external.gif

Posted: Sun Aug 21, 2011 2:35 pm
by Rolf
fixed in rev.7344