I have the same problem, and I've found that if you set
error_reporting(E_ALL); at the top of the page you're working on, you
will at least get some info.
You may also set that in the /etc/php.ini file
I also suggest you make a "phpinfo.php" page wich contains simply:
<?php
phpinfo();
?>
And browse that to see all the PHP settings you have. Maybe you have a
local vs. master conflict.
Daevid.
> -----Original Message-----
> From: John W. Holmes [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 08, 2003 5:49 PM
> To: 'Karl James'; [EMAIL PROTECTED]
> Subject: RE: [PHP] wont display anything but a white page!!!
>
>
> > http://66.12.3.67/webdb/webdb13/assignment_1.phps
> >
> > Can anyone tell me why I only get a white page
> > And no text to be on the browser?
>
> Is display errors turned on in php.ini? Usually you get a
> page like then
> when there was an error, but displaying it is not activated
> in php.ini.
>
> ---John W. Holmes...
>
> PHP Architect - A monthly magazine for PHP Professionals. Get
> your copy
> today. http://www.phparch.com/
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php