[Solved] Upgrade to v.1.0.2 fails

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! :slight_smile:

Not the usual behavior.
From which version do you want to update?
Did you followed the update instructions?

Yes, i followed them. I tried to update from 0.9.

Uhm ok, but 0.9beta was no official release. Just a development version.
Please delete the whole folder, copy the files from 1.0.2 to the folder and try to run the setup again.