Re: display_errors and error_reporting not enough?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> I want to enable error messages while I'm testing or developing.
> I use php 5.2.4 on ubuntu server.
> These two lines does only print notices.
>
> <?php
>   ini_set('display_errors', 1);
>   error_reporting(E_ALL);
> ?>
>
> When I make something wrong like syntax error; I get blank pages.
> Is there something else which I don't know?
> Here is the phpinfo();
> http://77.79.86.103/phpinfo.php
> Googling brings only these two and variations of error_reporting parameters.
>

hi,

find the errors in your apache error log.
also see "error_log" in PHP manual for details.

virgil
http://www.jampmark.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux