MikeChoy Posted October 23, 2009 Share Posted October 23, 2009 I'm testing the SVN version 1443 (full /fresh installation), but some how I always get this error under backoffice->payment. I have try uninstall all the payment modules but still get the same error. ? ? Pls adviceUnknown column 'g.price_display_method' in 'field list' SELECT g.`id_group`, g.`reduction`, g.`price_display_method`, gl.`name` FROM `es_group` g LEFT JOIN `es_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 1) ORDER BY g.`id_group` ASC Link to comment Share on other sites More sharing options...
Caleydon Posted October 23, 2009 Share Posted October 23, 2009 Post this on bugtrackerhttp://www.prestashop.com/bug_tracker/report/bug/If you want to fix yourself, go to phpmyadmin find ps_group and make changes: ALTER TABLE `ps_group` ADD `price_display_method` TINYINT NOT NULL DEFAULT 0 AFTER `reduction`; Link to comment Share on other sites More sharing options...
MikeChoy Posted October 26, 2009 Author Share Posted October 26, 2009 Thanks Caleydon,The fix is working. BTW Damien Metzger had already posted in the bugtracker ref:3141 . I have also posted your solution there.Thanks Link to comment Share on other sites More sharing options...
ann_koval Posted January 18, 2011 Share Posted January 18, 2011 see where the problem 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