> > Ok, downloaded via pear > > PEAR.HORDE.ORG AVAILABLE UPGRADES (STABLE): > > =========================================== > > CHANNEL PACKAGE LOCAL REMOTE SIZE > > pear.horde.org Horde_ActiveSync 2.0.7 (stable) 2.0.11 (stable) 154kB > > pear.horde.org Horde_Core 2.0.4 (stable) 2.1.1 (stable) 1339kB > > pear.horde.org Horde_Imap_Client 2.2.3 (stable) 2.3.2 (stable) 153kB > > pear.horde.org Horde_Mail 2.0.1 (stable) 2.0.2 (stable) 28kB > > > > After installation, same behaviour, imp loads for ever. > > But for the moment no php fatal error in the logs. > > > > You said "since none of this code exists in the most recent version of the > > Horde_Imap_Client package". > > But the same code exists as before: > > > > // This is disposition information > > if (is_object($tmp = $data->next())) { > > $ob->setDisposition($tmp->rewind()); > > > > foreach ($this->_parseStructureParams($tmp->next(), 'content- > > disposition') as $key => $val) { > > $ob->setDispositionParameter($key, $val); > > } > > } > > My mistake. This code was changed in 2.3.1, but because people are > using ancient unsupported versions of PHP we needed to revert for > 2.3.2. It has been changed back in 2.4.0 (which I also thought had > been released but has apparently not). > > 2.4.0 should be good to go so I will release that version now. > > michael > > ___________________________________ > Michael Slusarz [slusarz <at> horde.org] >
I did do the update of Horde_Core, Horde_Imap_Client and Horde_Util and it works again! The only php notices/warnings I see in the horde logfile: 2012-12-22T14:03:14+01:00 NOTICE: HORDE [imp] PHP ERROR: Use of undefined constant D_FMT - assumed 'D_FMT' [pid 1720 on line 42 of "C:\php\pear\Horde\Core\Script\Package\Datejs.php"] 2012-12-22T14:03:14+01:00 WARN: HORDE [imp] PHP ERROR: in_array() expects parameter 2 to be array, boolean given [pid 1720 on line 2132 of "C:\php\pear\Horde\Imap\Client\Base.php"] These errors have apparently no influence on the 'working' of Horde. Thanks. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org