Summary | .ics sync error |
Queue | Kolab |
Type | Bug |
State | Assigned |
Priority | 2. Medium |
Owners | wrobel (at) horde (dot) org |
Requester | nocadmin (at) guvera (dot) com |
Created | 07/14/2011 (5053 days ago) |
Due | |
Updated | 09/01/2011 (5004 days ago) |
Assigned | 09/01/2011 (5004 days ago) |
Resolved | |
Milestone | |
Patch | No |
State ⇒ Assigned
We have Kolab authentication but only auth, Kronolith should be totally SQL.
Regards,
Ian.
State ⇒ Not A Bug
Did you activate any Kolab backend in the configuration somewhere? Did
you activate Kolab specific hooks? There is no reason why Kronolith
should try using these classes if this is not the case.
You can also add a "Horde::debug();" right before the line where it's
failing. This should give you a stack trace in "/tmp/horde_debug.txt"
which would indicate which code section is trying to fetch something
from the Kolab backend.
I doubt this is a bug in the code though.
same problem) but active sync failed during that upgrade.
I'm running horde calendaring and don't want to use the kolab calendar
at all. That's what's confusing. The active sync calendaring works fine.
calendaring in webmail also works fine, it's just when I try to use ics.
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Id: 9d577b2c7737b71564d7de667746ad6cf93cd6ab $
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['driverconfig'] = 'horde';
$conf['calendar']['params']['utc'] = true;
$conf['calendar']['driver'] = 'sql';
$conf['storage']['params']['table'] = 'kronolith_storage';
$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['reminder']['server_name'] = 'mail.guvera.com';
$conf['reminder']['from_addr'] = 'scheduler@guvera.com';
$conf['autoshare']['shareperms'] = 'read';
$conf['share']['notify'] = true;
$conf['holidays']['enable'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array('horde', 'imp', 'ingo', 'kronolith',
'mnemo', 'nag', 'turba');
$conf['menu']['apps_iframe'] = true;
$conf['maps']['providers'] = array('Google');
$conf['maps']['geocoder'] = 'Google';
$conf['maps']['geodriver'] = 'Mysql';
$conf['maps']['driver'] = 'Horde';
server backend?
State ⇒ Assigned
Queue ⇒ Kolab
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ .ics sync error
Type ⇒ Bug
Priority ⇒ 2. Medium
[Thu Jul 14 00:44:36 2011] [error] [client 60.229.74.222] PHP Fatal
error: Cannot instantiate abstract class
Horde_Kolab_Server_Object_Top in
/path/to/horde/pear/pear/php/Horde/Kolab/Server/Object/Factory.php on
line 49
It also fails to sync caldav but that returns no errors at all.
Please let me know if I can provide any more detailed information.