When trying to install the sfGuardPlugin for symfony 1.0, I get the following error when trying to load the fixtures into the database via the CLI or open the sfGuardUser or any sfGuard page. I have looked at the other discussions about this, but none of the solutions worked for me.
[PropelException] No connection params set for propel Strange thing is, the command 'php symfony build-all-load' can make new tables in the database, so the information in propel.ini and databases.yml has to be correct in some way. But when it wants to load data from the fixtures into the db, I get this error. propel.ini: propel.targetPackage = lib.model propel.packageObjectModel = true propel.project = crealev propel.database = mysql propel.database.createUrl = mysql://[user]:[EMAIL PROTECTED]/ propel.database.url = mysql://[user]:[EMAIL PROTECTED]/[dbname] databases.yml: all: --propel: ----class: sfPropelDatabase ----param: ------is_default: true ------dsn: mysql://crealev:[EMAIL PROTECTED]/crealev - = space any ideas? I am using the downloaded version of symfony 1.0.18 and the installation of the sfGuardPlugin went without problems. Regards, Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
