how to get short error reporting instead of long output with 'Call Stack'
Posted by: carsten888 (---.ip.telfort.nl)
Date: December 24, 2012 01:51PM

I used PHP 5.3.0 and when there are errors I just get a line describing the error, which works fine.

I just updated to 5.3.8 and now when there is an error I get 7-10 lines per error, mostly info I really don't need.

Checked the php.ini and tried a few things, but I can't find what to set to get normal 1 line error reporting back.

How to get error reporting back to one line again?

Options: ReplyQuote
Re: how to get short error reporting instead of long output with 'Call Stack'
Posted by: stevenmartin99 (Moderator)
Date: December 24, 2012 03:46PM

disable xdebug

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: how to get short error reporting instead of long output with 'Call Stack'
Posted by: carsten888 (---.ip.telfort.nl)
Date: December 24, 2012 05:02PM

That was it! Brilliant. thank you very much.

Options: ReplyQuote


Sorry, only registered users may post in this forum.