Hi every:
I'm trying to migrate one of my developments to sfDoctrine Plugin but I have a 
problem: I can not use sfGuard Plugin with sfDoctrine. I get this error when I 
try to access to the system:

[PropelException]
No connection params set for propel
stack trace
    * at ()
      in SF_SYMFONY_LIB_DIR\plugins\sfPropelPlugin\lib\vendor\propel\Propel.php 
line 476 ...
             473.
             474.             $dsn = 
isset(self::$configuration['datasources'][$name]['connection']) ? 
self::$configuration['datasources'][$name]['connection'] : null;
             475.             if ($dsn === null) {
             476.                 throw new PropelException("No connection 
params set for " . $name);
             477.             }
             478.
             479.             include_once 'creole/Creole.php';
    * at Propel::getConnection('propel')
      in SF_ROOT_DIR\plugins\sfGuardPlugin\lib\model\om\BasesfGuardUserPeer.php 
line 289 ...

Can any help me or teach me here? I find in the Symfony Project Plugins site 
but I didn't found anything.

Cheers and thanks in advance
Ing. Reynier Pérez Mira
Dirección Técnica IP 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to