cancel
Showing results for 
Search instead for 
Did you mean: 

On Admin Panel we can't open the ORDERS

On Admin Panel we can't open the ORDERS

On Admin Panel we can't open the ORDERS,

I will be appreciated if you can help.

Magento Version 2.2.6

order_not_view.jpg

3 REPLIES 3

Re: On Admin Panel we can't open the ORDERS

Hi,

 

Please share the screenshot of the problem page or the error, which you are getting.

 

Thank You!

Prema M

Re: On Admin Panel we can't open the ORDERS

You need to run a command from magento root instances via SSH,

php magento setup:static-content:deploy -f

 

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: On Admin Panel we can't open the ORDERS

Hi,

 

Go to app/etc/di.xml

Find the line

Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink

and Replace it with

Magento\Framework\App\View\Asset\MaterializationStrategy\Copy
There is no need to remove any file in any directory.

It may works.

 

Thanks!

Prema M