Is there some way to use the sfGuardDoctrine plugin against an
external database?
What I mean is to make the plugin query its tables in another server.
I have thought to replicate the plugin tables in another database and
use the callable feature, although I'm not sure if this is the best
solution
Hi
Im trying to setup sfGuardDoctrine.
The frontend part works nice, but when I try to setup the modules in
the backend I get this:
[sfConfigurationException]
You must set "compat_10" to true if you want to use this method which
is deprecated.
stack trace
* at ()
in SF_SYMFONY_
Hi
I have now installed sfGuardDoctrine and the login feature seems to
work.
I would however like it to be optional to login, and show you some
information based on whether you are logged in or not.
How is this accomplished?
If i try to access $sf_user->getGuardUser()->getUsername() when I'
Hey
Do anybody have any experience with these plugins (sfGuardDoctrine and
sfDoctrineSimpleCMSPlugin) in symfony version 1.1.0-BETA4
I'm planning to give them a going unless someone directly would advise
against it. I know they are both in beta and alpha, but I really don't
need any advanc
Hi all,
I have another problem, this time with the sfGuardDoctrinPlugin. The
frontend modules work fine, but whenever I try to edit the users with the
backend module (sfGuardUser), it throws an exception:
[Doctrine_Record_Exception]
Unknown property / related component 'email_address'.
I have no i