Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2013 21:16:57 GMT
From:      Helmut Ritter <freebsd-ports@charlieroot.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/177763: net-mgmt/nagiosql: Missing dependency php5-filter
Message-ID:  <201304102116.r3ALGvr3014403@red.freebsd.org>
Resent-Message-ID: <201304102120.r3ALK1fJ025313@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177763
>Category:       misc
>Synopsis:       net-mgmt/nagiosql: Missing dependency php5-filter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 10 21:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Helmut Ritter
>Release:        
>Organization:
>Environment:
>Description:
Apr 10 23:05:08 BSDHelmut httpd[23454]: [error] [client 192.168.124.131] PHP Fatal error:  Call to undefined function filter_var() in /var/www/nagiosql/functions/nag_class.php on line 113

See also http://www.nagiosql.org/documentation/14-faqs/general-documentation/78-requirements-ql32x.html
>How-To-Repeat:

>Fix:
--- ./Makefile  2013-04-10 23:13:08.000000000 +0200
+++ /usr/ports/net-mgmt/nagiosql/Makefile       2013-04-10 23:13:43.000000000 +0200
@@ -20,7 +20,7 @@
 USE_BZIP2=     yes
 USE_MYSQL=     yes
 USE_GETTEXT=   yes
-USE_PHP=       mysql gettext session simplexml
+USE_PHP=       filter gettext mysql session simplexml
 WANT_PHP_WEB=  yes

 USERS?=                nagios


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304102116.r3ALGvr3014403>