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
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. [] []
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!
@Bhanu Periwal I am using Centos 7 - Nginx how to give permission?