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.
[SOLVED]tmp/cache - what does this mean?
[SOLVED]tmp/cache - what does this mean?
Last edited by jasnick on Mon Aug 29, 2011 8:12 am, edited 1 time in total.
Re: tmp/cache - what does this mean?
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
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?
Yes, that was it! Thank you.