coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: Potatisen on August 21, 2005, 11:00:29 PM

Title: Stops after install.php
Post by: Potatisen on August 21, 2005, 11:00:29 PM
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
Title: Re: Stops after install.php
Post by: hercous on August 25, 2005, 10:05:28 AM
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
Title: Re: Stops after install.php
Post by: DungDung on August 26, 2005, 01:01:21 PM
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.
Title: Re: Stops after install.php
Post by: Nibbler on August 26, 2005, 04:31:42 PM
This is not the place to getting help setting up PHP.