Hi all,
I have updated some files in Magento version 2.3.3 and after the update I have got an error. (There has been an error processing your request). After I have changed local.xml.sample to local.xl in "pub/errors" Magento shows me what the error is about.
Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory. The following modules are outdated: Magento_DataServices data: current version - none, required version - 1.0.0 Magento_SaaSCatalog data: current version - none, required version - 42.0.1 Magento_CatalogUrlRewriteDataExporter data: current version - none, required version - 42.0.1 Magento_ConfigurableProductDataExporter data: current version - none, required version - 42.0.1 Shopial_Facebook data: current version - none, required version - 1.0.0
I have tried different thinks what I have read on the internet, but unfortunately nothing helps. Hope someone can help me out with this.
Things that I already have done:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush
Hello @alexander_jorda
Please run below shared commands:
rm -rf pub/static/* generated/code/*
chmod -R 0777 var/ pub/ generated/
Delete setup row: open setup_module table in your database and delete your module entry(Magento_DataServices) if exist.
Then run this command to register your module:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Let me know if you need any other help.
Hi Manish,
Thanks for your reply.
I could not find the file setup_module in the database, but I have followed the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
The website is online again and I also have access to the back end. But the front end does not show everything anymore. No images are visible and also no icons. I think that I have to update the database, but I do not know how to do this?
Hello @alexander_jorda
Please give permission to below folders:
chmod -R 0777 var/ pub/ generated/ php bin/magento setup:static-content:deploy -f php bin/magento c:f chmod -R 0777 var/ pub/ generated/
Hopefully it will work. If this does not work then just check images and css path and check console as well for error.
Thanks
Hi Manish,
I have installed Magento again (I was not that far yet). Now the website is working again. Only one thing not, but I have opened a new topic about that, You have answered there also. So I will go further in that topic.
Thanks for your answers!