[imp] Problems occured when displaying message
Ozhan Karaman
ozhankaraman at yahoo.com
Sat Feb 18 21:39:27 PST 2006
line 755 in Mailbox.php is below
function _setSorted()
{
$this->_sorted = array();
$this->_sortedMbox = array();
if (empty($GLOBALS['imp']['msgl'])) {
$this->_sorted = array();
} else {
$msglist = explode(IMP_MSG_SEP, $GLOBALS['imp']['msgl']);
if (!$this->_usepop &&
/*line 755 */ $GLOBALS['imp_search']->isSearchMbox($GLOBALS['imp']['mailbox'])
) {
foreach ($msglist as $val) {
list($idx, $mbox) = explode(IMP_IDX_SEP, $val);
$this->_sorted[] = $idx;
$this->_sortedMbox[] = $mbox;
}
} else {
$this->_sorted = $msglist;
}
}
Chuck Hagenbuch <chuck at horde.org> wrote: Quoting Ozhan Karaman :
> I have upgraded my horde framework to 3.1RC3 and IMP version to
> 4.1 RC3, issue is not solved but errors position is changed. Error
> is below should i try the cvs versions or do you know any solutions
> for this issue. Still i can list the messages but i cannnot
> retrieve them
>
> Fatal error: Call to a member function on a non-object in
> /usr/local/httpd-2.0.55/htdocs/horde/imp/lib/Mailbox.php on line 755
That line doesn't match the FW3 code anymore - what's on it?
-chuck
--
"So we're talking near-sonic speeds for a vegetable."
Reasons to go to the Punkin Chunkin World Championships
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe at lists.horde.org
---------------------------------
Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.
More information about the imp
mailing list