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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -