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. Causes:
- There is an SQL error in the source code of a third-party component
- You are unable to write to the database (update limit exceeded, no permission, etc)
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.
