Roundcube Community Forum

Release Support => Pending Issues => Topic started by: deafnull on January 28, 2015, 05:52:41 AM

Title: Database altering for Sabredav Plugin fails
Post by: deafnull on January 28, 2015, 05:52:41 AM
Hi,

I'm configuring Sabredav plugin for Roundcube 1.0.4 and the moment I enable the plugin I need to do some DB work and that fails.

So what I did was manual DB altering. In the folder /plugins/sabredav/SQL I added all the mysql scripts in the DB.

Some errors were solved, but now I end up with this error when I run the script in the Roundcube Plugin screen:

[1146] Table 'sabredavnew.users_cal_rw' doesn't exist
[1146] Table 'sabredavnew.users_cal_r' doesn't exist
[1146] Table 'sabredavnew.users_abook_rw' doesn't exist
[1146] Table 'sabredavnew.users_abook_r' doesn't exist
[1146] Table 'sabredavnew.users_cal_rw' doesn't exist
[1146] Table 'sabredavnew.users_cal_r' doesn't exist
[1146] Table 'sabredavnew.users_abook_rw' doesn't exist
[1146] Table 'sabredavnew.users_abook_r' doesn't exist
[1146] Table 'sabredavnew.users_cal_rw' doesn't exist
[1146] Table 'sabredavnew.users_cal_r' doesn't exist
[1146] Table 'sabredavnew.users_abook_rw' doesn't exist
[1146] Table 'sabredavnew.users_abook_r' doesn't exist


The file: mysql.25.update.sql drops the table 'users_cal_rw', so I'm a bit puzzled here  ::)