Ok I've successfully managed to install sfDynamicCMS!

However all the generated urls seem to be in the form:

 /page/show/url/about instead of just /about

I thought this was because of the symfony default rules I left in
routing.yml so I deleted them (as suggested by the instructions) but
then I get the error:

Unable to find a matching routing rule to generate url for params
"array ( 'module' => 'page', 'action' => 'show', 'url' => 'about', )".



Any ideas?



On Mar 24, 2:55 pm, Eugene Leonovich <[EMAIL PROTECTED]> wrote:
> sfDynamicCMS plugin looks interesting, but I have some difficulties
> while installing them :(
>
> When I tried to follow the link "http://myproject/backend_dev.php/
> sfDynamicCMSAdmin", I encountered an error:
> Fatal error: Call to a member function getEditorCredentials() ...
>
> To correct this error, I created an entry for a table
> `sf_dynamic_cms_nav` manually:
> INSERT INTO `sf_dynamic_cms_nav` (`name`, `application`, `culture`)
> VALUES ('myapp', 'frontend', 'en');
>
> Then, I tried to create a new navigation element in 'myapp' version,
> but a new error was encountered:
> Unable to execute INSERT statement. [wrapped: Could not execute update
> [Native Error: Cannot add or update a child row: a foreign key
> constraint fails (`fxc/sf_dynamic_cms_node`, CONSTRAINT
> `sf_dynamic_cms_node_FK_1` FOREIGN KEY (`tree_parent`) REFERENCES
> `sf_dynamic_cms_node` (`id`))] [User Info: INSERT INTO
> sf_dynamic_cms_node
> (TREE_LEFT,TREE_RIGHT,TREE_ID,CREATED_AT,UPDATED_AT) VALUES
> (1,2,1,'2008-03-24 09:18:34','2008-03-24 09:18:34')]]
>
> Could you help me to fix this errors?
> Also, it would be good to attach some fixtures in a plugin.
>
> My environment are:
> PHP 5.2.3
> mySQL 5.0.21
> symfony 1.0.13-PRE
> sfDynamicCMSPlugin-0.1.1
>
> On Mar 21, 11:33 am, Sylvain - Com-Océan <[EMAIL PROTECTED]>
> wrote:> Hi I'm the developper of sfDynamicCMSAdmin
>
> > This project is in version 0.1.1 since some days, a lot of things still
> > have to be done... More over, it is more complex to use and to install
> > than others because it is not a "turnkey solution", you have to extends
> > your module, design your menu (components) and templates.
> > On the other hand, I might permits more flexibility. CMS features are
> > basics at this time.
>
> > You can send me access => write me at [EMAIL PROTECTED]
>
> > --
> > Sylvain Papet - Développeur Web
> > Agence de communication Com-Océanwww.com-ocean.com/+33 4 90 66 48 82
>
> > Ian P. Christian a écrit :
>
> > > cleve wrote:
>
> > >> Awesome idea Ian.
>
> > >> There's this one too:
> > >>http://trac.symfony-project.com/wiki/sfDynamicCMSPlugin
>
> > >http://www4.pookey.co.uk/backend_dev.php/sfDynamicCMSAdmin
>
> > > I've failed to get that one working..... If the developer of this module
> > > wants to contact me, I'll talk to them of give htem SSH access to the
> > > site to setup a demo.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to