Summary | Fatal error: __clone method called on non-object in Horde/Compress/Tnef.php |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_5_1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | williama_lovaton (at) coomeva (dot) com (dot) co |
Created | 01/21/2014 (4181 days ago) |
Due | |
Updated | 01/22/2014 (4180 days ago) |
Assigned | 01/22/2014 (4180 days ago) |
Resolved | 01/22/2014 (4180 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 597745b07a1c731271821d7e5f285699eb4d2e29
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Jan 21 22:49:06 2014 -0500
Clean up TNEF parsing, better fix for
Bug: 12931framework/Compress/lib/Horde/Compress/Tnef.php | 87
+++++++++++++++---------
1 files changed, 55 insertions(+), 32 deletions(-)
http://git.horde.org/horde-git/-/commit/597745b07a1c731271821d7e5f285699eb4d2e29
Priority ⇒ 2. Medium
State ⇒ Assigned
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Fatal error: __clone method called on non-object in Horde/Compress/Tnef.php
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
following error in the logs:
PHP Fatal error: __clone method called on non-object in
/usr/share/pear/Horde/Compress/Tnef.php on line 541
This happens when clicking on certain messages on the list view. Some
other messages works fine.
Downgrading to 2.0.4 is the only way to solve the problem.