Page 1 of 1

[SOLVED]tmp/cache - what does this mean?

Posted: Mon Aug 29, 2011 12:20 am
by jasnick
Using CMSMS 1.9.4.2

Have recently uploaded this site from a temp directory and just realised I cannot see the #container background image. It is correctly placed in uploads/images but is not visible because it is not being found: I get an url not found message:

http://sitename/tmp/cache/uploads/images/bluebg3.jpg

I cleared the cache but it made no difference. I looked in tmp/cache but the file is not there. It is in uploads/images.

Why is it listed in tmp/cache?

Thanks.

Re: tmp/cache - what does this mean?

Posted: Mon Aug 29, 2011 8:02 am
by Jos
probably because you use the {cms_stylesheet} tag in stead of the old {stylesheet} in your page template

You can solve this by placing [[root_url]] to the imagepath in your stylesheet.

Note that the {stylesheet} tag will no longer be available in cmsms version 1.10

[SOLVED]Re: tmp/cache - what does this mean?

Posted: Mon Aug 29, 2011 8:12 am
by jasnick
Yes, that was it! Thank you.