Page 1 of 1

CMS Made Simple Installation on IIS

Posted: Wed Jul 23, 2008 11:39 am
by bigul
Hi Pals,

I currently am working with CMS Ms on my local server(Xampp package) that is going fine. My orginal server is working with IIS . When i tried to install CMSMS then i got a blank page

url: http://121.246.64.12/artgallery/install ... oqnbo5bll0

Pls help me to find a solution.


Thanks in Advance

Re: CMS Made Simple Installation on IIS

Posted: Wed Jul 23, 2008 12:01 pm
by cb2004
I have seen this before as well.

Have you set the write permissions on the correct folders?

Re: CMS Made Simple Installation on IIS

Posted: Wed Jul 23, 2008 5:55 pm
by tyman00
I ran into this when setting up an install on IIS 6.0 on Server 2k3. If I remember right it was a permissions thing. Try messing with the permissions settings on your different folders. Specifically the temp, templates, templates_c, cache folders. Just record what you change so you can always go back for security sake.

You may also want to try checking your Smarty install to make sure that is working as well.

Post back if you still have issues and I can try to help you out a little more.

Re: CMS Made Simple Installation on IIS

Posted: Wed Jul 23, 2008 7:57 pm
by Pierre M.
Do you have working PHP sessions ?
http://wiki.cmsmadesimple.org/index.php ... quirements

Pierre M.

Re: CMS Made Simple Installation on IIS

Posted: Thu Jul 24, 2008 7:34 am
by bigul
Hi

I created sessions folder and specified it in php.ini file and changed permissions tmp,cache,templates,templates_c and configs folders using Attrib -R DOS command. Then i installed smarty,worked a demo example and i got correct output. But still i get the old result for CMS MS installation.

Pls help me..

Re: CMS Made Simple Installation on IIS

Posted: Thu Jul 24, 2008 7:30 pm
by Pierre M.
bigul wrote: I created sessions folder and specified it in php.ini file ...
But do you have working PHP sessions ? (and a supported install-admin browser ?)
Use another PHP app or some PHP sample code to diagnose this.
If you have a PHP session problem it is not CMSms specific. In this case you should PHP support.

Pierre M.