Daily.sh & validate.php fail "Unable to detect application namespace"

I haven’t actually look at the webui in a while & saw this error goest back to march.

Looks like I’m stuck on commit: 00f06c0cfb52750e9f0015c26a00d6c47f6d743e

daily.sh output:

librenms@rancid:~$ /opt/librenms/daily.sh

In Application.php line 1526:

  Unable to detect application namespace.


Updating SQL-Schema                                FAIL

In Application.php line 1526:

  Unable to detect application namespace.

Cleaning up DB                                     OK

In Application.php line 1526:

  Unable to detect application namespace.

validate.php output

librenms@rancid:~$ ./validate.php

In Application.php line 1526:

  Unable to detect application namespace.


===========================================
Component | Version
--------- | -------
LibreNMS  | 24.1.0-101-g00f06c0cf (2024-02-26T14:03:42-06:00)
DB Schema | 2024_02_07_151845_custom_map_additions (290)
PHP       | 8.1.2-1ubuntu2.18
Python    | 3.10.12
Database  | MariaDB 10.6.18-MariaDB-0ubuntu0.22.04.1
RRDTool   | 1.7.2
SNMP      | 5.9.1
===========================================

[OK]    Composer Version: 2.7.1
[OK]    Dependencies up-to-date.

Any help appreciated!

Thanks,

Robert

I haven’t made any manual code changes in this git tree, so I was able to “solve” this (not sure if this is the best way) by doing (as user librenms)

git clean -f
git pull
./daily.sh

No errors now. Hopefully I didn’t break anything.

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