LibreNMS WebUI broken, running composer_wrapper.php install --no-dev doesn't fix

I had exactly the same issue and found the solution here: Updated Librenms VM, now cant access WebUI

I did the following.

apt-get install php-mbstring
su - librenms
as user librenms

./scripts/composer_wrapper.php install --no-dev

1 Like