-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RC 1.3.4 with automatic_addressbook #20
Comments
I was able to get automatic_addressbook to work on Roundcube 1.3.6 eventually. My system is Ubuntu 18.04. Here are the steps I followed: [1] Installed the plugin using composer: [2] Composer threw an error when running the [3] The plugin uses the old 'rcmail' instead of 'rcube', so I backed up the plugin folder and did a search & replace: [4] Create a symlink of the plugin source directory in /var/lib/roundcube/plugins/: [5] Edit the Roundcube config file and add the plugin reference to enable it: I hope that's of some help even after six months! |
hi, i could make it work on Roundcube version 1.3.9. cd /var/www/html/plugins/ then running this query on postgresql : |
PR #26 solves this |
Sorry for my (very) late reply, I unfortunately no more have the time to maintain this plugin as it deserves. As far as I know, using the good old rcmail instead of the new rcube is no problem as the rcmail still exist. I just tested it working with roundcube 1.4.2 Installing with composer has not worked very well since the beginning and INSTALL file advice to install from archive. PR are welcome for composer installation problems. Another known issue is database prefix is not handled correctly at the moment. Any PR about this is also welcome. |
database prefixed will never be automatically addressed.. i talk in past about that in roundcube support and forums, admins must customized if there's any databa prefix set. yeah .. i changed the rcmail to rcube and now works as i set in the pull request.. just merged and that's all |
I have tested last automatic_addressbook version with RC 1.4.2 with success. I see no problem with using So can you please explain WHY you want to change |
Database prefix are automatically addressed on plugin installation with composer as you can see here Unfortunately, they are only adressed for |
Hello |
I went ahead and upgraded Roundcube to v1.3.4 from the remi repo and now my mobile skins and automatic_addressbook aren't working. I did the < sql-initial, and I see the collected_contacts table in the RC database, but when I tail -f through the roundcube logs I don't see anything relevant that indicates it is trying to write to the table when sending an email from the web interface.
Is there a version of automatic_addressbook that is more likely to work with Roundcube 1.3.4 ? I'm using the latest one.
Tx
The text was updated successfully, but these errors were encountered: