Re: [PHP] PHP page completly blank

2008-08-03 Thread Alain Roger
Ok i "found" where was the problem. basically when i install php 5.2.6 with installer.msi, i must after copy over those files, the content of the "php-5.2.6-Win32.zip" file, because several files and links are not installed / done by the installer.msi :-( just try to install it with default setting

Re: [PHP] PHP page completly blank

2008-08-03 Thread Daniel Brown
On Sun, Aug 3, 2008 at 3:54 AM, Alain Roger <[EMAIL PROTECTED]> wrote: > > when under command line i run php -v i get a lot of error messages, like > those 2 as attached files. > what can it be ? i've checked those files and they exist. :-( Attached files are stripped automatically by mailman

[PHP] PHP page completly blank

2008-08-03 Thread Alain Roger
Hi, i reinstalled on my computer (Win XP) PHP 5.2.4 (but the same happens with 5.2.6). when i run an index.php page or any other php page which works well before, now i get a blank page result on my browser without any error message. even if only HTML code is inside the PHP page nothing is display