Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default URL for accessing Open-AudIT Community is http://<SERVER>/index.php/main/list_groups (where <SERVER> is your computer name or IP Address).

An Open-AudIT Community page is not displaying and all I am seeing is a white screen.

If you open the file (for Windows) c:\xampplite\htdocs\index.php or (for Debian/Ubuntu) /var/www/index.php or (for RedHat/Centos) /var/www/html/index.php and then change the line:

Code Block
languagephp
define('ENVIRONMENT', 'production');

to

Code Block
languagephp
define('ENVIRONMENT', 'development');

You should then have any errors displayed on the web page.

My timestamp is off in Open-AudIT.

Check the PHP configuration file. For Windows it is c:\xampplite\php\php.ini Make sure you have your correct timezone on line 1013 (or thereabouts):

Code Block
languagenone
date.timezone = "Australia/Brisbane"

This should be set to YOUR timezone as per http://php.net/date.timezone.

I cannot see the details for a particular device in Open-AudIT Enterprise -> System Summary

...