Public bug reported:

Binary package hint: knowledgetree

Installation:
1) $ sudo aptitude install php4-cgi knowledgetree
2) Setup database as per /usr/share/doc/php4-cgi/README.Debian.gz
3) For testing I symlinked the code (sudo ln -s /usr/share/knowledgetree 
/var/www/knowledgetree)

Login to the web interface using admin/admin

Click on "Browse Collections" and it fails with
"Fatal error: Cannot access empty property in 
/usr/share/knowledgetree/lib/browse/Browser.inc on line 91"

Changing these lines fixes the problem (refer to
http://forums.ktdms.com/viewtopic.php?t=154)

$ diff lib/browse/Browser.inc.00 lib/browse/Browser.inc
84c84
<               return $this->$sBrowseStart;
---
>               return $this->sBrowseStart;
91c91
<               $this->$sBrowseStart = $aNewBrowseStart;
---
>               $this->sBrowseStart = $aNewBrowseStart;

** Affects: knowledgetree (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
"Browse Collections" fails after install with PHP5
https://launchpad.net/bugs/78535

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to