These commands don't work even with correct database credentials set in parameters.yml
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
No error message, no action, nothing created in database. As a result of this, browsing to home folder or /post results in a blank page.
These commands don't work even with correct database credentials set in
parameters.ymlNo error message, no action, nothing created in database. As a result of this, browsing to home folder or /post results in a blank page.