coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: paulw on June 03, 2005, 12:33:52 PM

Title: Problem with install.psp
Post by: paulw on June 03, 2005, 12:33:52 PM
I have the following System

W2003 with IIS 6
MySQL 4.1.12
PHP 5.04

My PHP seems to be working correctly. Run test and got correct result

When I start http://localhost/install.php the first site of this script appears.
I fill in my preferred username/Password/MySQL-Host/Database-Name/Password
when i click " Let´s go " an nearly empty page appears.
Only the Coppermine Banner is visible.

Any clues would be appresiated
Title: Re: Problem with install.psp
Post by: kegobeer on June 03, 2005, 02:26:27 PM
Search the boards for regsiter_long_arrays.

Please search before posting, and don't double post.  I removed your other nearly identical posting.
Title: Re: Problem with install.psp
Post by: paulw on June 03, 2005, 03:47:36 PM
I did find and earlier posting ref register_long _arrays and tried it, but it was not that as they were aready on!!. I do try to sort things out without a post, but all things I have read still do not work. Any further ideas !!

Thanx
Title: Re: Problem with install.psp
Post by: kegobeer on June 03, 2005, 03:51:07 PM
Try this:

<?php
echo 'PHP SELF is: ' . $HTTP_SERVER_VARS['PHP_SELF'];
?>

Upload that script and execute it.  What is the result?