Hi, I installed Symfony on my 1and1 shared server,
I tried to learn symfony with  Jobeet's tutorial but when I run " php5
symfony propel:build-all" I have this error:
Unable to parse contents of the "sqldb.map" file.

this is the content of my sqldb.map file:

#/sql/sqldb.map
# Sqlfile -> Database map
generated-schema.sql=propel

#/config/databases.yml
all:
  propel:
    class: sfPropelDatabase
    param:
      classname: PropelPDO
      dsn: 'mysql:host=db3057.1and1.fr;dbname=db357757***'
      username: dbo357757***
      password: *****
      encoding: utf8


#p/config/propel.ini

propel.database            = mysql
propel.database.driver     = mysql
propel.database.createUrl  =
mysql:host=db3057.1and1.fr;dbname=db357757***
propel.database.url        =
mysql:host=db3057.1and1.fr;dbname=db357757***
propel.database.user       = dbo357757***
propel.database.password   = ******
propel.database.encoding   = utf8


thank you for reading





-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to