CMS MADE SIMPLE FORGE

Name Type Description
Diagnostics Module Allows a developer to get a diagnostic dump/report from a user.
DebugSwitch Module Debug Switch allows you to quickly enable/disable the debug mode from the admin panel and rely on cookies so you're the only one to actually see the debug mode. It's really light and strait forward module. With DebugArea you can hide part of your code from the public within the template, to facilitate your debug.
LogWatch Module The LogWatch module provides a comprehensive server error log monitoring system for CMS Made Simple websites. This module seamlessly integrates with your server's error logs to display PHP errors, warnings, and notices in an organized, developer-friendly interface within the CMS admin panel, helping you quickly identify and resolve issues during development and production. Features Support for multiple log sources: Apache, PHP ini, virtual host, and document root logs Advanced log parsing using kassner/log-parser library for robust Apache log handling Error type filterin...