magento2: Error after upgrade from 2.0.7 to 2.1.0
After I upgrade magento from 2.0.7 to 2.1.0 via command line doing:
composer require magento/product-community-edition 2.1.0 --no-update
composer update
When I type “php bin/magento setup:upgrade” I get
[ReflectionException]
Class Magento\Framework\App\Cache\Type\Webapi does not exist
Any ideas why is this happening?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 29 (8 by maintainers)
Clearing the cache (in my case Redis, not var/cache/) helped.
Did the trick for me! Thanks a lot!