After updating the files running the update script returns an error:
A Database Error Occurred
Error Number: 1060
Duplicate column name 'can_search'
ALTER TABLE expv1_member_groups ADD COLUMN can_search char(1) NOT NULL default 'n'
Filename: updates/ud_009.php
Line Number: 112I searched in the forums and it seemed the thing to do was comment out the line in the php file.
I notice this is the first line in the first file that wants to change something in the database.
when I comment the line out it just stops at the next line.
I am lost here; anybody any idea what is happening?