yes, it seems it's a bug, already known / don't know if reported which quotes the dsn http://www.symfony-project.org/forum/index.php/m/66290/
anyways Sid, you have to edit manually the configuration(s) file inside config/ i would suggest that you place a "catchy" subject in your email(s) e.g. error: configure:database quotes the dsn so someone who's scanning the list could make things happen for you inside svn *databases.yml* all: propel: class: sfPropelDatabase param: dsn: mysql://user:[EMAIL PROTECTED]/mydatabasename *propel.ini* propel.database = mysql propel.database.createUrl = mysql://user:[EMAIL PROTECTED]/ propel.database.url = mysql://user:[EMAIL PROTECTED]/mydatabasename ... propel.output.dir = /home/where/your-www-data-is/project_name On Sun, Dec 7, 2008 at 6:46 PM, Sid Ferreira <[EMAIL PROTECTED]> wrote: > the command line seem to be wrong, try: > >> php symfony configure:database "mysql:host=localhost;dbname=mydb" username >> password >> > > On Sun, Dec 7, 2008 at 14:25, Marius Rugan <[EMAIL PROTECTED]> wrote: > >> what would be the error at "database configuration failed" ? >> >> >> >> On Sun, Dec 7, 2008 at 4:26 PM, Sid Ferreira <[EMAIL PROTECTED]> wrote: >> >>> btw, I did this: >>> changed the 'executeNew' to: >>> >>>> $comment = new BlogComment(); >>>> >>> $comment->setBlogPostId($this->getRequestParameter('post_id')); >>>> >>> $this->form = new BlogCommentForm($comment); >>>> >>> >>> and used 'comment/new' in the link, and not 'comment/edit' >>> >>> On Sun, Dec 7, 2008 at 12:07, Sid Ferreira <[EMAIL PROTECTED]> wrote: >>> >>>> http://www.symfony-project.org/tutorial/1_2/my-first-project >>>> The part that handles the database configuration failed to me and to a >>>> frend of mine. Also, que part with the link to comment a post. >>>> >>>> -- >>>> Sidney G B Ferreira >>>> Desenvolvedor Web - Tibox Innovations >>>> >>>> Steve Martin >>>> >>> >>> >>> >>> -- >>> Sidney G B Ferreira >>> Desenvolvedor Web - Tibox Innovations >>> >>> Marie von Ebner-Eschenbach >>> >>> >>> >> >> >> > > > -- > Sidney G B Ferreira > Desenvolvedor Web - Tibox Innovations > > Joe E. Lewis > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---