You need to be using the doctrine version of the plugin,
sfDoctrineGuardPlugin. Currently you can only get it from SVN.
- Jon
On Mon, Nov 3, 2008 at 10:54 AM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote:
>
> 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
>
>
> >
>
--
Jonathan H. Wage
Open Source Software Developer & Evangelist
http://www.jwage.com
http://www.doctrine-project.org
http://www.symfony-project.org
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---