Hi, Under the help of Alecs.
I found this Plugins require the sfPropelActAsNestedSetBehaviorPlugin And at the same time, I fixed the save() , delete() for sfAssetFolder.php and delete() for sfAsset.php Do the following changes: public function save($con = null) => public function save (PropelPDO $con = null) Then I can use it is working now. Oliver On Jun 26, 11:03 am, happy oliver <[email protected]> wrote: > Hi, everyone. > > 1. I check out the codes from svn /trunk. > 2. copy to the folder of plugins under my project > 3. run "symfony plugin:publish-assets". > 4. run the sql at the database to create the two tables > 5. make some setting at app.yml , create the subfolder of "meida" > under the folder of "web" > > but when I ran "symfony propel:build-all-load --env=dev ..." in order > to rebuid my system. > > At the first time, I change the folder.class.php > but I got the Fail Error Plugin form actasnestedset is not registered > > How to fix this problem? > > I saw the article said to run the propel:build-all , propel:data-load > differently. Is it right? > > Are there anyone who give me some suggestions. > > Are there some useful plugins for manipulating the images for one > persistent object? > I use the symfony 1.2.8-DEV and Propel version. > > Thanks for any helps. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
