Today I upgraded to RCM 1.1.0 from 1.0.5 - now I am facing 2 major issues:
- Plugin carddav does no longer sync contacts with owncloud - I am getting error-message "<ladum5c8> BACKEND: (carddavconfig) FATAL! Request for non-existent configuration 1" in carddav.warn
- Plugin identity_smtp does no longer allow to send emails - whenever I want to send an eMail I get an error-message "SMTP Error (553): Failed to add recipient Sender address rejected: not logged in)."
Does anybody have an idea how to resolve these issues?
Thanks a lot!
In log/errors I get the following message:
DB Error: [1054] Unknown column 'authentication_scheme' in 'field list' (SQL Query: SELECT id as abookid,name,username,password,url,presetname,sync_token,authentication_scheme,(now() > last_updated+refresh_time) as needs_update FROM carddav_addressbooks WHERE `id`='1') in /var/www/roundcubemail/program/lib/Roundcube/rcube_db.php on line 541
Nobody an idea? :-(
You should contact the makers of the plugins.
Thanks - I already did that - no response so far - I was just wondering if really nobody else is using these plugins? Am I the only one or are also other people facing these problems?
Oh, yes I am experiencing the same problem with identity_smtp. A first look at the code didn't help me, because the send functions in rouncube 0.9.x and 1.1.0 seem pretty the same to me for the major part.
At identity_smtp's github page there's no issue. Hope there'll be a solution soon!
edit (some houers later): I added an issue to identity_smtp's github page
carddav problem is solved now - there was a problem with missing DB columns.
identity_smtp still does not work - and now answer from DEVs
Any update on this?
Why do you post there is no answer from MyRoundcube Devs? Goto the right place and you'll get an answer.
https://forum.myroundcube.com
Hi!
Sorry, I dont understand - why should I go to myroundcube?
Because both plugins are developed and distributed by http://myroundcube.com. MyRoundcube is a separate project and not affiliated with Roundcube Core developement.
If you are not talking about "identities_smtp" but a different plugin with a similiar name "identity_smtp" then ignore my post.
Problem fixed - I had to enter the passwords again as the password encryption changed - now it works!
Quotecarddav problem is solved now - there was a problem with missing DB columns.
Can you be more specific about your fix?
What columns were missing?
How did you discover that there were columns missing?
TIA
Roundcube 1.1 has changed the internal password encryption. So, passwords save by Roundcube previous 1.1 are invalid. Issues are fixed by saving the password again. Precise enough?
QuoteRoundcube 1.1 has changed the internal password encryption. So, passwords save by Roundcube previous 1.1 are invalid. Issues are fixed by saving the password again. Precise enough?
Very, thank-you.
In our case the CardDav Address Book was automatically configured and displays in Settings as
Server Address Book (from preset myserver). I've discovered that if I uncheck the
Activate CardDAV-Addressbook field, and save, then re-check the field, this will fix the passwords, and fix the Errors that we were receiving whenever we attempted to add/change items in the Address Book.
Very happy now!!
QuoteVery happy now!!
Was too quick with the happy!
We're still experiencing issues with the CardDav plugin. Sometimes it works, and sometimes it doesn't??!!
I found some possibly related log entries:
in logs/carddav.warn, I'm seeing lines like this:
[09-Apr-2015 09:06:57 -0400]: <5fc3kn11> BACKEND: (cdfopen) Could not read reply header: authentication error: 404 Not Found
[09-Apr-2015 09:07:27 -0400]: <5fc3kn11> BACKEND: (refreshdb_from_server) Errors occurred during the refresh of addressbook 1
and in logs/errors
[09-Apr-2015 14:17:07 -0400]: <smi68llv> PHP Error: Addressbook source () not found! in /usr/local/topicdesk/roundcube/WebApp/program/include/rcmail.php on line 252 (GET /webmail/?_task=addressbook)
Is there any way to turn on additional diagnostics/debugging for the CardDav plugin?
We're running RoundCube v1.1 and the CardDav plugin v0.8.1-dev on a Mac OS X 10.10.3 Server
Any pointers on how to proceed would be appreciated.