I am having problems getting Sidocre to run under W2K & IIS. I have MySQL running just fine (I think), PHP is working, but when I go to the setup.php screen for Sidocre and attempt to change the configuration parameters, nothing seems to happen. When I select the change link on the right had side of the window I am just returned to the same page. There doesn't seem to be a way to change the parameters.
Thanks for any help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seams to be a problem with the ISAPI PHP over IIS and the getenv php function. This function is widely used in setup.php and the rest of "Simple Document Repository".
See this: http://www.php.net/manual/en/function.getenv.php#47247
You must install PHP on IIS in CGI mode.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having problems getting Sidocre to run under W2K & IIS. I have MySQL running just fine (I think), PHP is working, but when I go to the setup.php screen for Sidocre and attempt to change the configuration parameters, nothing seems to happen. When I select the change link on the right had side of the window I am just returned to the same page. There doesn't seem to be a way to change the parameters.
Thanks for any help.
I never used W2K+IIS+SiDocRe, I successfully used W2K+Apache+SiDocRe.
It seems an IIS+PHP+SiDocRe issue, but I don't know how to help you to solve it.
Hi Keith,
It seams to be a problem with the ISAPI PHP over IIS and the getenv php function. This function is widely used in setup.php and the rest of "Simple Document Repository".
See this: http://www.php.net/manual/en/function.getenv.php#47247
You must install PHP on IIS in CGI mode.