cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Magento Review module

SOLVED

Issue with Magento Review module

I was disabled Magento Review with command "bin/magento module:enable Magento_Review"

Now, i reenabled it with same command, but the module appear anywhere.

No admin links under Reports, Marketing->User Content and Stores->Attributes.

 

It's enabled by settings too under Stores->Settings->Configuration->Catalog->Catalog->Product Reviews

 

Also there no issues with source files under

/vendor/magento/module-review

/vendor/magento/module-review-analytics

/generated/code/Magento/Review

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Issue with Magento Review module

I found solution after long time ago. I wanna share here.

 

It was disabled with module output option. i have removed it from database in core_config table.

 

reference: https://devdocs.magento.com/guides/v2.4/config-guide/config/disable-module-output.html

View solution in original post

5 REPLIES 5

Re: Issue with Magento Review module

Hello @Ylmzef 

 

Please run this command to check module status:

php bin/magento module:status

 

If it shows under disabled then run below command to enable it again:

php bin/magento module:enable Magento_Review

 

If it is under enable module then just do run below commands:

php bin/magneto setup:upgrade

php bin/magento c:f

 

 

Manish Mittal
https://www.manishmittal.com/

Re: Issue with Magento Review module

Hi @Ylmzef 

 

From your Magento 2 root directory -> go to ->app/etc/config.php file !

 

Find the "Magento_Review" file from the same file - check whether it is 1 or 0?

 

If it is 0 make it to 1 and run following command in sequence :

 

php bin/magento module:enable Magento_Review
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush

Then check it will works !

 

if issue solved,Click Kudos & Accept as Solution

Re: Issue with Magento Review module

It's already enabled and compiled with those comamnds to much times but not solution.

Re: Issue with Magento Review module

I have disabled "Add Secret Key to URLs" option and added "review/rating/index" path to admin url now i am able to access review pages but they are empty.

 

https://snipboard.io/Ljc3PB.jpg

 

I enabled debug mode but it doesnt give any error logs..

Re: Issue with Magento Review module

I found solution after long time ago. I wanna share here.

 

It was disabled with module output option. i have removed it from database in core_config table.

 

reference: https://devdocs.magento.com/guides/v2.4/config-guide/config/disable-module-output.html