[imp] Not enough permissions to add contact from imp

Sascha Bieler sascha.bieler at radiogong.de
Mon Jul 19 11:26:09 PDT 2004


Hi,

I configured in sources.php:

$cfgSources['prefs'] = array(
    'title' => _("Privates Adressbuch"),
    'type' => 'prefs',
    'params' => array(
        'name' => 'prefs'
    ),
    'map' => array(
        '__key' => 'id',
        '__type' => '_type',
        '__members' => '_members',
        'name' => 'name',
        'email' => 'mail',
        'alias' => 'alias'
    ),
    'search' => array(
        'name',
        'email',
        'alias'
    ),
    'strict' => array(
        'id',
        '_type',
    ),
    'public' => false,
    'readonly' => false,
    'export' => true
);





In prefs.php I added:

$_prefs['columns'] = array(
    'value' =>
"netcenter\temail\nbigfoot\temail\nverisign\temail\nlocalsql\temail\nprefs\t
email",

    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);



Now, if I add an email-address from imp I get an "Already exists!", but the
address gets added. I can also see the new address in my private
addressbook, but when I click on it to see the details I get "Not enough
rights to see contact!".

Do you hav any hints???

Greetings

Sascha



More information about the imp mailing list