[Tickets #5792] Re: Notice: Uninitialized string offset: 0 in /usr/share/horde3/imp/lib/MIME/Viewer/plain.php on line 132
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Oct 11 14:13:47 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5792
-----------------------------------------------------------------------
Ticket | 5792
Updated By | Otto.Stolz at uni-konstanz.de
Summary | Notice: Uninitialized string offset: 0 in
| /usr/share/horde3/imp/lib/MIME/Viewer/plain.php on line 132
Queue | IMP
Version | 4.1.3
Type | Bug
State | Feedback
Priority | 2. Medium
Owners |
+New Attachment | Beispiel-3.eml
-----------------------------------------------------------------------
Otto.Stolz at uni-konstanz.de (2007-10-11 07:13) wrote:
Same symptom occurring with the attached message.
In plain.php, strlen($text) =29562, then Text_Filter::filter($text,
$filters, $filter_params) yields an empty result, i. e. strln()=0, where
$filters = Array ( [0] => text2html
, [1] => tabs2spaces
, [2] => highlightquotes
, [3] => simplemarkup
, [4] => dimsignature
)
$filter_params = Array( [0] => Array([parselevel] => 2, [charset] =>
UTF-8)
, [1] => Array()
, [2] => Array([hideBlocks] =>,
[citeblock] => 1)
, [3] => Array()
, [4] => Array()
)
Another message is displayed allright; in the latter case
$filter_params[2][citeblock] = NULL, or = '', or = something else print_r
does not display.
More information about the bugs
mailing list