Librenms WebUI stopped working after upgrading from php7.4 to php8.2

Hi all,
Ihave troubles with Librenms WebUI after upgrading from php7.4 to php8.2


C:\Users\icz170063\Downloads\Librenms_Webgui.png

librenms@icz3libre:~$ ./validate.php

Component Version
LibreNMS 22.12.0-25-gd86b9ce88 (2023-01-21T14:17:43+01:00)
DB Schema 2022_08_15_084507_add_rrd_type_to_wireless_sensors_table (248)
PHP 8.2.1
Python 3.8.10
Database MariaDB 10.3.37-MariaDB-0ubuntu0.20.04.1
RRDTool 1.7.2
SNMP 5.8
===========================================

[OK] Composer Version: 2.5.1
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK]
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok

Here are config files I use
/etc/php/8.2/fpm/pool.d/librenms.conf

[librenms]
user = librenms
group = librenms
listen.owner = librenms
listen.group = librenms

listen = /run/php-fpm-librenms.sock

/etc/nginx/conf.d/librenms.conf
fastcgi_pass unix:/run/php/php8.2-fpm.sock;

Unfortunately /etc/nginx/sites-enabled/ is empty and doesn’t show any default file or socket connection. What should be the content of that file? Could you post it?
I also tried apt purge -y php7.4* but it doesn’t help me either.

Still can’t solve this issue. Do you have any recommendation?

Thank you very much

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.