[Tickets #1617] Re: Call to a member function on a non-object
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Jan 4 08:08:29 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1617
-----------------------------------------------------------------------
Ticket | 1617
Updated By | psnyder at postbulletin.com
Summary | Call to a member function on a non-object
Queue | Kolab
Type | Bug
State | Assigned
Priority | 2. Medium
Owners | Stuart Bingë
-----------------------------------------------------------------------
psnyder at postbulletin.com (2007-01-04 08:08) wrote:
When trying to add a new event, contact, note, anything that appears to be
folder related:
Fatal error: Call to a member function on a non-object in
/usr/share/php/Horde/Kolab.php on line 593
The code tries to access $this->_xml which is expected to be initialized
on line 476. Line 476 was never accessed because the function
&loadObject($uid, $is_msgno = false) returns false after finding that
$this->_imap is uninitialized on line 438.
$this->_imap was expected to be initialized on line 261 in the
open($share_uid) function. Line 261 was not accessed because the
open($share_uid) function returns false on line 241 after determining that
the session variable $_SESSION['kolab_share_map"] is not initialized.
At this point the trail goes cold for me. I have failed to find the
source of initialization of this session variable which the whole
functioning appears to depend on.
I should note that this issue from Kolab applies to me:
https://intevation.de/roundup/kolab/issue1126
Also, I have the persistent problem of 'Horde/Kolab: Unable to
synchronise address book "Paul Snyder's Address Book": NO, Permission
denied' being pushed onto the message stack many times.
I bring these up in case they may be relevant to the issue.
I will gladly work with someone on resolving this.
More information about the bugs
mailing list