Hi Patrick I had this same problem when I installed sfSimpleCMS following the instructions. It's not a problem with sfSimpleCMS, but it's a problem with sfPropelActAsNestedSetBehaviour. When I followed the instructions and ran the following line to install the plugin: symfony plugin-install http://plugins.symfony-project.com/sfPropelActAsNestedSetBehaviorPlugin
it installed the oldest version available, version 0.5.0-beta. This version doesn't correctly register 'actasnestedset'. To fix this, install the latest version, 0.9.1. To check what version you installed, run: ./symfony plugin-list Mark On Mar 6, 8:35 am, Patrick <[EMAIL PROTECTED]> wrote: > As described in the wiki. I need this plugin only for the CMS, so I > didn't create follow the steps for creating schema entries and so on. > But the Behaviors are enabled as described. > > Does sfSimpleCMS need a special version of > sfPropelActAsNestedSetBehavior? > > Patrick > > On Mar 6, 4:15 pm, "Francois Zaninotto" <[EMAIL PROTECTED] > > project.com> wrote: > > Can you check that you properly installed the > > sfPropelActAsNestedSetBehaviorPlugin ? > > > François > > > 2008/3/5, Patrick Seeger <[EMAIL PROTECTED]>: > > > > Hello, > > > > I am trying to install sfSimpleCMS on a Symfony 1.0 installation. > > > I followed exactly the installation instructions as written in the wiki. > > > When trying to access sfSimpleCMSAdmin page I only get the error: > > > > Propel behavior "actasnestedset" is not registered > > > > Propel behaviors are enabled and I have an older Installation where > > > everything just works fine. > > > > I am having this problem on a Ubuntu 7.10, debian 4.0 and on a windows > > > > xp installation. All are using the default PHP versions installed by the > > > package managers. > > > > Is this a known problem, is there a solution? > > > > Greetings and thanks for your help > > > > Patrick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
