diagnostics.rst 829 B

123456789101112131415161718192021222324252627
  1. Diagnostics
  2. ===========
  3. For the technically savvy user, system diagnostics enables you to quickly evaluate the server environment, Elgg code, and plugins of an Elgg install. System diagnostics is a core plugin that comes turned on by default with Elgg. To download the diagnostics file, follow the steps below. The file is a dump of all sorts of useful information.
  4. To use:
  5. - Log in as Administrator
  6. - Go to Administration -> Administer -> Utilities ->System diagnostics
  7. - Click 'Download'
  8. System diagnostics dump file contents:
  9. - List of all Elgg files along with a hash for each file
  10. - List of all the plugins
  11. - PHP superglobals
  12. - PHP settings
  13. - Apache settings
  14. - Elgg CONFIG values
  15. - language strings
  16. - site settings
  17. - database settings
  18. - plugin hooks
  19. - actions
  20. - views
  21. - page handlers
  22. - much more