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.
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
Thank you very much. I will try this.
Unfortunately, this did not work.
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.
I have the same issue but with 2.2.6 to 2.3.1, did you find a solution?