Open CodeShakingSheep opened 2 months ago
Problem I have the following error from this plugin when I want to upgrade my Roundcube installation.
18459 INFO DEBUG - ERROR: [1050] Table 'collected_contacts' already exists
Solution Added conditional checks to the SQL scripts that only create the table if it doesn't exist.
Problem I have the following error from this plugin when I want to upgrade my Roundcube installation.
Solution Added conditional checks to the SQL scripts that only create the table if it doesn't exist.