Author Topic: squirrelmail_usercopy not working for me  (Read 5337 times)

Offline kozmix

  • Newbie
  • *
  • Posts: 3
squirrelmail_usercopy not working for me
« on: December 13, 2013, 07:42:26 AM »
I have enabled this plugin in my roundcube main config file.

I have also updated the plugin's config.inc.php file:

Code: [Select]
// Driver - 'file' or 'sql'
$rcmail_config['squirrelmail_driver'] = 'file';

// full path to the squirrelmail data directory
$rcmail_config['squirrelmail_data_dir'] = '/var/lib/roundcube/squirrel';
$rcmail_config['squirrelmail_data_dir_hash_level'] = 0;

That directory has all the .abook and .prefs files from the old squirrelmail setup. The files are readable for the webserver.

However, when going to the address book in roundcube, I'm not seeing the extra import button that should appear.

What else can I do to troubleshoot this?  I'm running the latest debian packages for roundcube (0.7.2-9+deb7u1).

Thanks!

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
Re: squirrelmail_usercopy not working for me
« Reply #1 on: December 13, 2013, 08:21:28 AM »
However, when going to the address book in roundcube, I'm not seeing the extra import button that should appear.
Who said there will be an extra button? This plugin does automatic import on first login.

Offline kozmix

  • Newbie
  • *
  • Posts: 3
Re: squirrelmail_usercopy not working for me
« Reply #2 on: December 13, 2013, 08:30:09 AM »
Hah interesting! I was totally not aware of that. I've probably been following a wrong online guide somewhere where this plugin was told to add an extra button...

Offline kozmix

  • Newbie
  • *
  • Posts: 3
[Solved] Re: squirrelmail_usercopy not working for me
« Reply #3 on: December 13, 2013, 08:39:53 AM »
Alright, I definitely ran into the wrong manual then... I have tested with a user account that had not been imported yet in roundcube and the address book migration totally worked. Issues solved, root cause: PEBKAC.