Bug 148852 - deskutils/egroupware knowledge base editing doesn't work - missing PHP dependancy
Summary: deskutils/egroupware knowledge base editing doesn't work - missing PHP depend...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 21:50 UTC by Harald Schmalzbauer
Modified: 2010-07-26 03:30 UTC (History)
0 users

See Also:


Attachments
file.diff (320 bytes, patch)
2010-07-22 21:50 UTC, Harald Schmalzbauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!