Saturn
Saturn 1.0.0
Saturn 1.0.0
  • Saturn 1.0.0
  • 😁User Guide
    • Settings
      • Maintenance Mode
      • Website Environment
    • Security
      • Good security practices
      • Security Notice
    • System Requirements and Support
    • Update your Server
  • ⚠️Troubleshooting
    • Errors
      • Database Errors
      • Saturn Errors
      • Checksum Issues
  • 🧩Plugins
    • Plugins in Saturn
    • Official Plugins
      • Control Panel
        • User Guide
        • Developer Guide
          • Control Panel Hooks
    • Marketplace Plugins
  • 💻Developer Documentation
    • Getting Started
    • Libraries and Functions
      • AccountManager
        • Permissions
        • UUID
      • DatabaseManager
        • DBMS
          • Sending Database Requests
          • Query Information
          • Database Security
        • Database Actions
      • HookManager
        • Actions
        • Runners
      • HTTP
      • LanguageManager
      • PluginManager
        • Manage Plugin Content
        • Plugin Compatability
        • Check if a plugin is loaded.
        • Fetch Manifest
      • RouteManager
      • SecurityManager
        • Cross-site Request Forgery
        • Cross-site Scripting
      • SessionManager
        • Start and End Sessions
        • Validate Sessions
        • Session Data
      • TestManager
    • Security
    • Plugins
      • How to structure a plugin
      • Manifest
      • APIs
      • Checking for Dependencies
      • Power Features
        • 💤Hibernate
    • Hooks
    • Tests and Profiling
    • Global Variables
Powered by GitBook
On this page
  • SAT-1
  • SAT-2
  • SAT-3
  • SAT-4
  • SAT-5
  • SAT-6
  • SAT-7
  1. Troubleshooting
  2. Errors

Saturn Errors

PreviousDatabase ErrorsNextChecksum Issues

Last updated 6 months ago

SAT-1

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.

SAT-2

Unable to load plugin

Saturn was unable to load the plugin because the manifest file is missing.

SAT-3

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.

SAT-4

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.

SAT-5

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.

SAT-6

Error Resetting Checksums

There was a problem whilst resetting the checksums. Please try again, or manually reset them.

SAT-7

File is not writeable

Saturn does not have the required permissions to write to this file (see chmod command if you're on Linux).

⚠️
reset your settings file checksum