Some user have reported errors in the web interface when attempting to upgrade the database to 1.8.2.
If (and only if) you have this issue, please download the attached SQL file, copy it to your Open-AudIT server and run the following command (substitute /path/to/ with wherever you placed the .sql file).
Windows
c:\xampplite\mysql\bin\mysql -u openaudit -popenauditpassword openaudit < c:\path\to\update_1.8.2.sql
Linux
mysql -u openaudit -popenauditpassword openaudit < /path/to/update_1.8.2.sql