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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
yankee80
Forum Members
Forum Members
Posts: 34
Joined: Mon Apr 10, 2006 2:45 am

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

Post 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
Last edited by yankee80 on Fri Feb 15, 2013 2:06 am, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

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

Post by calguy1000 »

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.
yankee80
Forum Members
Forum Members
Posts: 34
Joined: Mon Apr 10, 2006 2:45 am

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

Post 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
Post Reply

Return to “CMSMS Core”