[symfony-users] Re: How to work with sfGuard Plugin and sfDoctrine

2008-11-17 Thread Jonathan Wage
We recently changed the base class name from generated to base to match all the other base directories. In propel they are all named base for forms, filters, etc. - Jon On Mon, Nov 17, 2008 at 12:27 AM, bstoppel [EMAIL PROTECTED]wrote: I had the same problem with a different Base* class.

[symfony-users] Re: How to work with sfGuard Plugin and sfDoctrine

2008-11-16 Thread bstoppel
I had the same problem with a different Base* class. There were two directories with Base* class definitions: 'project'/lib/model/doctrine/base 'project'/lib/model/doctrine/generated I had to delete the generated directory. Once everything built fine. Brett On Nov 4, 10:07 am, Jonathan Wage

[symfony-users] Re: How to work with sfGuard Plugin and sfDoctrine

2008-11-03 Thread Jonathan Wage
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

[symfony-users] Re: How to work with sfGuard Plugin and sfDoctrine

2008-11-03 Thread Reynier Perez Mira
You need to be using the doctrine version of the plugin, sfDoctrineGuardPlugin. Currently you can only get it from SVN. From this addres: http://svn.symfony-project.com/plugins/sfDoctrineGuardPlugin/trunk/? Ing. Reynier Pérez Mira Dirección Técnica IP

[symfony-users] Re: How to work with sfGuard Plugin and sfDoctrine

2008-11-03 Thread Jonathan Wage
Yes, if you are using symfony 1.2 A branch exists for 1.0 and 1.1 as well. - Jon On Mon, Nov 3, 2008 at 10:58 AM, Reynier Perez Mira [EMAIL PROTECTED] wrote: You need to be using the doctrine version of the plugin, sfDoctrineGuardPlugin. Currently you can only get it from SVN. From

[symfony-users] Re: How to work with sfGuard Plugin and sfDoctrine

2008-11-03 Thread Reynier Perez Mira
Ok, I made a 1.1 branch checkout, copy the plugin in the plugins folder and when I try to run the task symfony cache:clear I get this error: symfony cache:clear PHP Fatal error: Cannot redeclare class sfGuardPromoteSuperAdminTask in

[symfony-users] Re: How to work with sfGuard Plugin and sfDoctrine

2008-11-03 Thread Reynier Perez Mira
PHP Fatal error: Cannot redeclare class sfGuardPromoteSuperAdminTask in D:\Development\WWW\gestion.local\plugins\sfGuardPlugin\lib\task\sfGuardCreateAd minTask.class.php on line 69 Ok, I find a solution for my last problem. I delete the old sfGuardPlugin folder and everything is fine now.

[symfony-users] Re: How to work with sfGuard Plugin and sfDoctrine

2008-11-03 Thread Jonathan Wage
Hmm. Because you have 2 classes with the same name defined :) Search your code and find out where and why. - Jon On Mon, Nov 3, 2008 at 1:24 PM, Reynier Perez Mira [EMAIL PROTECTED] wrote: PHP Fatal error: Cannot redeclare class sfGuardPromoteSuperAdminTask in

[symfony-users] Re: How to work with sfGuard Plugin and sfDoctrine

2008-11-03 Thread Reynier Perez Mira
Hmm. Because you have 2 classes with the same name defined :) Search your code and find out where and why. OK, I find but without success and for that I start from zero and delete every generated class. I try again using this task: D:\Development\WWW\gestion.localsymfony