| [resolved] askeet trunk installation [message #4107] |
Tue, 21 March 2006 10:18  |
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 #4110 is a reply to message #4109 ] |
Tue, 21 March 2006 12:21  |
kasa Messages: 2 Registered: March 2006 |
Junior Member |
|
|
|
Thank you so much francois, ticket added and lete me tell you, symfony rocks !!!
|
|
|