Roundcube Community Forum

Release Support => Pending Issues => Topic started by: philbutler on January 14, 2012, 08:16:50 PM

Title: SQLite upgrade problem...
Post by: philbutler on January 14, 2012, 08:16:50 PM
Hi all,

This one may have been solved already - apologies in advance if so.

I had upgraded from RC 0.6 to 0.7.1 recently and notice that I got errors saving to the address book.  It turns out that I was not (ok, slap my hand now) running the update script from the 0.5.4 to 0.6 upgrade.  After a lot of head-scratching, I discovered that there was a contacts_tmp table in my sqlite file before the update.

I was able to solve this by modifying the SQL/sqlite.update.sql file to include the following right after the Updates from version 0.5.1 to 0.5.4 comments.

        DROP TABLE contacts_tmp;

This has fixed me up - for now.

Many thanks to the roundcube team for a great piece of software.

Phil