Skip to content
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 2.0.2 Flush cache leads to error re missing class and cannot create new customer #3464

Closed
kgvconsulting opened this issue Feb 18, 2016 · 1 comment

Comments

@kgvconsulting
Copy link

Class Magento\NewRelicReporting\Model\Apm\DeploymentsFactory does not exist
Class Magento\Newsletter\Model\SubscriberFactory does not exist

After new install there was also missing components from catalog and product, not plausible
error1.pdf
error2.pdf

to create new product, attribute or category. Was forced to uninstall and install again. the products and categories did correct and now work, the above two, flush cache and creating new customer continue to report missing components.

Any advise?

My earlier post is resolved for me it turn out that by "FULL version Magento" download does not necessarily mean you can get automatically 100% of components installed, it turn out that if your Magento 2.x.x is in production mode IS A MUST to manually deploy all components, otherwise there will be a lot of blank screens and error for missing components. Once I did deploy manually all start to run well.

http://stackoverflow.com/questions/35323577/magento-2-error-when-listing-customers-or-adding-a-new-one

@woei66
Copy link

woei66 commented Mar 10, 2016

When Magento's set to production mode, it will not generate these classes. Before you deploy to production mode, you need to run the command line
$ php bin/magento setup:di:compile
command. This will automatically create any file you need in
var/generation

ways to fix this problem

php bin/magento setup:di:compile
php bin/magento indexer:reindex
php bin/magento cache:flush
php bin/magento cache:clean

magento-engcom-team pushed a commit that referenced this issue Nov 19, 2018
Fixed issues:
MAGETWO-91496 Instantiating WYSIWYG in DynamicRows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants