Page 1 of 1

[solved] Images not showing from /tmp/cache/images

Posted: Thu Feb 14, 2013 3:20 pm
by yankee80
hello everyone,

I've been using CMSMS since the early betas and I'm a big fan.

our site was recently upgraded from 1.6 to the latest 1.11.4

now CSS background images don't show up. Firebug tells me the images are loaded from domain.com/tmp/cache/images and when I look in that folder it's empty.

the entire tmp dir has 777 permissions set

images hard coded with the img tag work just fine.

I've tried to disable all caching and even put the entire template in {nocache} brackets, same result

any ideas?

thanks in advance
/eric

Re: Images not showing from /tmp/cache/images

Posted: Thu Feb 14, 2013 4:21 pm
by calguy1000
Read the help for the {cms_stylesheet} tag.

Re: Images not showing from /tmp/cache/images

Posted: Fri Feb 15, 2013 2:05 am
by yankee80
great tip! it worked after I replaced all

background-image:url(images/image2.jpg) with
background-image:url(/images/image2.jpg)

many thanks