I am trying to add 2 more nodes to my LibreNMS cluster. Right now I am getting the error Class ‘App\Providers\ViewServiceProvider’ not found. I cannot for the life of me figure out how to fix that error. This is off a fresh build with Debian 10 installed.
./validate
In ProviderRepository.php line 208:
Class 'App\Providers\ViewServiceProvider' not found
====================================
Component | Version
--------- | -------
LibreNMS | 1.64.1-26-g300645388
DB Schema | Not Connected (0)
PHP | 7.3.14-1~deb10u1
Python | 3.7.3
MySQL | ?
RRDTool | 1.7.1
SNMP | NET-SNMP 5.7.3
====================================
[OK] Composer Version: 1.10.7
[OK] Dependencies up-to-date.
./daily.sh
Re-running /opt/librenms/daily.sh as librenms user
In ProviderRepository.php line 208:
Class 'App\Providers\ViewServiceProvider' not found
Updating SQL-Schema OK
Cleaning up DB OK
In ProviderRepository.php line 208:
Class 'App\Providers\ViewServiceProvider' not found
I have tried fixing permissions, rerunning git, verifying the pip3 requirements, etc. I searched through the forum but didnt find anything that worked.Anyone have any ideas?