Question

I set up a Debian virtual machine for local development, but funny enough any kind of PHP errors are displayed in an (too me) unusual design, with a orange table layout... How can I make PHP display errors the with the "traditional" design?

Update (added system explanation and screenshot): It's Debian running on a virtual machine on my Mac using VirtualBox.

enter image description here

Was it helpful?

Solution

Based on the comment from Bojangles I investigated and found xdebug to be enabled. Disabling it removed the "orange" error output, and I now get "normal" error display.

I disabled it by removing the link to include the xdebug extension in /etc/php5/conf.d

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top