CMS Setup Help Required
CMS Setup Help Required
Hello All,
I am first time user of CMS Made Simple.
My environment setup is as follows:
O/s: Windows 2003 SBS
PHP: Installed version 5.2.5
MYSQL : Installed version 5.0
I have performed following steps so far from reading installation documentation.
1. Downloaded version 1.2 of CMS
2. Created a Database in MYSQL called CMS
3. Ensured PHP is configured to work with IIS
4. Copied unziped content of CMS installtion in default website directory
5. Ensured IIS user has full control over all files
Now the problem is:
When I try to browse the website using IIS MMC console using the following link http://localhost/CMS/install/
I get following error message:
Website declined to show this page
Most likely causes:
This website requires you to log in.
Any help would be much appreciated.
Many Thanks in advance
Sam
I am first time user of CMS Made Simple.
My environment setup is as follows:
O/s: Windows 2003 SBS
PHP: Installed version 5.2.5
MYSQL : Installed version 5.0
I have performed following steps so far from reading installation documentation.
1. Downloaded version 1.2 of CMS
2. Created a Database in MYSQL called CMS
3. Ensured PHP is configured to work with IIS
4. Copied unziped content of CMS installtion in default website directory
5. Ensured IIS user has full control over all files
Now the problem is:
When I try to browse the website using IIS MMC console using the following link http://localhost/CMS/install/
I get following error message:
Website declined to show this page
Most likely causes:
This website requires you to log in.
Any help would be much appreciated.
Many Thanks in advance
Sam
Re: CMS Setup Help Required
If you unzip in default (root) folder of IIS, your link is http://localhost/Samval wrote: 4. Copied unziped content of CMS installtion in default website directory
...........
When I try to browse the website using IIS MMC console using the following link http://localhost/CMS/install/
Alby
Re: CMS Setup Help Required
Hi Alby,
Apologies for confusion.
Directory structure on the server is as follows:
C:\Inetpub\wwwroot\CMS
and hence I was using the link http://localhost/CMS and have also tried http://localhost/CMS/install/ but with no success keep getting the same error
The website declined to show this webpage
HTTP 403
Most likely causes:
This website requires you to log in.
What you can try:
Go back to the previous page.
More information
This error (HTTP 403 Forbidden) means that this program was able to connect to the website, but it does not have permission to view the webpage.
Awaiting your response
Regards,
Apologies for confusion.
Directory structure on the server is as follows:
C:\Inetpub\wwwroot\CMS
and hence I was using the link http://localhost/CMS and have also tried http://localhost/CMS/install/ but with no success keep getting the same error
The website declined to show this webpage
HTTP 403
Most likely causes:
This website requires you to log in.
What you can try:
Go back to the previous page.
More information
This error (HTTP 403 Forbidden) means that this program was able to connect to the website, but it does not have permission to view the webpage.
Awaiting your response
Regards,
Re: CMS Setup Help Required
I don't know IIS.Samval wrote: The website declined to show this webpage
HTTP 403
Most likely causes:
This website requires you to log in.
You must verify that server:
- respond for index.php (IMHO: default for IIS is home.htm, default.htm and maybe index.htm but not index.php)
- there is a .htaccess in root directory (I don't know if in IIS is same of Apache)
Alby
Re: CMS Setup Help Required
Thanks Alby for your reply.
However I have tried browsing to Index.php but with nosuccess.
Who would be the best person to provide help with setting it up with IIS? and how can I get in touch with them?
Regards,
However I have tried browsing to Index.php but with nosuccess.
Who would be the best person to provide help with setting it up with IIS? and how can I get in touch with them?
Regards,
Re: CMS Setup Help Required
can you drop a regular HTML file into a) the webroot, b) webroot\CMS, c) webroot\someotherfolder and browse to those?
if so, can you also do the same with this (named phpinfo.php):
if you cannot do all the above (2 files, 3 locations), then the problem definitely lies with the server configuration, and not cmsms... i would then start with permissions, as that's the error message you originally received.
if so, can you also do the same with this (named phpinfo.php):
Code: Select all
<?php
phpinfo();
?>
Last edited by kermit on Sun Nov 25, 2007 1:39 pm, edited 1 time in total.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: CMS Setup Help Required
Thanks for the reply.
I can browse for the file in all 3 locations.
I have also given all users on the server Full Control of all files and folders in CMS directory.
What else could I check for?
Regards,
I can browse for the file in all 3 locations.
I have also given all users on the server Full Control of all files and folders in CMS directory.
What else could I check for?
Regards,
Re: CMS Setup Help Required
View this if help youSamval wrote: I have also given all users on the server Full Control of all files and folders in CMS directory.
What else could I check for?
Alby
Re: CMS Setup Help Required
Many Thanks Alby,
After giving CMS folder all possible permission in windows and creating a config.php file from the sample posted, when I browse the Index.php page I get the following message "Site down for maintenance."
I guess we have taken a step forward. Can you please throw some light on what the above message mean?
Regards,
After giving CMS folder all possible permission in windows and creating a config.php file from the sample posted, when I browse the Index.php page I get the following message "Site down for maintenance."
I guess we have taken a step forward. Can you please throw some light on what the above message mean?
Regards,
Re: CMS Setup Help Required
It's little warning only for clean cache (NECESSARY for upgrade but less important for install because deleted automatically)Samval wrote: Many Thanks Alby,
After giving CMS folder all possible permission in windows and creating a config.php file from the sample posted, when I browse the Index.php page I get the following message "Site down for maintenance."
I guess we have taken a step forward. Can you please throw some light on what the above message mean?
Go to admin area, Global settings and Clear cache

Alby
Last edited by alby on Mon Nov 26, 2007 8:58 am, edited 1 time in total.
Re: CMS Setup Help Required
Is this documented anywhere?
That is, can you get to /admin if that SITEDOWN file exists? (How would you know to try?)
Personally, I just dug around and finally found the SITEDOWN file and simply deleted it. My site took a while to appear but it did eventually.
We're back to the problem of very, very, very terse documentation in areas where GREAT DETAIL is required. I did not see any documentation that after an upgrade my site would be in a SITEDOWN state and that I should (should I? Should I need to?) find the "Clear Cache" button and press it.
If this is necessary/recommended, why doesn't it happen automatically, as part of the update? If not that, why not document it somewhere?
If it is documented, why not make that information as easy to find as the diff file is??
That is, can you get to /admin if that SITEDOWN file exists? (How would you know to try?)
Personally, I just dug around and finally found the SITEDOWN file and simply deleted it. My site took a while to appear but it did eventually.
We're back to the problem of very, very, very terse documentation in areas where GREAT DETAIL is required. I did not see any documentation that after an upgrade my site would be in a SITEDOWN state and that I should (should I? Should I need to?) find the "Clear Cache" button and press it.
If this is necessary/recommended, why doesn't it happen automatically, as part of the update? If not that, why not document it somewhere?
If it is documented, why not make that information as easy to find as the diff file is??
Re: CMS Setup Help Required
SITEDOWN is a semaphore file present in the distribution archives. it is normally deleted upon successful completion of the install or upgrade script.. this prevents a site from trying to run on new new code without receiving a possible required database schema upgrade. if you manually copy the cmsms files, construct or restore your own config.php and database, and do not use an install or upgrade script, then you must also remove the SITEDOWN file yourself. -- at least that's my own take on it..ericob wrote: Is this documented anywhere?
That is, can you get to /admin if that SITEDOWN file exists? (How would you know to try?)
Personally, I just dug around and finally found the SITEDOWN file and simply deleted it. My site took a while to appear but it did eventually.
We're back to the problem of very, very, very terse documentation in areas where GREAT DETAIL is required. I did not see any documentation that after an upgrade my site would be in a SITEDOWN state and that I should (should I? Should I need to?) find the "Clear Cache" button and press it.
the SITEDOWN file is also used if you "turn off" the site in global settings.
as far as clearing the CMSMS cache goes on an upgrade.. you should do that BEFORE you even start the upgrade.

eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: CMS Setup Help Required
If you are using Windows you should be using XAMPP...