Page 1 of 1

CSS problems with ISS

Posted: Wed Nov 15, 2006 6:23 pm
by zurdok
Hello everyone,

I have installed a fresh version of CMSMS 1.02 on a windows 2003 server running the latest IIS and current patches. It runs on
mysql 5.021 with a database of type mysqli and PHP 5.1.4.

All the requirements for CMSMS passed, but after I finish the installation I don't see a nice formated page. Instead, I only see plain html (no css).

I used the firefox web developer add-on (https://addons.mozilla.org/firefox/60/) to test my site and confirmed that css is not being parsed if I use the default config.

To do this I select from the CSS menu "view css" and I only get to see this:

Code: Select all

CSS - http://localhost/cms/
http://localhost/cms/
http://localhost/cms/stylesheet.php?templateid=15&mediatype=screen
However, if I modify the config.php to use the oldstyle sheet, css is being parsed correctly.
($config['old_stylesheet'] = true)

I get to see this:

Code: Select all

CSS - http://localhost/cms/
http://localhost/cms/
http://localhost/cms/stylesheet.php?templateid=15&mediatype=screen
/*********************************************
Sample stylesheet for mobile and small screen handheld devices
Just a simple layout suitable for smaller screens with less 
styling cabapilities and minimal css
Note: If you dont want to support mobile devices you can
safely remove this stylesheet.
*********************************************/
+ more css code ....
Note that I have adjusted the MIME settings on IIS to reflect .css text/css
The site is not online yet, and the settings point to localhost.
I put the site temporarily online with a valid .com domain, but I got the same results.

I really don't want to use the old style sheet, but so far I have not been able to figure out the problem.
Anyone else having the same problems ?

Thanks in advance.

Re: CSS problems with ISS

Posted: Thu Nov 16, 2006 11:29 am
by cyberman
zurdok wrote: All the requirements for CMSMS passed, but after I finish the installation I don't see a nice formated page. Instead, I only see plain html (no css).
Looks like system need a too long time to serve CSS. Please try to use the suggested replacement

http://forum.cmsmadesimple.org/index.ph ... l#msg42302

Don't forget to read the helpĀ  :).