Magento – After upgrade bin/magento not working

climagento-2.1magento2

After upgrading my local instance of magento 2.1 to 2.1.2 the bin/magento tools stopped working. I do not get an error or any output. For instance when I run php bin/magento setup:upgrade after upgrade it seems like it is doing something, but get no output and does not seem to have done the upgrade on modules. Anyone else seen this issue?

Best Answer

You should actually check error_log file on magento root which will give out errors for cli runtime errors. Also try using -vvv flag to set verbose level.

It was memory shortfall for me.

Related Topic