Author Topic: Database altering for Sabredav Plugin fails  (Read 2037 times)

Offline deafnull

  • Newbie
  • *
  • Posts: 4
Database altering for Sabredav Plugin fails
« 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  ::)