Search code examples
phperror-reporting

What to do when no errors and error-reporting enabled?


Im lost here, closed few files and clicked yes on save all and now page wont load and error_reporting(1); its in all documents... No erors given


Solution

  • If your error isn't a syntax error, you can manually debug by placing die('test'); in various areas of your code to see if that portion executes.