Summary | Attendees list disappears |
Queue | Kronolith |
Queue Version | 2.1.5 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | vuralc (at) mail (dot) utexas (dot) edu |
Created | 03/18/2007 (6710 days ago) |
Due | |
Updated | 09/11/2007 (6533 days ago) |
Assigned | 03/27/2007 (6701 days ago) |
Resolved | 07/25/2007 (6581 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Catchable fatal error: Object of class PEAR_Error could not be
converted to string in /usr/share/horde3/lib/Horde.php on line 780
Debian Stable aka Etch
Horde Version
Horde: 3.1.4
Horde Applications
Ansel: 0.1-cvs (run Ansel tests)
Gollem: H3 (1.0.2) (run Gollem tests)
Horde: 3.1.4
Imp: H3 (4.1.4) (run Imp tests)
Ingo: H3 (1.1.3) (run Ingo tests)
Kronolith: H3 (2.1.5)
Mnemo: H3 (2.1.1)
Nag: H3 (2.1.3)
Sam: 0.1-cvs
Sesha: 0.1-cvs
Trean: 0.1-cvs
Turba: H3 (2.1.4) (run Turba tests)
Vacation: H3 (3.0.1)
Whups: 1.0-cvs
Wicked: 1.0-cvs (run Wicked tests)
PHP Version
View phpinfo() screen
View loaded extensions
PHP Version: 5.2.0-8+etch7
PHP Major Version: 5.2
PHP Minor Version: 0
PHP Subminor Version: 8+etch7
PHP Version Classification: release
You are running a supported version of PHP.
http://lists.horde.org/archives/cvs/Week-of-Mon-20070723/069546.html
State ⇒ Resolved
Summary ⇒ Attendees list disappears
Assigned to Chuck Hagenbuch
http://lists.horde.org/archives/cvs/Week-of-Mon-20070723/069546.html
The attendee list has a link to write an email directly to that user
which is in the list... since i'm not using imp it's trying to make a
link out of an error object which of course doesn't work.
if imp isn't installed then the link shouldn't be generated.
my quick and dirty fix for the moment would be in horde.php around 799:
if(is_string($url)){
$ret = '<a href="' . $url . '"';
}
else{
$ret = '<a href="#"';
}
[error_message_prefix] => [mode] => 1 [level] => 1024 [code] =>
[message] => The method "compose" is not defined in the API for imp.
i don't have imp installed though?!?
further track this down.
further track this down.
Horde Groupware 1.0.1.
Actual error message is:
Catchable fatal error: Object of class PEAR_Error could not be
converted to string in /var/www/cal/lib/Horde.php on line 776
which reads
$ret = "<a href=\"$url\"";
I tried some brand new installation mixing combinations of Apache
(2.0.54 and 2.2.4), Php (5.x) and Horde Groupware (1.0.1) in Windows.
Finally I understood that the problem is Php 5.2.1.
In fact, with and "old" 5.1.4 and even 5.2.0RC the attendance list
displays correctly.
list in viewevent.php.
Anyway, apart from this error, I can never display the free/busy
information from attendances in the popup window. Every hour-cell is
always white (not dashed).
State ⇒ Feedback
backtrace attached to the error message?
list of attendees disappears when displaying event detail.
Php reports this error:
Catchable fatal error: Object of class PEAR_Error could not be
converted to string in [...]\horde\lib\Horde.php on line 780
Horde Groupware Edition v.1.0.1, Kronolith 2.1.5, running on Windows.
Had the same problem with Kronolith 2.1.4.
Regards
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Attendees list disappears!!
Queue ⇒ Kronolith
State ⇒ Unconfirmed
attendees to an appointment, I get a blank screen instead of seeing
the availability of the attendees.