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?
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!
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".
Thank you, but it still not working on the website, there are no errors.
Thank you, but it still not working on the website, there are no errors.
I have found the solution at:
thank you very much.