Jump to content

Product comment module - 'send' button doesn't work


Recommended Posts

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

  • 4 weeks later...

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...