Roundcube Community Forum

Release Support => Release Discussion => Topic started by: mercury_19811 on February 16, 2015, 02:27:59 PM

Title: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: mercury_19811 on February 16, 2015, 02:27:59 PM
Today I upgraded to RCM 1.1.0 from 1.0.5 - now I am facing 2 major issues:

Does anybody have an idea how to resolve these issues?

Thanks a lot!
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: mercury_19811 on February 16, 2015, 03:16:16 PM
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
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: mercury_19811 on February 17, 2015, 12:39:31 PM
Nobody an idea? :-(
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: SKaero on February 17, 2015, 01:17:53 PM
You should contact the makers of the plugins.
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: mercury_19811 on February 17, 2015, 01:40:17 PM
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?
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: plemo on February 18, 2015, 11:45:15 AM
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
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: mercury_19811 on February 19, 2015, 12:17:32 PM
carddav problem is solved now - there was a problem with missing DB columns.
identity_smtp still does not work - and now answer from DEVs
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: mercury_19811 on March 05, 2015, 12:39:47 PM
Any update on this?
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: rosali on March 07, 2015, 10:26:34 AM
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
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: mercury_19811 on March 09, 2015, 01:06:38 PM
Hi!

Sorry, I dont understand - why should I go to myroundcube?
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: rosali on March 09, 2015, 02:26:13 PM
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.
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: mercury_19811 on March 22, 2015, 01:55:28 PM
Problem fixed - I had to enter the passwords again as the password encryption changed - now it works!
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: plumbington on March 31, 2015, 08:27:36 AM
Quote
carddav 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
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: rosali on March 31, 2015, 08:40:01 AM
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?
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: plumbington on April 02, 2015, 10:25:39 PM
Quote
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?

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!!
Title: Re: After upgrade to 1.1.0: Problems with identity_smtp and carddav
Post by: plumbington on April 10, 2015, 08:12:26 PM
Quote
Very 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.