[horde] I can't create a new local calendar

Alexa Rodríguez avrodriguez at jusbaires.gov.ar
Tue Jul 15 16:33:55 UTC 2008


> What backend do you have configured for shares?

I have configured backend for shares: "DataTree".

The backend configuration for "Datatree" is "None".

I tried with the option "SQL Database" for backend configuration of "Datatree", but then I could not have access to my calendar.

The same ocurred to me, when I change the option of "DataTree" to "SQL" in the backend of "Shares"

Here, my configuratión file.

Do you have any idea?

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.233 2008/07/13 12:51:01 jan Exp $
$conf['vhosts'] = false;
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['compress_pages'] = false;
$conf['umask'] = 077;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['urls']['pretty'] = false;
$conf['safe_ips'] = array();
$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/';
$conf['sql']['persistent'] = true;
$conf['sql']['username'] = 'user';
$conf['sql']['password'] = '*****';
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['port'] = 3306;
$conf['sql']['protocol'] = 'tcp';
$conf['sql']['database'] = 'my-base';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['splitread'] = false;
$conf['sql']['phptype'] = 'mysql';
$conf['auth']['admins'] = array('Administrator', 'user1','user2');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['params']['hostspec'] = 'server-auth.com.va';
$conf['auth']['params']['basedn'] =
'ou=People,dc=com,dc=va';
$conf['auth']['params']['binddn'] =
'uid=egroupware,ou=security,dc=com,dc=va';
$conf['auth']['params']['password'] = '******';
$conf['auth']['params']['version'] = '3'; $conf['auth']['params']['ad']
= false; $conf['auth']['params']['uid'] = 'uid';
$conf['auth']['params']['encryption'] = 'md5-hex';
$conf['auth']['params']['newuser_objectclass'] = array('shadowAccount',
'inetOrgPerson'); $conf['auth']['params']['objectclass'] =
array('sambaSamAccount'); $conf['auth']['params']['filter_type'] =
'objectclass'; $conf['auth']['params']['password_expiration'] = 'no';
$conf['auth']['driver'] = 'ldap'; $conf['signup']['allow'] = false;
$conf['log']['priority'] = PEAR_LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['table'] = 'horde_prefs';
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';
$conf['alarms']['params']['driverconfig'] = 'horde';
$conf['alarms']['params']['ttl'] = 300;
$conf['alarms']['driver'] = 'sql';
$conf['datatree']['driver'] = 'null';
$conf['group']['params']['hostspec'] = 'server-fs.com.va';
$conf['group']['params']['basedn'] =
'ou=Group,dc=com,dc=va';
$conf['group']['params']['binddn'] =
'uid=egroupware,ou=security,dc=com,dc=va';
$conf['group']['params']['password'] = 'sarasa';
$conf['group']['params']['version'] = '3';
$conf['group']['params']['gid'] = 'cn';
$conf['group']['params']['memberuid'] = 'memberUid';
$conf['group']['params']['attrisdn'] = false;
$conf['group']['params']['newgroup_objectclass'] = array('posixGroup',
'hordeGroup'); $conf['group']['params']['objectclass'] =
array('posixGroup', 'hordeGroup', 'sambaGroupMapping');
$conf['group']['params']['filter_type'] = 'objectclass';
$conf['group']['driver'] = 'ldap'; $conf['group']['cache'] = true;
$conf['perms']['driver'] = 'datatree'; $conf['share']['no_sharing'] =
false; $conf['share']['any_group'] = false; $conf['share']['cache'] =
false; $conf['share']['driver'] = 'datatree';
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['params']['sub'] = 0;
$conf['cache']['driver'] = 'file';
$conf['lock']['driver'] = 'none';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['sendmail_path'] = '/usr/lib/sendmail';
$conf['mailer']['params']['sendmail_args'] = '-oi';
$conf['mailer']['type'] = 'sendmail';
$conf['mailformat']['brokenrfc2231'] = false;
$conf['vfs']['params']['driverconfig'] = 'horde';
$conf['vfs']['type'] = 'sql';
$conf['sessionhandler']['type'] = 'none';
$conf['sessionhandler']['memcache'] = false;
$conf['problems']['email'] = 'webmaster at example.com';
$conf['problems']['maildomain'] = 'example.com';
$conf['problems']['tickets'] = false;
$conf['problems']['attachments'] = false;
$conf['menu']['apps'] = array();
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'authenticated';
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'authenticated';
$conf['menu']['links']['login'] = 'all';
$conf['menu']['links']['logout'] = 'authenticated';
$conf['hooks']['permsdenied'] = false;
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['hooks']['groupldap'] = false;
$conf['portal']['fixed_blocks'] = array();
$conf['accounts']['driver'] = 'null';
$conf['user']['verify_from_addr'] = false;
$conf['imsp']['enabled'] = false;
$conf['kolab']['enabled'] = false;
$conf['memcache']['enabled'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */



More information about the horde mailing list