質問

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

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top