Hi,
when trying to update to the current version the updater always seems to try to create new tables instead of simply updating them:
A Database Error Occurred
Error Number: 1050
Table ‘ip_client_custom’ already exists
CREATE TABLE ip_client_custom ( client_custom_id int(11) NOT NULL AUTO_INCREMENT, client_id int(11) NOT NULL, PRIMARY KEY (client_custom_id), KEY client_id (client_id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Filename: ***************/modules/setup/models/mdl_setup.php
Line Number: 102
Any suggestions how to fix this?
Other than that: great software! 