PHP errors shows orange table and 'call stack' -
recently, if have php errors on localhost, i'm seeing layout of orange table , call stack:
php error http://www.doheth.co.uk/files/phperror.jpg
is caused in particular, php module maybe? or part of php default? i'd go simpler plain message. i'm running php on apache 2 on ubuntu desktop.
that's xdebug output. can remove xdebug library extension
settings in php.ini
, show default php stack traces or can set xdebug.default_enable
off
, disable xdebug stack traces.
Comments
Post a Comment