i also had the issue the package was of an earlier zenarmor installation i dont use anymore .
opnsense 26.7 i noticed uses now php 8.5 and the package provoking this error is this one:
pkg info | grep -i mongodb
pkg: warning: database version 37 is newer than libpkg(3) version 36, but still compatible
php83-pecl-mongodb-1.21.0 PECL classes for MongoDB
since i have nothing which uses mongo anymore and Franco stated its not used i removed this old php83 module with mongo:
pkg delete php83-pecl-mongodb
and by restarting the gui
configctl webgui restart
no error appeared anymore.
so you need ssh or console access for this way to remove the issue.
hope was helpful
opnsense 26.7 i noticed uses now php 8.5 and the package provoking this error is this one:
pkg info | grep -i mongodb
pkg: warning: database version 37 is newer than libpkg(3) version 36, but still compatible
php83-pecl-mongodb-1.21.0 PECL classes for MongoDB
since i have nothing which uses mongo anymore and Franco stated its not used i removed this old php83 module with mongo:
pkg delete php83-pecl-mongodb
and by restarting the gui
configctl webgui restart
no error appeared anymore.
so you need ssh or console access for this way to remove the issue.
hope was helpful
"