Upgrade From 4.2.2 To 4.2.3 Error

Hello,



Getting this error:



Error occurred: post upgradeUnknown column 'identifier' in 'field list' (1054): SELECT user_id, identifier, timestamp FROM cscart_users



Any idea s to why?



Thanks

Hello,



it is not a standard field however you may do a workaround. Use PHPMyAdmin to make this query:

ALTER TABLE cscart_users ADD COLUMN identifier varchar(255) NOT NULL default '';



Hope it helps.



Best regards,

WSA team

[quote name='Kayokoko Swimwear' timestamp='1434044116' post='218451']

Hello,



Getting this error:



Error occurred: post upgradeUnknown column 'identifier' in 'field list' (1054): SELECT user_id, identifier, timestamp FROM cscart_users



Any idea s to why?



Thanks

[/quote]



Looks like 3rd party module uses this non-default field. Try to uninstall 3rd party modules before upgrade