cancel
Showing results for 
Search instead for 
Did you mean: 

problems after update m2 with theme

problems after update m2 with theme

hello,

i have update magento 2 to the version 2.3.3 after that i have many trouble with the shopsystem.

the most difficult problem is, that the template not more showing.

 

i have tested everything what i mean is correctly.

 

/opt/keyhelp/php/7.2/bin/php bin/magento cache:clean

rm -rf var/cache/*
rm -rf var/page_cache/*
rm -rf generated/code/*

/opt/keyhelp/php/7.2/bin/php bin/magento setup:upgrade

/opt/keyhelp/php/7.2/bin/php bin/magento maintenance:disable

/opt/keyhelp/php/7.2/bin/php bin/magento cache:clean
/opt/keyhelp/php/7.2/bin/php bin/magento cache:clean

/opt/keyhelp/php/7.2/bin/php bin/magento setup:di:compile
/opt/keyhelp/php/7.2/bin/php bin/magento setup:static-content:deploy de_DE -f

/opt/keyhelp/php/7.2/bin/php bin/magento cache:flush

/opt/keyhelp/php/7.2/bin/php bin/magento indexer:reindex

 

can somebody help me?

 

6 REPLIES 6

Re: problems after update m2 with theme

It's a little difficult, do you have any image of the error? And how did you update your Magento 2?

Or I will recommend you another better solution, you set up a fresh Magento website with the latest Magento version and use an automated migration tool to sync data from your old shop to the new one. Before making final decision, run a free demo to preview how it works.

I think this could be a fast, efficient and safe solution and it could help you to save your time, your effort. In case you have any questions in hurry, you should contact the support team via livechat. Hope this helps!

Re: problems after update m2 with theme

Hi @Olek89 

 

Please add the below code in your index.php and then you will be able to see the error.

 

 

ini_set('display_errors',1);

 

 

Share that error here so that we can suggest you something.

 

Thanks

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution".

 

 

Re: problems after update m2 with theme

Thank you, but it still not working on the website, there are no errors.

Re: problems after update m2 with theme

Thank you, but it still not working on the website, there are no errors.


Re: problems after update m2 with theme

Hi @Olek89 

 

Can you check from admin if you are using the correct theme?

 

Thanks

Re: problems after update m2 with theme