cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get Advanced Reporting to work

How do I get Advanced Reporting to work

I have upgraded to Magento 2.2.2 and Advanced Reporting is enabled. When I click the "Go To Advanced Reporting" link, it just has a pretty picture and says "We can't find what you're looking for" with a link to Advanced Reporting Documentation.

Clicking that, just tells you to enable it (which is done) and says to check in an hour if you subscription is pending. Where is the subscription ? Where do I check that or where do I subscribe ?

 

Thanks 

2 REPLIES 2

Re: How do I get Advanced Reporting to work

Re: How do I get Advanced Reporting to work

Hi @mousepad 

 

We have fix patch available to this issue in the core Magento installation. Click here to download patch

 

Please upload the appropriate patch into your Magento root directory and run the SSH command below:

 

patch -p1 < MDVA-15136_EE_2.2.5_COMPOSER_v1.patch
OR
patch -p1 < MDVA-15136_EE_2.2.5_v1.patch

 

Once that is done, refresh the cache in the Admin under "System > Cache Management" so that the changes will be reflected.

 

Please try it on a test environment first before taking it live, and kindly confirm that patch provided has resolved your issue.

 

Here is the link of GIT where this issue is confirmed:

 

https://github.com/magento/magento2/issues/21452#issuecomment-467799311

Thanks

 

--
If my answer is useful, please Accept as Solution & give Kudos