cancel
Showing results for 
Search instead for 
Did you mean: 

Reviews not working proper

Re: Reviews not working proper

hi i also have the same issue in magento 2.2.1 and nothing is showing in log file .

i overwrite all the review module files . but nothing is success

Re: Reviews not working proper

Just in case any one else has this issue, the module is enabled but output is disabled. Prior to 2.2 you could disable output of modules via admin and while this menu was removed in 2.2 upgrade the previous settings were left unchanged.

 

If you connect to your database and run:

 

select * from core_config_data where path like "advanced/modules_disable_output/%" and value = 1;

you can see modules with disabled output.

 

Running:

 

UPDATE core_config_data
SET value = 0
WHERE path = "advanced/modules_disable_output/Magento_Review";

will re-enable the Magento_Review modules output. You will need to flush the config cache for the change to take affect.

 

Note that this will also affect the front end so recommend doing this in local/dev environment first so you can make any changes needed to css/templates to account for the new review elements on the site.

 

 

Re: Reviews not working proper

We have similar problem, but it is showing, but half way the form.

http://49.12.86.99/gb/tps5360-360-degree-multi-angle-vise-1-pc-8499.html

 

What is the solution there?

 

Regards

Harrie