Page 1 of 1

Can't get past step 1

Posted: Thu Jan 03, 2008 7:43 pm
by thc1967
Installing on:
Windows XP SP2
IIS5
PHP 5.2.3 / ISAPI
MySQL 5.0.45
Current D/L of CMS as of today

I can run a simple phpinfo() script in the CMS install directory and get expected results.

Reproduciton steps:

1) I navigate to http://localhost/installdir/install/index.php
2) Observe that we're on step 1 and everything has a green checkmark next to  it.
3) Click the Continue button at the bottom of the Step 1 page.
4) Web site comes right back to step 1 - it never goes to step 2. :(

What other info do you need to help me?

Thanks!
-Tim

Re: Can't get past step 1

Posted: Thu Jan 03, 2008 7:49 pm
by Pierre M.
Hello,

anything in the logS ?

I don't know IIS.
Many Windows users have trouble with webserver identity and access rights. Please double check 777 and the like.

Pierre M.

Re: Can't get past step 1

Posted: Thu Jan 03, 2008 7:56 pm
by thc1967
Nothing in the logs, unless something is writing to a text log somewhere.  Definitely nothing in the Windows logs.  Are there other logs I should check?

I've ensured that the default IIS user has full rights to everything in the install directory, so they should be able to write.

It would have been nice to see a message back on Step 1 about why it went back to Step 1.

Re: Can't get past step 1

Posted: Thu Jan 03, 2008 10:12 pm
by Dr.CSS
Have you tried Xampp?...

Worked great for me...

Re: Can't get past step 1

Posted: Fri Jan 04, 2008 12:53 pm
by EUser
Suggest you try setting the error_reporting option in your php.ini to E_ALL | E_STRICT.

Refer to the following post which may shed some light on your installation. -> http://forum.cmsmadesimple.org/index.ph ... 099.0.html.

Rgds