Date: Tue, 06 Nov 2018 13:50:52 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233025] net-mgmt/cacti : poller_maintenance.php triggering errors. Message-ID: <bug-233025-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233025 Bug ID: 233025 Summary: net-mgmt/cacti : poller_maintenance.php triggering errors. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: arnaud@pnzone.net CC: freebsd-ports@dan.me.uk CC: freebsd-ports@dan.me.uk Flags: maintainer-feedback?(freebsd-ports@dan.me.uk) PHP Parse error: syntax error, unexpected '/' in /usr/local/share/cacti/poller_maintenance.php on line 226 PHP version: 7.2.11 In order to fix : --- poller_maintenance.php 2018-11-06 14:37:37.354095000 +0100 +++ poller_maintenance.php-patch 2018-11-06 14:37:52.950246000 +0100 @@ -223,7 +223,7 @@ $log =3D read_config_option('path_cactilog'); if ($log =3D=3D '') { - $log =3D /var/log/cacti/log'; + $log =3D '/var/log/cacti/log'; } $run_time =3D time(); --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233025-7788>