crunch Posted February 24, 2010 Share Posted February 24, 2010 This is more of a post for others reference in case the same happens to them.I have Prestashop 1.2.5 running, and tried to install the product comments module, which it reported installed ok, but when i try to make a comment on a product page and submit it - nothing happens. There were no comments to moderate in the module.After digging around for a while I discovered that the header hook had not registered in the database during module installation. I have no idea how that could happen, because the code looks correct to me. So all I did was to add a new row in the table 'ps_hook_module' table:id_module = look it up in ps_module tableid_hook = 9 (for header)position = 1And wahay, my product comments are now working. I didn't see any explanation anywhere, but you must go to the module configuration to approve/reject comments if you have validation turned on. Aslo you cant delete comments once approved without directly going to the database. Link to comment Share on other sites More sharing options...
Rockstar2 Posted October 30, 2010 Share Posted October 30, 2010 Thank you sso much this worked for me! Link to comment Share on other sites More sharing options...
Champ4!* Posted March 2, 2011 Share Posted March 2, 2011 Thanks! Problem solved Link to comment Share on other sites More sharing options...
pshop_newb Posted June 9, 2011 Share Posted June 9, 2011 I have a different problem, comments work fine for registered users. They don't work at all for guests. All the settings are configured accordingly. I can't even get the php code to spit out errors when a guest submits a comment....so I have no idea what is going on. 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