Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2010 22:44:02 +0200 (CEST)
From:      Harald Schmalzbauer <h.schmalzbauer@omnilan.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/148852: egroupware knowledge base editing doesn't work - missing PHP dependancy
Message-ID:  <201007222044.o6MKi2li048210@cale.flb.omnilan.net>
Resent-Message-ID: <201007222050.o6MKo2oN005443@freefall.freebsd.org>

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

>Number:         148852
>Category:       ports
>Synopsis:       egroupware knowledge base editing doesn't work - missing PHP dependancy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 22 20:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Harald Schmalzbauer
>Release:        FreeBSD 8.1-RC2 amd64
>Organization:
OmniLAN
>Environment:
System: FreeBSD cale.flb.omnilan.net 8.1-RC2 FreeBSD 8.1-RC2 #0: Tue Jul 13 20:28:41 CEST 2010 admin@builder.cale.lan.flb.omnilan.net:/usr/obj/jail/usr/src/sys/ILZ-S30 amd64


	
>Description:
	After installing port deskutils/egroupware it's possible to create
articles in the knowledge base, but it's not possible to edit them.
Turning on "[php] display_errors = On" shows:
Call to undefined function ctype_lower() ...
... htmlpurifier/library/HTMLPurifier/Token/Tag.php on line 37

>How-To-Repeat:
	Install egroupware, create new article in knowledge base and try to edit
>Fix:

	Manually install textproc/php5-ctype or apply patch:
--- deskutils/egroupware/Makefile.orig	2010-07-22 22:00:53.346325582 +0200
+++ deskutils/egroupware/Makefile	2010-07-22 22:01:10.113490601 +0200
@@ -24,7 +24,7 @@
 
 PEARDIR=	${LOCALBASE}/share/pear
 USE_BZIP2=	yes
-USE_PHP=	session
+USE_PHP=	session ctype
 NO_BUILD=	yes
 PLIST=		${WRKDIR}/plist
 SUB_FILES=	pkg-message


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



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