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
[solved] Images not showing from /tmp/cache/images
[solved] Images not showing from /tmp/cache/images
Last edited by yankee80 on Fri Feb 15, 2013 2:06 am, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Images not showing from /tmp/cache/images
Read the help for the {cms_stylesheet} tag.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Images not showing from /tmp/cache/images
great tip! it worked after I replaced all
background-image:url(images/image2.jpg) with
background-image:url(/images/image2.jpg)
many thanks
background-image:url(images/image2.jpg) with
background-image:url(/images/image2.jpg)
many thanks