cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3 -After migration new theme not applied

Magento 2.3 -After migration new theme not applied

I am migrated from Magento 1.9.2.3 to magento 2.3, after applied new purchased theme frond error,

still some resource poit out magento 1 path, my magento 1 theme name theme327k

 

m2-theme-error.png

 

log error:

 

main.INFO: Broken reference: the 'store_language' tries to reorder itself towards 'store_switcher', but their parents are different: 'header.panel.right' and 'header.panel.store' respectively. [] []

2 REPLIES 2

Re: Magento 2.3 -After migration new theme not applied

Hi @Aveeva 

Please run following commands :

chown -R [apache-user:apache-group] .; && find . -type f -exec chmod 664 {} \; && find . -type d -exec chmod 775 {} \;
/usr/bin/php bin/magento setup:static-content:deploy;
/usr/bin/php bin/magento cache:flush;

It may help you to resolve your issue.

If issue resolve, Please click on 'Kudos' & accept as Solution!

Problem solved? Click Accept as Solution!

Re: Magento 2.3 -After migration new theme not applied

@Bhanu Periwal  I am using Centos 7 - Nginx how to give permission?