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
Search the boards for regsiter_long_arrays.
Please search before posting, and don't double post. I removed your other nearly identical posting.
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
Try this:
<?php
echo 'PHP SELF is: ' . $HTTP_SERVER_VARS['PHP_SELF'];
?>
Upload that script and execute it. What is the result?