Created attachment 242533 [details] Added CHtmlEntity.php into pkg-plist.frontend After upgrading to zabbix frontend 6.0.18 PHP throws error "Class "CHtmlEntity" not found in /usr/local/www/zabbix6/include/html.inc.php:158"
Temporary workaround: From the source files, you need to take the CHtmlEntity.php file and put it in /usr/local/www/zabbix6/include/classes/html/
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f673ced06d252b4e396ae2b2d81a434ca3b2e71 commit 3f673ced06d252b4e396ae2b2d81a434ca3b2e71 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-06-02 06:36:32 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-06-02 06:36:32 +0000 net-mgmt/zabbix6-frontend: Fix plist Add one missing entry to plist for frontend. PR: 271763 net-mgmt/zabbix6-frontend/Makefile | 2 +- net-mgmt/zabbix6-server/pkg-plist.frontend | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
Fixed. Sorry for the inconvenience.