[imp] Errors when logging into imp

John H. Bennett III bennettj at thebennetthome.com
Sat Apr 14 04:11:24 UTC 2007


Hello,

 

I am getting these errors when I login to imp.

 

Apr 13 22:16:16 www HORDE[3665]: PHP Notice:  Trying to get property of
non-object in /home/httpd/html/horde/lib/Horde/IMAP/Tree.php on line 378

Apr 13 22:16:16 www HORDE[3665]: PHP Notice:  Trying to get property of
non-object in /home/httpd/html/horde/lib/Horde/IMAP/Tree.php on line 381

 

>From Tree.php

function _makeMailboxTreeElt($ob)                           

    {

        $elt['a'] = $ob->attributes;   <-- Line 378

        $elt['c'] = 0;

        $elt['p'] = IMAPTREE_BASE_ELT;               

        $elt['v'] = $ob->name;     <-- Line 381

 

Apr 13 22:16:16 www HORDE[3665]: PHP Notice:  Undefined index:  v in
/home/httpd/html/horde/lib/Horde/IMAP/Tree.php on line 1107

 

/* CHECK: If we are viewing all folders, and there is a folder

                 * listed as expanded but it does not contain any children,

                 * then we should remove it from the expanded list since it

                 * doesn't exist anymore. */

                if ($this->_showunsub && !$ret) {

                    $this->_initExpandedList();

                    if (!empty($this->_expanded[$elt['v']])) {    <-- Line
1107

                        $this->_removeExpandedList($elt['v']);

                        $this->_setOpen($this->_tree[$elt['v']], false);

 

I also get a host load of errors in my log when trying to create a folder.
Imp says the folder was created, but it's not there.

 

Here is what I am currently running:

 

PHP 5.1.6 (cli) (built: Apr  9 2007 03:37:21) 

Copyright (c) 1997-2006 The PHP Group

Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

 

Horde - 3.1.4

Ingo - 1.1.3

Turba - 2.1.4

Imp 4.1.4

 

dovecot 1.0.rc15

 

IE 6 - current

Firefox 2.0.0.3

 

MySQL - 5.0.22

 

This is my first try with php 5.x, and from searching it looks like this
version of horde should work, so please let me know what other information
is needed from me to assist someone to help out.

 

Thanks,

 

John Bennett



More information about the imp mailing list