OK, let me report this as clear as possible.
On running the updater I get the following error:
A Database Error Occurred
Error Number: 1060
Duplicate column name 'can_search'
ALTER TABLE exp_member_groups ADD COLUMN can_search char(1) NOT NULL default 'n'
Filename: updates/ud_009.php
Line Number: 112The updater also reports that I’m running “We have detected that you are currently running ExpressionEngine version Public Beta pb01” while it’s a 2.1.1 install.
Other odd events is that the config.php file reverts to another file after the update stops because of the error.
The config file now reads:
<?php if ( ! defined('BASEPATH')) exit('Invalid file request');
$config['multi_login_sites'] = "http://gpsnaarwerk.be/index.php|http://ww.gpsnaarwerk.be/index.php|http://www.gpsnaarwerk.be/index.php|http://abvvov.gpsnaarwerk.be/index.php|http://acvge.gpsnaarwerk.be/index.php";
$config['app_version'] = "0";
?>This issue http://ellislab.com/forums/viewthread/213301/ seems related (and links to a few other related issues so I’m guessing this has been a common accurence when upgrading from 2.1.1)
Any suggestions?