From jan at horde.org Tue Jun 17 11:58:38 2014 From: jan at horde.org (Jan Schneider) Date: Tue, 17 Jun 2014 13:58:38 +0200 Subject: [imp] IMP H5 (6.2.0beta3) Message-ID: <20140617135838.Horde.KjDLMP-JqY2Qb9fN84OTAg1@127.0.0.1> The Horde Team is pleased to announce the third beta release of the Internet Mail Program (IMP) version H5 (6.2.0). IMP, the Internet Mail Program, is one of the most popular and widely deployed open source webmail applications in the world. It allows universal, web-based access to IMAP and POP3 mail servers and provides dynamic, mobile, basic, and minimal interfaces with a rich range of features normally found only in desktop email clients. For more information on IMP, visit http://www.horde.org/apps/imp. This is a preview version that should not be used on production systems. This version is considered feature complete but there might still be a few bugs. You should not use this preview version over existing production data. We encourage widespread testing and feedback via the mailing lists or our bug tracking system. Updated translations are very welcome, though some strings might still change before the final release. For upgrading instructions, please see http://www.horde.org/apps/imp/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/imp/docs/INSTALL The major changes compared to IMP version H5 (6.2.0beta2) are: * Folder list optimizations. * Small bug fixes and improvements. The full list of changes can be viewed here: https://github.com/horde/horde/blob/ed2604a8bdc71cd3991d71ef91963c3e94b15908/imp/docs/CHANGES Have fun! The Horde Team. From samuel at sheepflock.de Wed Jun 18 19:14:47 2014 From: samuel at sheepflock.de (Samuel Wolf) Date: Wed, 18 Jun 2014 19:14:47 +0000 Subject: [imp] Search "entire message" member function fetch() on a non-object In-Reply-To: <20140610.160440.124084784530542405.hiromi@tac.tsukuba.ac.jp> References: <20140607141833.Horde.AfijodEsoot8prBT4nABwg1@192.168.55.45> <20140608231229.Horde.hEyTZp9HW8iyxWer9JM-vA1@bigworm.curecanti.org> <20140609185713.Horde.fvP6ZbxNqPIgK4F_I8DNRw1@192.168.55.45> <20140610.160440.124084784530542405.hiromi@tac.tsukuba.ac.jp> Message-ID: <20140618191447.Horde.2_GprgOVCQgJ47j0XCIpow1@192.168.55.45> Zitat von Hiromi Kimura : > From: Samuel Wolf > Subject: Re: [imp] Search "entire message" member function fetch() > on a non-object > Date: Mon, 09 Jun 2014 18:57:13 +0000 > >> >> Zitat von Michael M Slusarz : >> >>> Quoting Samuel Wolf : >>> >>>> Hi, >>>> >>>> at the moment I use IMP-6.2.0beta1* with Horde-5.2.0beta2 and >>>> Horde_Core-2.12.0beta2 since there are some bugs which affect me in >>>> IMP-6.2.0beta2. >>>> >>>> One of my user can search in the INBOX with "entire message", get the >>>> search result and can open the message in the preview mode. >>>> Same user can search in the "Sent" folder with "entire message", get >>>> the search result but after select a message or double click on it >>>> Horde show "Error when communicating with the server.". >>>> >>>> Horde.log: >>>> 2014-06-07T13:53:02+00:00 EMERG: HORDE [imp] Call to a member function >>>> fetch() on a non-object [pid 17325 on line 1616 of >>>> "/var/www/http/horde/imp/lib/Contents.php"] >>>> >>>> POST https://example.com/horde/services/ajax.php/imp/showMessage >>>> [HTTP/1.0 500 Internal Server Error 297ms] >>>> "onFailure" {request: Object, transport: XMLHttpRequest, readyState: >>>> 4, status: 500, statusText: "Internal Server Error", responseText: >>>> " >>>> Horde :: Fatal Error >>>>

A fatal error has >>>> occurred

Call to a member function fetch() on a >>>> non-object

Details have been logged for the >>>> administrator.

", headerJSON: null, responseXML: >>>> null, responseJSON: null} >>>> >>>> It works sometimes in sent, but do not found the logic when it works >>>> an when not. :( >>>> >>>> Any ideas? >>> >>> Absolutely no clue. There are only two outcomes to calling fetch() - >>> it returns a Results object or it throws an Exception. Neither could >>> produce this error message. You will need to debug locally. >> >> Get a off list message from another user, which have the same problem. >> He give me the hint that it is important how much search results I get >> and he is right. >> All mailboxes affected, also INBOX! >> >> Search result with the following number of messages doesn't work. >> * 100 >> * 111 >> >> >> Search result with the following number of messages work. >> * 5 >> * 62 >> >> It looks as if must be something over 100(?) search results. >> >>> >>> michael >>> >>> ___________________________________ >>> Michael Slusarz [slusarz at horde.org] >>> >>> -- >>> imp mailing list >>> Frequently Asked Questions: http://wiki.horde.org/FAQ >>> To unsubscribe, mail: imp-unsubscribe at lists.horde.org > > I can reproduce this error if I disable the 'horde cache' in configuration. > $conf['cache']['driver'] = 'Null'; You are right, my xCache doesn't work as expected before. Works now fine with following settings: xcache.size = 512M xcache.var_size = 512M $conf['cache']['driver'] = 'Xcache' > > But critical number of messages is different, 200 in my case. > My server is: FreeBSD, php-5.4.29, dovecot-2.2.12 > > -=-=-=-=- > Hiromi Kimura, Tandem Accelerator Complex, University of Tsukuba, JAPAN > > -- > imp mailing list > Frequently Asked Questions: http://wiki.horde.org/FAQ > To unsubscribe, mail: imp-unsubscribe at lists.horde.org