[symfony-users] sfGuardDoctrine with external database

2010-04-21 Thread HiDDeN
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

[symfony-users] sfGuardDoctrine error - compat_10

2008-05-30 Thread Johannes Frandsen
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_

[symfony-users] sfGuardDoctrine -> how do I check that I'm logged in, in my template

2008-05-08 Thread Johannes Frandsen
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'

[symfony-users] sfGuardDoctrine and sfDoctrineSimpleCMSPlugin

2008-05-05 Thread Johannes Frandsen
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

[symfony-users] sfGuardDoctrine

2007-05-19 Thread Colin Williams
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