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
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
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?
>
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
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/
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/
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
7 matches
Mail list logo