Nodeko Posted November 8, 2014 Share Posted November 8, 2014 Hi, I have installed Csv exporter module and when I hit the "Generate csv" button I get this message: Moussiq configuration Fatal error: Uncaught Unknown column 'id_county' in 'order clause'<br /><br /><pre> SELECT * FROM `ps_tax_rule` WHERE `id_country` = 18 AND `id_state` IN (0, 0) ORDER BY `id_county` DESC, `id_state` DESC</pre> thrown in /home/smycke6/public_html/classes/db/Db.php on line 635 I am using 1,6,0,8 need assistenc please!! Thanks, Link to comment Share on other sites More sharing options...
PascalVG Posted November 9, 2014 Share Posted November 9, 2014 They probably forgot a letter 'r' not : ORDER BY `id_county` DESC but: ORDER BY `id_country` DESC hope that helps, pascal. 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