cancel
Showing results for 
Search instead for 
Did you mean: 

Some Pages of Admin Panel Broken after Upgrading magento from 2.1.1 to 2.1.9

Some Pages of Admin Panel Broken after Upgrading magento from 2.1.1 to 2.1.9

Hello!

We upgraded magento from version 2.1.1 to 2.1.9 using composer from command line.

 

Ever since we upgraded, some pages on the Admin Panel are broken. Such as Customers and Catalog Pages. Website is running fine.

 

It looks something like this

 

broken.png

 

It becomes ok if we purge and turn off varnish and CDN. But since we are in production, we can't turn off varnish/CDN for long.

 

Is this a bug in magento 2.1.9, or is there something wrong on our end.

 

Please suggest. Any suggestion is welcome.

Thank you..

3 REPLIES 3

Re: Some Pages of Admin Panel Broken after Upgrading magento from 2.1.1 to 2.1.9

@VafagaranBLSP

 

Enable static sign from developer setting

 

Make sure pub/static contain .htaccess file

 

After do setting, remove pub/static folder all files, don't delete .htaccess file

 

var/di, var/view_processed, cache, var/generation remove it.

then do static content deploy.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Some Pages of Admin Panel Broken after Upgrading magento from 2.1.1 to 2.1.9


@Sunil Patel wrote:

@VafagaranBLSP

 

Enable static sign from developer setting

 

Make sure pub/static contain .htaccess file

 

After do setting, remove pub/static folder all files, don't delete .htaccess file

 

var/di, var/view_processed, cache, var/generation remove it.

then do static content deploy.



Thanks for you reply sunil.

 

Apart from static content signing, I've already followed all other suggestions you suggested.

I'll try static content signing as well and let you know.

Re: Some Pages of Admin Panel Broken after Upgrading magento from 2.1.1 to 2.1.9

@VafagaranBLSP any further update?


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer