
Bei aktiviertem Debug Mode werden im Backend php Fehlermeldungen angezeigt. Zur Aktivierung des Debug Modes muss die folgende Datei umbenannt werden:
./userfiles/downloads/CMSimpleDebug.txt
ab CMSimple 4.7: ./userfiles/_core/CMSimpleDebug.txt
Wenn der Dateiname mit einem Unterstrich ("_") beginnt, ist der Debug Mode aktiv.
_CMSimpleDebug.txt => Debug Mode aktiviert
CMSimpleDebug.txt => Debug Mode deaktiviert
=====================================

If the debug mode is enabled, php error messages are displayed in the backend. To activate the debug mode, following file must be renamed:
./userfiles/downloads/CMSimpleDebug.txt
CMSimple 4.7 and higher: ./userfiles/_core/CMSimpleDebug.txt
If the file name begins with an underscore ("_"), the debug mode is active:
_CMSimpleDebug.txt => Debug Mode enabled
CMSimpleDebug.txt => Debug Mode disabled