Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jan 2019 10:30:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234735] net-mgmt/cacti : include/global_settings.php typo in Cacti 1.2.0
Message-ID:  <bug-234735-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234735

            Bug ID: 234735
           Summary: net-mgmt/cacti : include/global_settings.php typo in
                    Cacti 1.2.0
           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)

Errors in Cacti log :
01/07/2019 16:10:15 - ERROR PHP PARSE: syntax error, unexpected '/' in file:
/usr/local/share/cacti/include/global_settings.php on line: 166
01/07/2019 16:10:15 - CMDPHP PHP ERROR Backtrace:  (CactiShutdownHandler())


Fix :
--- global_settings.php.old     2019-01-08 11:28:19.120802000 +0100
+++ global_settings.php 2019-01-07 16:11:38.831897000 +0100
@@ -163,7 +163,7 @@
                        'description' =3D> __('The path to your Cacti log f=
ile
(if blank, defaults to /var/log/cacti/log)'),
                        'method' =3D> 'filepath',
                        'file_type' =3D> 'ascii',
-                       'default' =3D> /var/log/cacti/log',
+                       'default' =3D> '/var/log/cacti/log',
                        'max_length' =3D> '255',
                        'install_check' =3D> 'writable'
                        ),

--=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-234735-7788>