Stops after install.php Stops after install.php
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Stops after install.php

Started by Potatisen, August 21, 2005, 11:00:29 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Potatisen

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

hercous

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

DungDung

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.

Nibbler

This is not the place to getting help setting up PHP.