automatic_addressbook icon indicating copy to clipboard operation
automatic_addressbook copied to clipboard

INSTALL process is not correctly explained...

Open mtregael opened this issue 5 years ago • 1 comments

If the roundcube database has a prefix, it must be user in the sql statement.

You said in INSTALL file:

  1. Execute the relevant SQL/.initial.sql script on your database (process depends on your DB engine) If your Roundcube Database starts with a prefix set the prefix also in the SQL Statement: "REFERENCES PREFIX_users(user_id)"

but it should be:

  1. Execute the relevant SQL/.initial.sql script on your database (process depends on your DB engine) If your Roundcube Database starts with a prefix set the prefix also in the SQL Statement: "CREATE TABLE PREFIX_collected_contacts (" and "REFERENCES PREFIX_users(user_id)"

mtregael avatar Nov 18 '19 09:11 mtregael

@mtregael thanks for this :)

Programmierus avatar May 28 '20 23:05 Programmierus