-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magento doesn't work after upgrade from 2.3.0 to 2.3.1 #21976
Comments
Hi @dweerd. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @dweerd do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @dweerd Would you be able to list all the exact steps you performed after the upgrade? Thanks! |
@bahramdavodi: thanks for the link! @dweerd: can you check the custom code (your own or 3rd party) if there is a plugin defined on |
@bahramdavodi I had that same error as well, which I got around by disabling the Magento_ElasticSearch6 module. That error prevented setup:di:compile to complete. After disabling the module, the compile would run fine. The error reported here actually didn't occur during setup:di:compile, but happens upon visiting the backend/frontend. @hostep as far as I can tell, there is no plugin defined on that class in my code. I didn't get the error on my development environment, but did get it on the production environment. For the upgrade I did these things:
Looking at the error, where should the class '\Magento\Cron\Model\Virtual' come from? I actually don't see this class defined in code? |
@dweerd, thanks for the info. Very good remark about |
See: https://magento.stackexchange.com/questions/132700/magento-2-what-are-generated-logger-classes-for. Maybe this is related? |
Hi @dweerd. Thank you for your report.
The fix will be available with the upcoming 2.3.2 release. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Backend fatal error: PHP Fatal error: Uncaught RuntimeException: Source class "\\Magento\\Cron\\Model\\Virtual" for "Magento\\Cron\\Model\\VirtualLogger" generation does not exist.
This seems related to the following change in Magento 2.3.1: #18209
The text was updated successfully, but these errors were encountered: