I have searched and read threads in the forum for three hours now.
I have tried Long_Arrays (is on), Removing the Error code and everything else i could find here but my install still stops after i input the information in the Install.php.
This is the message i get:
Notice: Undefined index: PATH_TRANSLATED in c:\Inetpub\wwwroot\cpg133\install.php on line 21
Notice: Undefined offset: -1 in c:\Inetpub\wwwroot\cpg133\install.php on line 22
It's a local server.
I use:
WinXP
MySQL 4.0.25
ISS 5.1
PHP 5.0.4
Check you have enabled php_mysql.dll extension in php.ini (change ";extension=php_mysql.dll" to "extension=php_mysql.dll"), of course you have to copy php_mysql.dll to your PHP extension_dir (PHP5 default is c:\php). You also need libmysql.dll in PHP dir. Files php_mysql.dll and libmysql.dll are in PHP 5.0.4 zip package (http://www.php.net/get/php-5.0.4-Win32.zip/from/a/mirror).
You have to restart iis after changing php.ini
I folllow this step; now i have another message:
PHP Startup: Unable to load dynamic library './php_mysql.dll' - The specified module could not be found.
Eventhough i have put it the specified dll and libmysql.dll all places.
what's wrong with my installation.
This is not the place to getting help setting up PHP.