Yes, it was CE plugin installation issue. I was using http://sites.google.com/a/curbly.com/communityengine/customizing-ce-1/a-communityengine-tutorial-building-a-social-site install instructions, which failed with PaginatingFind plugin error. Then, after your remark, I followed the instructions under the http://www.communityengine.org/documentation.html install section and it worked. The difference is in the way the plugin is being installed:
$ script/plugin install git://github.com/lazyatom/engines.git (which apparently wasn't correct or installed wrong version) and $ git clone --depth 1 git://github.com/bborn/communityengine.git vendor/plugins/community_engine (which succeed) Anyway thanks for your help. Regards luke On 16 Sty, 00:41, "Bruno Bornsztein" <[email protected]> wrote: > Looks like the paginating find plugin isn't getting loaded from CE's > engine_plugins. This seems to indicate a configuration problem (make sure > you have followed the install instructions correctly), or perhaps you don't > have the correct Engines plugin installed, see > here:http://github.com/lazyatom/engines/tree/master > > Thanks, > Bruno --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
