OK This has been a very adruous task.. More frustration than I bargained for..
Anyway, I managed to get PHP 5.2.2 on IIS responding somewhat well. Although, I am getting an intermittant crash (of sorts) from a helper task on IIS6. Also, I have installed MYSql Server version: 5.0.45.
I also managed to get to your Database installation step 2 in loading the initial data and now it failed since apparently PEAR.php was unavailable. See details below.. It appears that there was a bug in the msi package and PEAR does not install correctly. And, this is the best version there is of PHP. I have tried several other version all failed under IIS.
Anyway, I have struggled to find the correct solution but now I am at an impass. I cannot figure out. If you folks can give me a hand I would appreciate it. I am at the end of my rope here..
Thanks,
Gus
****************** ERROR ********************
C:\Inetpub\wwwroot\CalemEAM\bin\database>echo off
load init data
PHP Warning: Module 'mysql' already loaded in Unknown on line 0
PHP Warning: Module 'PDO' already loaded in Unknown on line 0
PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
PHP Warning: Module 'mbstring' already loaded in Unknown on line 0
PHP Warning: Module 'mysqli' already loaded in Unknown on line 0
PHP Notice: Only variable references should be returned by reference in C:\Inetpub\wwwroot\CalemEA
\server\include\log4php\LoggerAppender.php on line 73
PHP Notice: Only variable references should be returned by reference in C:\Inetpub\wwwroot\CalemEA
\server\include\log4php\LoggerPropertyConfigurator.php on line 565
October 23, 2007, 12:49:16 am - Loading init data...<br>
PHP Warning: Cache_Lite::include_once(PEAR.php): failed to open stream: No such file or directory
n C:\Inetpub\wwwroot\CalemEAM\server\include\Cache_Lite\Lite.php on line 479
PHP Warning: Cache_Lite::include_once(): Failed opening 'PEAR.php' for inclusion (include_path='C:
Inetpub\wwwroot\CalemEAM/server/include;.;c:\php;c:\php\includes;C:\Inetpub\wwwroot\JPGraph;C:\phpm
iler-1.73\phpmailer') in C:\Inetpub\wwwroot\CalemEAM\server\include\Cache_Lite\Lite.php on line 479
PHP Fatal error: Class 'PEAR' not found in C:\Inetpub\wwwroot\CalemEAM\server\include\Cache_Lite\L
te.php on line 480
C:\Inetpub\wwwroot\CalemEAM\bin\database>
*********************** ERROR END ***************************