Bug 148852

Summary: deskutils/egroupware knowledge base editing doesn't work - missing PHP dependancy
Product: Ports & Packages Reporter: Harald Schmalzbauer <h.schmalzbauer>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Harald Schmalzbauer 2010-07-22 21:50:02 UTC
	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

Fix: Manually install textproc/php5-ctype or apply patch:
How-To-Repeat: 	Install egroupware, create new article in knowledge base and try to edit
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-07-22 22:57:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-26 03:27:39 UTC
sylvio      2010-07-26 02:27:30 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/egroupware Makefile 
  Log:
  - Add missing PHP dependency.
  
  PR:             ports/148852
  Submitted by:   Harald Schmalzbauer <h.schmalzbauer@omnilan.de>
  Approved by:    wen@ (he is on vacation, I've permission him to commit this PR)
  
  Revision  Changes    Path
  1.39      +1 -1      ports/deskutils/egroupware/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-07-26 03:28:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!