Saturn Errors
Last updated
Last updated
Unknown Website Environment
This is an issue with your settings file, please go into your settings file and change the WEBSITE_ENV
value to 1
.
You'll need to to stop the checksum error message from showing.
Unable to load plugin
Saturn was unable to load the plugin because the manifest file is missing.
Language file missing.
Your language file is missing, you'll need to re-download it from our GitHub and put it in your /Assets/Languages folder.
Function not found.
Saturn attempted to use a function but couldn't find it, this may be because you haven't enabled a PHP extension that it needs, or that it's not included in the plugin.
The error description will include a list of functions that it attempted to use, but couldn't find. You should ensure these functions are enabled if they're in PHP extensions.
Operation not supported.
An operation that was requested is not supported by the function trying to run it.
The error description will include a list of accepted operations, please change the requested operation to one of these.
Error Resetting Checksums
There was a problem whilst resetting the checksums. Please try again, or manually reset them.
File is not writeable
Saturn does not have the required permissions to write to this file (see chmod command if you're on Linux).