Hi All,

I am relatively new to symfony (just a few days), so please have some mercy.

I am attempting to use the sfPropelActAsNestedSetBehaviorPlugin in a 
project. I have also tried using the sfPropelActAsSortableBehaviorPlugin 
in the same project with success, but from a different angle.

I have managed to get the sfPropelActAsSortableBehaviorPlugin to work 
really well in a generated backend application (with some extra coding 
of course), the result of which is really good. I can also generate a 
backend framework for the table instance where I am wanting to use 
Nested Sets, however, I am actually wanting to use both of these plugins 
in front-end applications, however, I cannot get the generator to work 
for me at all.

I have followed the relevant trac installation instructions, I have 
spent more than a day searching forums and mailing lists, but I find no 
obvious answers on either.

The issue I am having is as soon as I attempt to generate a frontend app 
using the command:

symfony propel-generate-crud frontend player Player

I get the error message:

[sfConfigurationException]
Propel behavior "actasnestedset" is not registered

I get a similar message with the other table I am using (in the frontend 
generation only) with sfPropelActAsSortableBehaviorPlugin.

I did find one forum reference from a few months ago (it was in April) 
describing my problem, and saying that there was a bug in symfony, and 
that the trunk had been updated. I would assume the version I was 
originally using (1.0.5), which is a lot newer than what would have been 
available in April would have this fix applied. Nevertheless, I have now 
installed a second version of symfony on my machine (this is the latest 
trunk from svn), and I am experiencing the same behaviour.

Is this a general problem with behavior plugins, or do I have a unique case?

Any assistance would be hugely appreciated.

Thanks in advance

Hamish

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