Follow-up Comment #2, patch #5437 (project phpgroupware):
The error disappears if I modify the function set_root() in
/phpgroupware/phpgwapi/class.Template.inc.php to look like this:
function set_root($root)
{
//if (!is_dir($root))
//{
// $this->halt("set_root: $root is not a
directory.");
// return false;
//}
$this->root = $root;
return true;
}
(basically just commented out the check... but it works)
Now the wiki is displayed correctly and works as far as I have tested it.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?5437>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
_______________________________________________
phpGroupWare-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker