Magento – Compilation error “[ReflectionException] Class does not exist” – Magento 2.0.7

compilationmagento2

Yesterday I run the command:

sudo -u magento bin/magento setup:di:compile

And I've got a strange error, the site seems to be running 100% but before Yesterday I didn't use to get any error during compilation.

Is there any known issue about that? Magento version 2.0.7.

See image below:
enter image description here

Best Answer

If it is not too late, you may try cli with -vvv params.

sudo -u magento bin/magento setup:di:compile -vvv
Related Topic