[horde] hangs up when trying to access Turba

Robert Abbate director at ispconcepts.com
Thu Feb 3 12:10:18 PST 2005


I appreciate your help. I completely downsized my sources.php file to ONLY
having localsql support, and it doesn't hang anymore...however, the other
error I talked about is now showing up:


  Failed to access the address book: Unable to load the definition of
Turba_Driver_.

Any ideas on this error in Turba?

copy of my sources.php file:

<?php
$cfgSources['localsql'] = array(
    'title' => _("My Addressbook"),
    'type' => 'sql',
    // The default connection details are pulled from the Horde-wide
    // SQL connection configuration.
    //
    // The old example illustrates how to use an alternate database
    // configuration.
    //
    // New Example:
    //'params' => array_merge($conf['sql'], array('table' =>
'turba_objects')),

    // Old Example:
     'params' => array(
         'phptype' => 'mysql',
         'hostspec' => 'localhost',
         'username' => 'horde',
         'password' => 'xxxxxx', //(i removed this)
         'database' => 'horde',
         'table' => 'turba_objects',
         'charset' => 'iso-8859-1'
     ),
    'map' => array(
        '__key' => 'object_id',
        '__owner' => 'owner_id',
        '__type' => 'object_type',
        '__members' => 'object_members',
        '__uid' => 'object_uid',
        'name' => 'object_name',
        'email' => 'object_email',
        'alias' => 'object_alias',
        'homeAddress' => 'object_homeaddress',
        'workAddress' => 'object_workaddress',
        'homePhone' => 'object_homephone',
        'workPhone' => 'object_workphone',
        'cellPhone' => 'object_cellphone',
        'fax' => 'object_fax',
        'title' => 'object_title',
        'company' => 'object_company',
        'notes' => 'object_notes',
        'pgpPublicKey' => 'object_pgppublickey',
        'smimePublicKey' => 'object_smimepublickey',
        'freebusyUrl' => 'object_freebusyurl'
    ),
    'search' => array(
        'name',
        'email'
    ),
    'strict' => array(
        'object_id',
        'owner_id',
        'object_type',
    ),
    'public' => false,
    'readonly' => false,
    'admin' => array(),
    'export' => true
);




-----Original Message-----
From: Bo Daley [mailto:bo at darkwork.net]
Sent: Thursday, February 03, 2005 7:30 AM
To: Robert Abbate
Subject: RE: [horde] hangs up when trying to access Turba



this is usually a segfault -
more than likely there will be something in your apache error log that
might give some clues..

bo.

On Thu, 3 Feb 2005, Robert Abbate wrote:

> It just hangs forever, so I am not getting any errors.
>
> -----Original Message-----
> From: horde-bounces at lists.horde.org
> [mailto:horde-bounces at lists.horde.org]On Behalf Of Bo Daley
> Sent: Thursday, February 03, 2005 12:10 AM
> To: horde at lists.horde.org
> Subject: RE: [horde] hangs up when trying to access Turba
>
>
>
> On Thu, 3 Feb 2005, Robert Abbate wrote:
>
> > Hi. I tried that also, but it never works. Gives errors like missing
> calls,
> > etc..
>
> What errors are you seeing exactly?
>
> bo.
>
>
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
>
>
>







More information about the horde mailing list