cancel
Showing results for 
Search instead for 
Did you mean: 

Menu gone after upgrading from 2.2.5 to 2.2.6

Menu gone after upgrading from 2.2.5 to 2.2.6

I upgraded from 2.2.5 to 2.2.6. When I went to check out the system, I noticed my menu was gone.  I verified it was setup correctly under categories and the shop area assigning the main category.

 

Anyone else have this issue. I have restored back to my 2.2.5 version until I get this corrected. 

5 REPLIES 5

Re: Menu gone after upgrading from 2.2.5 to 2.2.6

Hello @shelby_watson,

 

It will look like Magento permission issue, Please run below command in Magento root directory

find . -type d -exec chmod 500 {} \;
find . -type f -exec chmod 400 {} \;
find var/ -type f -exec chmod 600 {} \;
find media/ -type f -exec chmod 600 {} \;
find var/ -type d -exec chmod 700 {} \;
find media/ -type d -exec chmod 700 {} \;

Please don't forgot generate static content after giving permission. If you still got an issue then let us know.

 

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

 

 

Re: Menu gone after upgrading from 2.2.5 to 2.2.6

Thank you very much.  I will try this.

 

Re: Menu gone after upgrading from 2.2.5 to 2.2.6

Unfortunately, this did not work.

 

Re: Menu gone after upgrading from 2.2.5 to 2.2.6

Hello @shelby_watson,

 

Can you please share error with screenshot with console tab?

If you have generated report then please open report then share with us.

 

 

Thank you.

Re: Menu gone after upgrading from 2.2.5 to 2.2.6

I have the same issue but with 2.2.6 to 2.3.1, did you find a solution?