Magento – Magento2 bin/console commands returned empty

climagento2

I'm wroking with Magento 2.1.1 (with PHP 5.6) and when I try to run a bin/magento command I'm getting nothing.
No error, no message, nothing.

I didn't found any special message on logs.
Has anyone seen this problem before? There's some recomendation to try to debug this issue?

Best Answer

It indicates that the error is being triggered while executing the command but for some reason, the view is disabled to read.

Luckily, all errors of Command is getting recorded in "error_log" file situated at the root, open it and read you error to fix this on the permanent basis.

Thank You Zuber

Related Topic