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" yok veya okunamıyor değil.'
Benim config / databases.yml dosyası gibi görünüyor:
all:
doctrine:
class: sfDoctrineDatabase
param:
dsn: 'mysql:host=localhost;dbname=jobeet'
username: root
password: mysecret
Tablolar oluşturma ve fikstür yükleme phpmyadmin ile veritabanı kontrol ettikten sonra ceza çalışmak gibi görünüyor. Herhangi bir yardım mutluluk duyacağız.
Teşekkür ederiz!