cancel
Showing results for 
Search instead for 
Did you mean: 

blank page magento 2

Re: blank page magento 2


@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/*.xml

To 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. 

Re: blank page magento 2

still, have the same problem! no one can help me?! this Magento 2 is only bugs and problems! 

magento 1 was perfect! 

Re: blank page magento 2

Hi @decornmore

 

Your issue is still not resolved ? still you are facing blank page ?

if issue solved,Click Kudos & Accept as Solution

Re: blank page magento 2

Yes.

Re: blank page magento 2

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 !

 

 

if issue solved,Click Kudos & Accept as Solution

Re: blank page magento 2


@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.

Re: blank page magento 2

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 ?

if issue solved,Click Kudos & Accept as Solution

Re: blank page magento 2


@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 .

Re: blank page magento 2

Hello @decornmore,

 

Please share error with us.

 

--
If my answer is useful, please Accept as Solution & give Kudos

Re: blank page magento 2

I don't have any errors just blank page. You can see for yourself when you go to site.