css image paths goes to tmp/cache?

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
JiiPee
Forum Members
Forum Members
Posts: 81
Joined: Fri Jan 23, 2009 7:03 pm

css image paths goes to tmp/cache?

Post by JiiPee »

Desperate need here, I installed 1.9.3 and set it up in the sub folder and now I moved it to the root for publishing.

I made all the necessary changes into config file but for some reason after changing the folder, all images that I set up in the css files, get path like this:
http://www.mydomain.com/tmp/cache/uploa ... es/top.gif
I dont know where it takes that tmp/cache in there? In css I have only background: url(uploads/images/top.gif) no-repeat right top;

Any quick help, site is online but broken. please please..?
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm

Re: css image paths goes to tmp/cache?

Post by M@rtijn »

I assume you are using the {cms_stylesheet} tag in your page template?
In that case all references in your stylesheet should contain [[root_url]]

Code: Select all

background: url([[root_url]]/uploads/images/top.gif) no-repeat right top;
Make your community a better place!
Post Reply

Return to “CMSMS Core”