[horde] ActiveSync does not work after update to 2.0.0beta4
Samuel Wolf
samuel at sheepflock.de
Wed Dec 19 23:43:18 UTC 2012
Zitat von Jens Grüntjes <jens.gruentjes at ebira.de>:
> Here comes a
> Backtrace:
> 1. Horde_Rpc_ActiveSync->getResponse() /var/www/horde/rpc.php:155
> 2. Horde_ActiveSync->handleRequest()
> /usr/share/php/Horde/Rpc/ActiveSync.php:150
> 3. Horde_ActiveSync_Request_Base->handle()
> /usr/share/php/Horde/ActiveSync.php:639
> 4. Horde_ActiveSync_Request_FolderSync->_handle()
> /usr/share/php/Horde/ActiveSync/Request/Base.php:218
> 5. Horde_ActiveSync_Sync->init()
> /usr/share/php/Horde/ActiveSync/Request/FolderSync.php:223
> 6. Horde_ActiveSync_State_Sql->getChanges()
> /usr/share/php/Horde/ActiveSync/Sync.php:137
> 7. Horde_ActiveSync_State_Sql->_getFolderChanges()
> /usr/share/php/Horde/ActiveSync/State/Sql.php:868
> 8. Horde_Core_ActiveSync_Driver->getFolderList()
> /usr/share/php/Horde/ActiveSync/State/Sql.php:882
> 9. Horde_Core_ActiveSync_Driver->getFolders()
> /usr/share/php/Horde/Core/ActiveSync/Driver.php:226
> 10. Horde_Core_ActiveSync_Driver->_getMailFolders()
> /usr/share/php/Horde/Core/ActiveSync/Driver.php:266
> 11. Horde_ActiveSync_Imap_Adapter->getMailboxes()
> /usr/share/php/Horde/Core/ActiveSync/Driver.php:1813
> 12. Horde_Core_ActiveSync_Imap_Factory->getMailboxes()
> /usr/share/php/Horde/ActiveSync/Imap/Adapter.php:71
> 13. Horde::debug() /usr/share/php/Horde/Core/ActiveSync/Imap/Factory.php:71
>
> I also have a horde_debug.txt which has about 16,000 lines. If this
> helps you I could send it to you directly.
>
> My IMAP-Server is cyrus-imapd (Version: 2.2.13-19+squeeze3)
We use as well debian squeeze but with dovecot-imapd 1:1.2.15-7.
Are you up-to-date with all pear packages of horde?
>
> Here is everything about session in Horde's conf.php:
> $conf['session']['name'] = 'Horde';
> $conf['session']['use_only_cookies'] = true;
> $conf['session']['cache_limiter'] = 'nocache';
> $conf['session']['timeout'] = 0;
> $conf['session']['max_time'] = 0;
> $conf['sessionhandler']['type'] = 'Builtin';
> $conf['sessionhandler']['memcache'] = true;
>
> And the like for cache:
> $conf['session']['cache_limiter'] = 'nocache';
> $conf['share']['cache'] = true;
> $conf['cache']['default_lifetime'] = 86400;
> $conf['cache']['driver'] = 'Memcache';
> $conf['cache']['compress'] = true;
> $conf['cache']['use_memorycache'] = '';
> $conf['cachecssparams']['driver'] = 'filesystem';
> $conf['cachecssparams']['lifetime'] = 86400;
> $conf['cachecssparams']['compress'] = 'php';
> $conf['cachecss'] = true;
> $conf['cachejsparams']['driver'] = 'filesystem';
> $conf['cachejsparams']['compress'] = 'php';
> $conf['cachejsparams']['lifetime'] = 86400;
> $conf['cachejs'] = true;
> $conf['cachethemesparams']['check'] = 'appversion';
> $conf['cachethemesparams']['lifetime'] = 604800;
> $conf['cachethemes'] = true;
> $conf['memcache']['hostspec'] = array('localhost');
> $conf['memcache']['port'] = array('11211');
> $conf['memcache']['weight'] = array();
> $conf['memcache']['persistent'] = false;
> $conf['memcache']['compression'] = false;
> $conf['memcache']['large_items'] = true;
> $conf['memcache']['enabled'] = true;
>
> For caching PHP in general I use the pecl-package APC Version 3.1.9.
>
> You said that it would be the best way to help if I found in the
> code where the error happens. Could you maybe advise me where to
> start?
> --
> Viele Grüße
> Jens
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list