This forum is in READ-ONLY mode.
You can look around, but if you want to ask a new question, please use the new forum.
Home » symfony projects » askeet » [resolved] askeet trunk installation
[resolved] askeet trunk installation [message #4107] Tue, 21 March 2006 10:18 Go to next message
kasa  is currently offline kasa
Messages: 2
Registered: March 2006
Junior Member
Hi, i've just installed askeet from svn. I've changed the database connection options to point to my database, created it, and the frontend works. However the batch file doesn't work, it gives me this error:

Fatal error: Uncaught exception 'sfDatabaseException' with message 'Database "propel" does not exist'


I've double-checked it, in schema.xml I have:

 <database name="symfony" defaultIdMethod="native">


and in databases.yml I have

all:
  symfony:
    class:          sfPropelDatabase
    param:
      datasource:   symfony
      phptype:      mysql
      hostspec:     localhost
      database:     askeet
      username:     askeet
      password:     askeet
      compat_assoc_lower:  true
      compat_rtrim_string: true


I'm really stuck with this. any help ???

[Updated on: Tue, 21 March 2006 12:38] by Moderator

Re: askeet trunk installation [message #4109 is a reply to message #4107 ] Tue, 21 March 2006 11:25 Go to previous messageGo to next message
francois  is currently offline francois
Messages: 1636
Registered: October 2005
Faithful Member
Change line 15 by:

$data->loadData(sfConfig::get('sf_data_dir').DIRECTORY_SEPARATOR.'fixtures', 'symfony'));


Maybe you can open a ticket on the askeet trac about this (http://trac.askeet.com/trac/timeline)
Re: askeet trunk installation [message #4110 is a reply to message #4109 ] Tue, 21 March 2006 12:21 Go to previous message
kasa  is currently offline kasa
Messages: 2
Registered: March 2006
Junior Member
Thank you so much francois, ticket added and lete me tell you, symfony rocks !!!
Previous Topic:problems with propel-build-sql
Next Topic:[resolved] Anonymous answers destroy layout?
Goto Forum:
  

powered by FUDforum - copyright ©2001-2004 FUD Forum Bulletin Board Software