[imp] Turba error
imp@Lentner.com
imp@Lentner.com
Tue, 29 Feb 2000 20:45:16 -0500
Quoting Aaron Cronkright <aaron@cronkright.com>:
> Did you configure your data source in the "$cfgSources['localsql']" section
>
> of /horde/turba/config/sources.php?
>
> Aaron C
>
>
> Quoting imp@Lentner.com:
>
> > Hello I recently installed Turba and I get this error whne I click new
> under
> >
> > the address book in Turba:
> >
> > Failed to connect to the specified directory.
> >
> > Here is what I have running:
> >
> > Horde: 2.0
> > IMP: 3.0
> > Turba: 1.0
> > Passwd: 2.0
> > PHP Version
> > PHP Version: 4.0.6
> > PHP Major Version: 4.0
> > PHP Minor Version: 6
> > PHP Version Classification: release
> > You are running a supported version of PHP.
> > PHP Module Capabilities
> > FTP Support: Yes
> > Gettext Support: Yes
> > IMAP Support: Yes
> > LDAP Support: No
> > MCAL Support: No
> > Mcrypt Support: No
> > MySQL Support: No
> > PostgreSQL Support: No
> > XML Support: Yes
> > Miscellaneous PHP Settings
> > magic_quotes_runtime set to Off: Yes
> > PHP Sessions
> > Session counter: 1
> > To unregister the session: click here
> > PEAR
> > PEAR - Yes
> > Recent PEAR - Yes
> > Mail::RFC822 - Yes
> > Log - Yes
> > DB - Yes
> >
> > -------------------------------------------------
> > This mail sent through IMP: http://horde.org/imp/
> >
> > --
> > IMP mailing list: http://horde.org/imp/
> > Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> >
>
>
> Thanks,
> Aaron Cronkright
> aaron@cronkright.com
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
Here is what I have in that file...
$cfgSources['localsql'] = array(
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
'phptype' => 'mysql',
'hostspec' => 'localhost',
'username' => 'someuser',
'password' => 'somepasswd',
'database' => 'horde',
'options' => '',
'tty' => '',
'port' => '5432',
'protocol' => 'unix',
'table' => 'turba_objects'
),
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/