Helix:Error Codes
From HelixCore
Contents |
Die Codes
Die codes are created when the engine requires for some reason to immediately terminate processing (die).
Code 1
Unable to log event due to database error. Check the source code for SQL error.
Code 2
One of the following was found in GPC/File data. The system halted to prevent security breaches.
'_REQUEST', '_GET', '_POST', '_COOKIE', '_FILES', '_SERVER', '_ENV', 'GLOBALS', '_SESSION'
Code 3
A file was executed before it should have been. A parent file should have executed this file. This would typically be a programmatic issue with a component.
