I am unable to run yii2 console commands such as php yii cron/action, php yii migrate, etc. on centos server where I deployed the Yii2 application.
I have tried php -d display_errors=1 -f yii as shown here to see if I will see any error messages but nothing is showing. Kindly assist on how to get this running on a centos server.