Hello, having an issue with my installation, intiially I was getting a 500 error and after checking validate I had the wrong php mysql driver which I fixed with ( yum swap php71w-mysql php71w-mysqlnd ). Now I loaded up my web interface, saw the login for a minute then i get the "whoops looks like something went wrong) after checking the logs I’m seeing tons of output about the laravel framework which I cant decipher ( https://pastebin.com/JnQc5uXf ).
[OK] Composer Version: 1.7.2
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[FAIL] The poller (netmon) has not completed within the last 5 minutes, check the cron job.
[FAIL] The poller (netmon.dedicontrol.com) has not completed within the last 5 minutes, check the cron job.
[[email protected] librenms]#
hi
i got the same issue Whoops, looks like something went wrong. Check your librenms.log. but when i run this command
./validate.php
I got this [email protected]:~$ ./validate.php
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'port_groups
’ already exists (SQL: create table port_groups (id int unsigned not nu
ll auto_increment primary key, name varchar(255) not null, desc varchar
(255) null) default character set utf8mb4 collate ‘utf8mb4_unicode_ci’)
In Exception.php line 18:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'port_groups
’ already exists
In PDOStatement.php line 112:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'port_groups
’ already exists