Version - time message bug in GUI?

Hi,
not sure if anyone else is getting this “invalid date” message in the GUI in the “About LibreNMS” section:

—> Version [22.9.0-30-g878666bb2 - Invalid date] <<----

1 Like

Hi,
I have the same situation.message in the GUI in the “About LibreNMS” section:
Version [22.9.0-34-ge4fdbbd82 - Invalid date]

In same time the output of ./validate.php script show date and time normaly:
librenms@librenms:~$ ./validate.php

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

Component Version
LibreNMS 22.9.0-34-ge4fdbbd82 (2022-10-03T20:55:49+03:00)
DB Schema 2022_09_03_091314_update_ports_adsl_table_with_defaults (246)
PHP 8.1.11
Python 3.8.10
Database MariaDB 10.3.34-MariaDB-0ubuntu0.20.04.1
RRDTool 1.7.2
SNMP 5.8

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

[OK] Composer Version: 2.4.2
[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] rrdtool version ok
[OK] Connected to rrdcached

I don’t know how to fix, but taking a punt it’s related to this change in app/Http/Controllers/AboutController.php:

@rhinoau correct, it is because it is now an actual date, and not a timestamp :smiley: Should be fixed.

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