Edjet LMS Server

Troubleshooting setup

  • Check <app_root>\config\cfg.ini.php file, variable "platform". This must match your platform (1 = Linux, 2 = Windows).
  • Folder for temporary files must be edabled for writing by Open Office service owner and apache. This path is required to running the converting functuions and must be properly configured in <app_root>/config/config.php ('tmp_import_path')
    Note: good idea is to ensure regular cleanup of tmp files within this temporary folder.
  • If installation fails or application crashes while using it even when all requirements are matched and php.ini directives mentioned in requirements are set up, then turn PHP error messages on in php.ini:
    display_errors = On
    Please note: do not use display_errors = On in production!

Then please provide more info about error:

  1. Provide operating system including version.
  2. Provide what software did you use including versions.
  3. Provide (copy & paste) text(s) or screenshot(s) of any error(s) displayed.
  4. Provide any other additional info that can help us to find a solution for error.
Related