Librenms seems like on readonly condition

Hi,

I have new install of librenms.
After add devices, it not show.
I mark 39 notification as read but the status is unread still.

daily.sh and validate.php no erros shown up.

====================================

Component Version
LibreNMS 1.43-70-g9aa429c
DB Schema 267
PHP 7.0.31
MySQL 10.3.9-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2

====================================

[OK] Composer Version: 1.7.2
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.

Librenms.log :
2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:316 Undefined index: features
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:331 Undefined index: location
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:436 Undefined index: searchquery
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:437 Undefined index: os
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:438 Undefined index: version
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:439 Undefined index: hardware
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:440 Undefined index: features
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:441 Undefined index: location
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:443 Undefined index: state
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:444 Undefined index: disabled
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:445 Undefined index: ignore
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:446 Undefined index: group
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:453 Undefined index: searchbar
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:459 Undefined index: searchquery
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:469 Undefined index: section
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/pages/devices.inc.php:469 Undefined index: bare
[2018-09-14 21:35:35] production.ERROR: 8 /opt/librenms/html/legacy_index.php:271 Undefined variable: no_refresh
/opt/librenms/discovery.php new 2018-09-14 21:40:01 - 0 devices discovered in 0.001 secs
/opt/librenms/poller.php 1 2018-09-14 21:40:04 - 1 devices polled in 2.601 secs

Thank you in advanced

Anyone can help me ?

You have secure_cookies set to 1 in your php.ini file but no https setup. Change 1 to 0 or setup https

Thank you for your support … it’s work now