Open nzurita opened 10 years ago
These commands don't work even with correct database credentials set in parameters.yml
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.
have you tried to run Symfony application. first and go to the config panel and set proper parameter.
These commands don't work even with correct database credentials set in
parameters.yml
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.