I did daily.sh
root@xxxxx:/opt/librenms# ./daily.sh
Re-running /opt/librenms/daily.sh as librenms user
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Hi, I have the same issue. I got this in the apache logs.
PHP Fatal error: Uncaught Illuminate\\Contracts\\Container\\BindingResolutionExcepti
on: Target [Illuminate\\Contracts\\View\\Factory] is not instantiable. in /opt/librenms/vendor/laravel/framework/src/Illuminate/Container/Container.php:895\nStack trace:
\n#0 /opt/librenms/vendor/laravel/framework/src/Illuminate/Container/Container.php(735): Illuminate\\Container\\Container->notInstantiable('Illuminate\\\\Cont...')\n#1 /
opt/librenms/vendor/laravel/framework/src/Illuminate/Container/Container.php(608): Illuminate\\Container\\Container->build('Illuminate\\\\Cont...')\n#2 /opt/librenms/ven
dor/laravel/framework/src/Illuminate/Container/Container.php(575): Illuminate\\Container\\Container->resolve('Illuminate\\\\Cont...')\n#3 /opt/librenms/vendor/laravel/fr
amework/src/Illuminate/Foundation/helpers.php(106): Illuminate\\Container\\Container->make('Illuminate\\\\Cont...')\n#4 /opt/librenms/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(879): app('Illuminate\\\\Cont...')\n#5 /opt/librenms/html/includes/forms/alert-templates.inc.php(38): view(Array, A in /opt/librenms/vendor/$aravel/framework/src/Illuminate/Container/Container.php on line 895, referer: http://xxx.rez/templates/
9bc0c54 Broke it by accidentally changing laravel boot to eloquent.
deb405f incidentally fixed it as I was doing some init cleanup and put it back to laravel (luckily because of rebase)
Hard to figure out considering neither of those was directly related to what broke.