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

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top