v3.2.0+
Status: | effective |
Progress: | 85% |
Version: | 3.2.0+ |
Help:Setup check
From Linux Web Expert
The setup check examines the setup information file (".smw.json") and produces information about the current state of the setup and may block access to Semantic MediaWiki in case the examination found an error. See below for the available codes.
If the ".smw.json" file does not exist or contains an invalid upgrade key then the software stops before it can access any data or the database.
In most cases, an error message is shown to the user and the wiki will no longer be accessible until an administrator takes action to minimize any possibility of data loss due to changes to the database structure or other components that define the content of the checks.
Codes
The following codes1 are currently documented:
- ERROR_CONFIG_PROFILE_UNKNOWN
- ERROR_EXTENSION_DEPENDENCY
- ERROR_EXTENSION_DEPENDENCY_MULTIPLE
- ERROR_EXTENSION_INCOMPATIBLE
- ERROR_EXTENSION_INVALID_ACCESS
- ERROR_EXTENSION_LOAD
- ERROR_EXTENSION_REGISTRY
- ERROR_SCHEMA_INVALID_KEY
- Error code ERROR_DB_REQUIREMENT_INCOMPATIBLE
- MAINTENANCE_MODE (Describes a code that blocks access to Semantic MediaWiki until all necessary maintenance activities have been resolved)
See also
- Help page on the upgrade key
- File:Octocat.png "SetupFile.php" file. – Contains details on how the upgrade key is generated
References
- ^ gh:smw:4438