You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the roundcube database has a prefix, it must be user in the sql statement.
You said in INSTALL file:
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:
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)"
The text was updated successfully, but these errors were encountered:
If the roundcube database has a prefix, it must be user in the sql statement.
You said in INSTALL file:
but it should be:
The text was updated successfully, but these errors were encountered: