Francine.Bolduc | 13 Apr 22:12
Picon

Localsql not listed

Do not laugh... :-)

I put personnel info but nothing serious.

You understand that these lines should not be there.

$cfgSources['localsql'] = array(
    // ENABLED by default
    'disabled' => false,
    'title' => _("My Address Book"),
    'type' => 'sql',
    'params' => array(
        // The default connection details are pulled from the Horde-wide 
SQL
        // connection configuration.
        // To use another DB connection, you must provide configuration
        // information here - for example,
        //'sql' => array(
        //    'persistent' => false,
        //    'username' => 'horde',
        //    'password' => 'secret',
        //    'socket' => '/var/run/mysqld/mysqld.sock',
        //    'protocol' => 'unix',
        //    'database' => 'horde',
        //    'charset' => 'utf-8',
        //    'ssl' => false,
        //    'splitread' => false,
        //    'phptype' => 'mysql'
        //),
        'table' => 'turba_objects'
(Continue reading)

Francine.Bolduc | 11 Apr 15:01
Picon

Localsql not listed

> Hi !
>
> I have 3 actives address book in /turba/config/backends.php.
>
> In Horde, I see "ldapEmpl" and "ldapEle" but not "localsql". Why ?
>
> /turba/config/backend.local.php :
>
> $cfgSources['localsql'] = array(
>     'disabled' => false,
>     'title' => "Mon carnet personnel",
>     'type' => 'sql',
>     'params' => array(
>         'sql' => array(
>         'phptype' => 'pgsql',
>         'hostspec' => 'localhost',
>         'username' => 'horde',
>         'password' => '<my_password>',
>         'database' => 'horde',
>         'charset' => 'utf-8'
>         ),
>         'table' => 'turba_objects'
>     ),
>         'map' => array(
>         '__key' => 'object_id',
>         '__owner' => 'owner_id',
>         '__type' => 'object_type',
>         '__members' => 'object_members',
>         '__uid' => 'object_uid',
>         'name' => 'object_name',
(Continue reading)

Picon

(no subject)

Hi, when I try to import a lot of contacts it says that it was  
sucessfull but when i list the contacts they appear like this (with  
only the @):

Name Nickname E-mail
Ana 	 	 @

In the logs i see this:

2012-04-05T08:19:54-03:00 NOTICE: HORDE [turba] PHP ERROR: Trying to  
get property of non-object [pid 16446 on line 70 of  
"/var/www/horde4/turba/data.php"]

--

-- 
turba mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Ralf Lang | 2 Apr 08:39
Picon
Favicon

Turba doesn't allow localhost email addresses


Turba's Email field doesn't allow localhost addresses or any addresses
which just have a top level domain but now lower level.

This is caused by the Horde_Form_Type::_isRfc3696ValidEmailAddress
parser, line 2002 (because these are not public internet addresses)

RFC 3696 doesn't say an email address must be on a public domain.
In fact, @localhost is a valid email address for local delivery.

Do you think we should remove that requirement?

--

-- 
Ralf Lang
Linux Consultant / Developer
Tel.: +49-170-6381563
Mail: lang <at> b1-systems.de

B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
Sebastian Arcus | 1 Apr 21:55
Picon

Totals for contacts in the address book?

I have Turba 3.0.12 installed and working fine. However, I can't seem to 
find anywhere the total number of contacts in any of my address books - 
either at the bottom of the list, or on the status bar at the top. After 
I imported my address book - I wanted to double check that all contacts 
were imported - so I looked for a total number of contacts. I couldn't 
spot this anywhere. I've also googled for it - but again, without any 
relevant results so far. I'm used to this feature from pretty much every 
address book software I've used - both on computers and phones. Are 
totals displayed somewhere and I've missed it somehow?

Thanks,

Sebastian
--

-- 
turba mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Francine.Bolduc | 30 Mar 17:31
Picon

Localsql not listed

Hi !

I have 3 actives address book in /turba/config/backends.php.

In Horde, I see "ldapEmpl" and "ldapEle" but not "localsql". Why ?

backend.php :

$cfgSources['localsql'] = array(
    'disabled' => false,
    'title' => "Mon carnet personnel",
    'type' => 'sql',
    'params' => array(
        'sql' => array(
        'phptype' => 'pgsql',
        'hostspec' => 'localhost',
        'username' => 'horde',
        'password' => '<my_password>',
        'database' => 'horde',
        'charset' => 'utf-8'
        ),
        'table' => 'turba_objects'
    ),
        'map' => array(     .... etc...
);

$cfgSources['ldapEmpl'] = array(
    'disabled' => false,
    'title' => "Employe",
    'type' => 'ldap',
(Continue reading)

Mehmet Giritli | 29 Mar 15:14
Picon

No alphabetical categorisation for certain ldap backends

Hi list,

I have a number of ldap sources configured and currently working with a
minor problem. Some of my addressbooks are missing the alphabetical
listing feature that the other addressbooks have when you select them.
I'm talking about the bar at top of the listing which is like "(All) A B
C ....". When I select such an addressbook I don't see the bar at all
and I get a complete listing of the contents of the addressbook. What
might be the factors in the ldap configuration that is causing this?

I have two addressbooks from a ldap server pointing at different roots
and while one of them exhibit the problem, the other one doesn't.

When I change the root of the problematic addressbook to point the same
root as the working one, I get the alphabet bar. This must be something
with the ldap configuration, but I have no clues where to start...

Any tips would be highly appreciated.

Thanks.

--

-- 
turba mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Bernhard Erdmann | 22 Mar 09:40
Picon

deleting LDAP entries fails: "VFS not supported for this object."

Hi,

trying to delete a turba (version 3.0.12) contact results in the  
message "VFS not supported for this object." and the object is not  
deleted. The backend is OpenLDAP.

Changing preferences in conf.php from a) to b) does not make a difference.

a)
$conf['documents']['type'] = 'horde';

b)
$conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
$conf['documents']['type'] = 'File';

--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Mark R. Spengler | 8 Mar 18:26
Picon

Questions on using HORDE address book . . .


1)      How does one add a tel. extension to a telephone number in the
address book?  What is the proper syntax?
2)      When I have Horde running and e-mails arrive, the sound
acknowledgement is not heard even though I can play it/test it and it is set
to play under "Global Options/Message Options/New Mail".  I use Furefox as
my default browser.

3)     Can I set e-mails in Horde to forward to my smart phone and at the
same time remain on Horde? If so, how?  

Thank you,

 

Mark R. Spengler
E-Mail:  <mailto:markrspengler <at> gmail.com> markrspengler <at> gmail.com

--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org
Romulo Pires Pinto | 8 Mar 22:38
Picon

Error in address book

When I send email, recipients of outgoing messages be added  
automatically to the address book, but show the popup error: "Invalid  
contacts: localsql" (save_recipients=enable AND  
add_source=localsql)... im using Horde (horde) 4.0.13, (imp) 5.0.18  
and (turba) 3.0.11.

An people can help me?
------------------------------------------------------
     Esse e-mail foi enviado pelo WebMail da UFF
NTi - Núcleo de Tecnologia da Informação e Comunicação

-- 
Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Mehmet Giritli | 4 Mar 13:55
Picon

Autocomplete does not work with 3.0.12

I am using a ldap backend addressbook and autocomplete with new message
composition's To field does not work. I can see that a query is made to
the ldap server, but no results are displayed by Turba.

I found bug http://bugs.horde.org/ticket/10961 which looked very similar
to my issue, except that I am using a ldap backend. I see that 3.0.12
included the fix for it, but I still have the problem. Could it be that
the problem is not entirely fixed?
--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org


Gmane