Anpple Posted April 19, 2016 Share Posted April 19, 2016 Hello everyone, I met a problem of product comment module, when I finish write a product comment, I click the ' send ' button but nothing happened (no transfer message and no error page, just nothing). I tried disactive and re-active the module, delete and re-install the module. But still nothing happed. A product link: http://belisa-nail.com/index.php?id_product=15&controller=product It's in French, you can click "Donnez votre avi" for writing a comment Anyone know how to solve this problem? Kind regards, Link to comment Share on other sites More sharing options...
tuk66 Posted April 19, 2016 Share Posted April 19, 2016 You have JavaScript syntaxError in http://belisa-nail.com/index.php?id_product=15&controller=product expected expression, got ';' var productcomments_url_rewrite = ; The productcomments_url_rewrite variable is not set. You don't use URL rewrites (you should as it is better for Google as well as people) and the module needs it. Link to comment Share on other sites More sharing options...
Anpple Posted April 19, 2016 Author Share Posted April 19, 2016 You have JavaScript syntaxError in http://belisa-nail.com/index.php?id_product=15&controller=product expected expression, got ';' var productcomments_url_rewrite = ; The productcomments_url_rewrite variable is not set. You don't use URL rewrites (you should as it is better for Google as well as people) and the module needs it. Thank you Link to comment Share on other sites More sharing options...
Vlad Ardeleanu Posted May 12, 2016 Share Posted May 12, 2016 Hello, I have a problem with the comment button as well, but only on one theme, the other one works without any problems. This is the error I get: Unknown column 'comentariu' in 'where clause' SELECT p.*, pl.params, pl.id_lang FROM appagebuilder p LEFT JOIN appagebuilder_shop ps ON (ps.id_appagebuilder = p.id_appagebuilder AND id_shop=3) LEFT JOIN appagebuilder_lang pl ON (pl.id_appagebuilder = p.id_appagebuilder) WHERE pl.id_lang=2 AND ps.id_shop=3 AND p.id_appagebuilder_positions IN (59,comentariu,61,62) ORDER BY p.id_appagebuilder It adds the actual comment text as a value in a column. Can anyone help? Link to comment Share on other sites More sharing options...
Knowband Plugins Posted May 12, 2016 Share Posted May 12, 2016 SELECT p.*, pl.params, pl.id_lang FROM appagebuilder p LEFT JOIN appagebuilder_shop ps ON (ps.id_appagebuilder = p.id_appagebuilder AND id_shop=3) LEFT JOIN appagebuilder_lang pl ON (pl.id_appagebuilder = p.id_appagebuilder) WHERE pl.id_lang=2 AND ps.id_shop=3 AND p.id_appagebuilder_positions IN (59,comentariu,61,62) ORDER BY p.id_appagebuilder The highlighted text in red in the above query is wrong. A proper integer value is expected there. Link to comment Share on other sites More sharing options...
Vlad Ardeleanu Posted May 12, 2016 Share Posted May 12, 2016 Yes, I know that it has to be an integer, 60 for that matter, but it works on a theme and doesn't on another and I do not know where the problem occurs. 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