DISQUS

DISQUS Hello! CodingExperiments.Com is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

CodingExperiments.Com

CodingExperiments.com is a site where I can (obviously) experiment with various demonstrations of code.
Jump to original thread »
Author

ModCMS PHP Error Module

Started by Rishabh Mishra (possible248) · 10 months ago

Note, the name ModCMS has been changed to BurstCMS.
Introduction
I was writing some trigger_error (); function calls when I thought of something that could be part of ModCMS. Obviously, it would handle PHP errors. A simple error handling function is pretty useful on production-line web ... Continue reading »

1 comment

  • I don't think GET parameters are a particularly good idea for production sites... At least not as a means for triggering detailed error reports that could reveal internal operational data to end-users. A debug constant set in a universal include file (settings or whatever) is probably better.

Add New Comment

Returning? Login