Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INSTALL process is not correctly explained... #25

Open
mtregael opened this issue Nov 18, 2019 · 1 comment
Open

INSTALL process is not correctly explained... #25

mtregael opened this issue Nov 18, 2019 · 1 comment

Comments

@mtregael
Copy link

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)"
@Programmierus
Copy link

@mtregael thanks for this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants