When I try to open my front end I get an errors
1 exception(s): Exception #0 (Magento\Framework\Exception\LocalizedException): Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory. The following modules are outdated: Magento_Tax data: current version - 2.0.2, required version - 2.0.3 Magento_CatalogAnalytics data: current version - none, required version - 2.0.0 Dotdigitalgroup_Email data: current version - none, required version - 2.3.8 Magento_WishlistAnalytics data: current version - none, required version - 2.0.0 Temando_Shipping data: current version - none, required version - 0.3.1 Exception #0 (Magento\Framework\Exception\LocalizedException): Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory. The following modules are outdated: Magento_Tax data: current version - 2.0.2, required version - 2.0.3 Magento_CatalogAnalytics data: current version - none, required version - 2.0.0 Dotdigitalgroup_Email data: current version - none, required version - 2.3.8 Magento_WishlistAnalytics data: current version - none, required version - 2.0.0 Temando_Shipping data: current version - none, required version - 0.3.1 #0 /home/jewelrynest2/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(121): Magento\Framework\Module\Plugin\DbStatusValidator->beforeDispatch(Object(Magento\Framework\App\FrontController\Interceptor), Object(Magento\Framework\App\Request\Http)) #1 /home/jewelrynest2/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http)) #2 /home/jewelrynest2/public_html/magento/generated/code/Magento/Framework/App/FrontController/Interceptor.php(26): Magento\Framework\App\FrontController\Interceptor->___callPlugins('dispatch', Array, Array) #3 /home/jewelrynest2/public_html/magento/vendor/magento/framework/App/Http.php(135): Magento\Framework\App\FrontController\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http)) #4 /home/jewelrynest2/public_html/magento/generated/code/Magento/Framework/App/Http/Interceptor.php(24): Magento\Framework\App\Http->launch() #5 /home/jewelrynest2/public_html/magento/vendor/magento/framework/App/Bootstrap.php(256): Magento\Framework\App\Http\Interceptor->launch() #6 /home/jewelrynest2/public_html/magento/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor)) #7 {main}
I am new to Magento, please help if you can direct me how to do it
Solved! Go to Solution.
Thank you for the reply I wish that i can do it from where to start any direction
Yes , if you follow above all the instructions . you will definitely solve your issue.
No !! you will not loose any data !!
and its very few mins work , you just need to run commands only !!
I run a command but its seem that the theme cannot be down load and shows an error
This is localized exception error along with module version upgrade error.
So open your terminal from your root directory of magento2 and run below commands in sequence.
1) php bin/magento setup:upgrade 2) php bin/magento setup:di:compile 3) php bin/magento setup:static-content:deploy 4) php bin/magento indexer:reindex 5) php bin/magento cache:clean 6) php bin/magento cache:flush