Problem with install.psp Problem with install.psp
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Problem with install.psp

Started by paulw, June 03, 2005, 12:33:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

paulw

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

kegobeer

Search the boards for regsiter_long_arrays.

Please search before posting, and don't double post.  I removed your other nearly identical posting.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

paulw

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

kegobeer

Try this:

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

Upload that script and execute it.  What is the result?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots