[Kolab-devel] [issue1183] Class 'Text' not found
Christian Goebel
kolab-issues at intevation.de
Fri Mar 24 20:29:13 CET 2006
New submission from Christian Goebel <christian.goebel at cte.lu>:
the Kolabfilter died with this message:
Command died with status 255: "/usr/bin/php". Command
output: Fatal error: Class 'Text' not found in
/usr/share/php/kolab/kolabfilter/resmgr.php on line 1202
it must be on line 1202 from the resmgr.php_
$body = &new MIME_Part('text/plain', String::wrap($kolabinfo, 76, "\n"));
instead of:
$body = &new MIME_Part('text/plain', Text::wrap($kolabinfo, 76, "\n"));
same for line 1300 (not sure if it was exactly)
----------
messages: 6881
nosy: goebelch
priority: bug
status: unread
title: Class 'Text' not found
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1183>
________________________________________________
More information about the devel
mailing list