Copy link to clipboard
Copied
Is there a way to see specific PHP error messages. Currently I click preview in browser and if my php code is screwed up I get the standard 500.0 error. Alot of times its either a missing semi-colon or a misspelled variable. But I have to dig to find it. is there an easier way?
Copy link to clipboard
Copied
I don't know what you mean by the standard 500.0 error. Are you using Internet Explorer for previewing pages? If so, select Tools > Internet Options, and then click the Advanced tab. In the Browsing section, deselect Show friendly HTTP error messages.
Also make sure that error_reporting in php.ini is set to E_ALL and display_errors is On.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now