Jump to content

i can't see errors


alooma

Recommended Posts

It depends what the use of the script is. If it has a function but does not return a value then white is good because it means it worked.

 

If you want to see errors, in your code, at the top add:

 

error_reporting(E_ALL);

ini_set("display_errors", true);

 

That will show every type of error. Notice, Warning, Fatal etc..

 

Sam

Link to comment
https://forums.phpfreaks.com/topic/93716-i-cant-see-errors/#findComment-480195
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.