Re: [PHP] [ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?

2010-08-09 Thread Tristan
Thanks but, holy overkill. I just need something simple. Thanks for the advice guys. -T On Mon, Aug 9, 2010 at 2:30 PM, Bastien Koert wrote: > On Mon, Aug 9, 2010 at 3:12 PM, Tristan wrote: > > Looking for something that does error logs on the server. > > > > Thanks, T > > > > On Mon, Aug 9, 2

Re: [PHP] [ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?

2010-08-09 Thread Bastien Koert
On Mon, Aug 9, 2010 at 3:12 PM, Tristan wrote: > Looking for something that does error logs on the server. > > Thanks, T > > On Mon, Aug 9, 2010 at 12:59 PM, Peter Lind wrote: > >> On 9 August 2010 20:40, Tristan wrote: >> > a client of mine use to have some color coded one but, I can't find it

Re: [PHP] [ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?

2010-08-09 Thread Tristan
Looking for something that does error logs on the server. Thanks, T On Mon, Aug 9, 2010 at 12:59 PM, Peter Lind wrote: > On 9 August 2010 20:40, Tristan wrote: > > a client of mine use to have some color coded one but, I can't find it > > again. anyone using one that they particularly like? >

Re: [PHP] [ERROR LOG FORMATTER] - any recommendations for web viewable error log formatters?

2010-08-09 Thread Peter Lind
On 9 August 2010 20:40, Tristan wrote: > a client of mine use to have some color coded one but, I can't find it > again. anyone using one that they particularly like? > > similar to this but was hoping for something in PHP > > http://www.psychogenic.com/en/products/Errorlog.php > > Thanks, T > Xd

Re: [PHP] error log

2005-01-28 Thread Jochem Maas
Richard Lynch wrote: Benson wrote: could anyone please help me on how to display all the errors to the browser, but not to file? I have tried modifying php.ini and httpd.conf (apache), but I am not sure how to modify... You would be MUCH MUCH MUCH better off to train yourself to use 'tail -f /usr/

Re: [PHP] error log

2005-01-27 Thread Richard Lynch
Benson wrote: > could anyone please help me on how to display all the errors to the > browser, but not to file? > I have tried modifying php.ini and httpd.conf (apache), but I am not > sure how to modify... You would be MUCH MUCH MUCH better off to train yourself to use 'tail -f /usr/local/apache/

Re: [PHP] error log apache over 250 mb after 2 weeks! undefinedvariable?

2002-06-18 Thread Michael Sweeney
It's nothing you have to worry about, but you need to edit your php.ini file and change the error reporting settings. Find the error_reporting directives (there will be several, all but one commented out) and uncomment the one that looks like: error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING