1
I am new to php and MySQL so patients appreciated! I do know C and C++, so am not completely green, but ....
I have the problem mentioned by a few people with a blank screen during the installation.
The installation appears to work with everything showing 'green' and no warnings at all. After the database checks I just get a blank screen. Any php file I try to view is the same blank whiteness - but I can write a hello world php file and this works fine so php is installed correctly.
If I go into the appropriate directory and type:
"php -f index.php"
I get the following warning:
Notice [PHP]: Undefined index: REQUEST_METHOD in file C:\Program Files\Apache Group\Apache2\
htdocs\include\common.php line 78
I have done some googling and searching on this site but cannot find that anybody else has this exact cause. I think it must be something simple to fix?
PHP 5.0.3
Apache 2.0.53
MySQL server 4.1
Win2K local host installation.
Thanks in advance for any assistance.