CSS problems with ISS

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
zurdok

CSS problems with ISS

Post 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.
cyberman

Re: CSS problems with ISS

Post 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  :).
Locked

Return to “[locked] Installation, Setup and Upgrade”