Installation

In this Admin Guide you will find information about installation, configuration and customization of your Epesi BIM.

Safe Mode

Epesi CRM has a special "safe mode", which comes handy when developing a new module and errors in the PHP code can crash your application and make it unusable. This "safe mode" is called Admin Utilities and you can access via the following address:

YourEpesiURL/admin
(for example https://crm.yourdomain.com/admin)

You will need to login as a user with SuperAdministrator access rights to use it.

Screenshot of Epesi Admin Utilities (Safe Mode) login page admin-utils-login

Admin Utilities are low level tools to:

  1. Disable modules - like the one you are developing and is crashing Epesi
  2. Turn on or off - Maintenance Mode
  3. View - PHP Environment & config.php
  4. View your server's - PHP Info
  5. View and apply new - Patches
  6. Rebuild language files
  7. Run PHP command - similar to running Epesi console commands
  8. Theme Updater Utility - used to rebuild your theme files from module's source to /data cache
  9. Update load priority array - tool to update Epesi's Autoloader

Below is the screenshot from Admin Utilities of Epesi CRM admin-utils

Screenshot showing Disable modules tool disable-module