[Solved] - Missing Fields and Tables from Fresh Install
Posted: Fri Oct 26, 2018 9:35 am
I have done a fresh install of Nagios Network Analyzer. Everything seemed to install correctly when I went to the URL for Network Analyzer, it asked me to make the nagiosadmin and password. I did so and when I try to log in I got an error that it was unable to find 'type' column in the nagiosna_users table. When looking in the nagiosna.sql that was extracted from the nagiosna-latest.tar.gz it did not have anything on creating the columns of type, auth_server_id, and auth_server_data. To test I added those columns in the table, and then when I try and add a user I get
A Database Error Occurred
Error Number: 1146
Table 'nagiosna.nagiosna_auth_servers' doesn't exist
SELECT * FROM (`nagiosna_auth_servers`)
Filename: /var/www/html/nagiosna/application/controllers/admin.php
Line Number: 130
Anyone else have issues like this?
A Database Error Occurred
Error Number: 1146
Table 'nagiosna.nagiosna_auth_servers' doesn't exist
SELECT * FROM (`nagiosna_auth_servers`)
Filename: /var/www/html/nagiosna/application/controllers/admin.php
Line Number: 130
Anyone else have issues like this?