Hi,
I’m upgrading from 2.3.1 and I’m getting the below database error.
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: 112I have perused the forums for solutions and have tried:
• Setting permissions on config.php
• removing third_party folders in system and themes
• disabling extensions
• repairing the database through phpmyadmin
• The app version was displaying properly in the CP before upgrading.
I’m running MAMP php 5.3.6
I’m not sure what else to try. Thanks if anyone can help.