@gelanivishal wrote:Hello @decornmore,
Please run below command to give permission
find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; find ./var -type d -exec chmod 777 {} \; find ./pub/media -type d -exec chmod 777 {} \; find ./pub/static -type d -exec chmod 777 {} \; chmod 777 ./app/etc chmod 644 ./app/etc/*.xmlTo generate static content
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento setup:upgrade
rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ var/generation/ var/page_cache/ var/view_preprocessed/ var/composer_home generated/
php -dmemory_limit=6G bin/magento setup:static-content:deploy -f
chmod -Rf 777 pub/ var/
php bin/magento cache:clean--
If my answer is useful, please Accept as Solution & give Kudos
no this have not solve the problom.
still, have the same problem! no one can help me?! this Magento 2 is only bugs and problems!
magento 1 was perfect!
Hi @decornmore
Your issue is still not resolved ? still you are facing blank page ?
Hi @decornmore
Have you change to Magento 's default Luma theme ? and checked ?
Looking at the another error - i think the error is coming from the theme you have installed - so kindly change it to default Luma theme and then check its working or not !
@Manthan Dave wrote:Hi @decornmore
Have you change to Magento 's default Luma theme ? and checked ?
Looking at the another error - i think the error is coming from the theme you have installed - so kindly change it to default Luma theme and then check its working or not !
change it and have same problom.
Hi @decornmore
ok - something is missing on configuration level and that's the reason you are facing the error !
have you run the deploy command after changing theme to Luma ?
@Manthan Dave wrote:Hi @decornmore
ok - something is missing on configuration level and that's the reason you are facing the error !
have you run the deploy command after changing theme to Luma ?
yes, i did run the deploy. well, i have 4 sites all 4 sites have errors! magento 2 is full of problems! i am so sorry i move to it .
Hello @decornmore,
Please share error with us.
--
If my answer is useful, please Accept as Solution & give Kudos