Whoops, looks like something went wrong. Check your librenms.log

Hi!

Please, before post you could search a bit in the community.

Said that:

  1. If you still running php-mysql driver, swap to to mysqlnd
CentOS 7 with PHP 7.2 example:
yum swap php72w-mysql php72w-mysqln
  1. Run the following
    ./scripts/composer_wrapper.php install --no-dev

  2. Just in case, also run:

chown -R librenms:librenms /opt/librenms
setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
setfacl -R -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
1 Like