PHP errors shows orange table and 'call stack'
That's the Xdebug output. You can remove the Xdebug library from the extension
settings in php.ini
and it will show the default PHP stack traces or you can set xdebug.default_enable
to Off
and it will disable the Xdebug stack traces.