In the MainPage product CMFCorePermissions was deprecated it is now just permissions.
config.py: 40 - from Products.CMFCore.CMFCorePermissions import setDefaultRoles 40 + from Products.CMFCore.permissions import setDefaultRoles That done things look ok in a standalone as well as the buildout. All of the Gnome content seems to be under http://localhost:8080/wgo2/en/folder_contents I'm assumming the other stuff on gnome.org that is not in this folder isn't managed by Plone? How exactly does the current content on http://www.gnome.org relate to what is currently in Plone and how is it currently being served? Thanks, -C On Wed, 2007-12-12 at 14:39 -0500, Christopher Warner wrote: > 1. Goto http://localhost:8080/manage > 2. Expand wgo2 widget in the left frame > 3. Select acl_users in the right frame > 4. Where it says Current Users (Add a user); select Add a user. > 5. Enter user id and password and select Add User. > 6. Select source_groups from the right frame > 7. Select Administrators > 8. Where it says Update Group: Administrators (Assign); click Assign > 9. In the entry box for Principal ID, input your user id and press the > Search button > 10. Move your User id into the active group via the select widget > 11. Logout of Zope; Login with user. > > I'll add all of this to the wiki later; there are some things i'm not > sure if they are buildout bugs or not that I probably should report. I > need a little time to confirm all of that. > > -C > > _______________________________________________ > gnome-web-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-web-list _______________________________________________ gnome-web-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-web-list
