I think yml files need two spaces as indent on all lines. It appears that after the word doctrine, the lines have only one space as indent.
Also, I note the trailing / in your url. That should not be there. It should end in frontend_dev.php. If this solves it let me know which it was. ________________________________ From: Tony Peng <[email protected]> To: [email protected] Sent: Wed, May 26, 2010 6:32:04 PM Subject: [symfony-users] Jobeet Tutorial - Day 3 - databases.yml problem 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 -- 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
