Celeborn Posted September 14, 2010 Share Posted September 14, 2010 In short, getting the following error in ugrade sql log: UPDATE `ps_configuration` SET `value` = IFNULL(ROUND(value / (1 + ( SELECT `rate` FROM `ps_tax` WHERE `id_tax` = ( SELECT `value` FROM ( SELECT `value` FROM `ps_configuration` WHERE `name` = 'PS_GIFT_WRAPPING_TAX' )tmp ) ) / 100), 2), 0) WHERE `name` = 'PS_GIFT_WRAPPING_PRICE' (1093) You can't specify target table 'ps_configuration' for update in FROM clauseSET NAMES 'utf8' Any suggestions on how to fix this? Link to comment Share on other sites More sharing options...
Celeborn Posted September 15, 2010 Author Share Posted September 15, 2010 Anyone?It is the last hurdle to upgrading my cart to 1.3.1. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now