you maybe have some tabulators in your database.yml... but you must not use tabulators in .yml-files (only whitespaces).
On 27 Mai, 03:32, Tony Peng <[email protected]> wrote: > Hi all, > > I'm new to Symfony and I'm going through the Jobeet tutorial v1.4 for > Doctrine. I am currently stuck on Day 3. I've followed all the > instructions on configuring the database and building models and > modules; however, when I try to access > "http://localhost:8080/frontend_dev.php/" I receive the following > error: > > "Configuration "config/databases.yml" does not exist or is unreadable." > > My config/databases.yml file looks like this: > > all: > doctrine: > class: sfDoctrineDatabase > param: > dsn: 'mysql:host=localhost;dbname=jobeet' > username: root > password: mysecret > > I can't seem to figure out what's wrong. Any help would be appreciated. > > Thank you! > > - Tony -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
