It’s possible that you might come across this in your Plone site one day: you log in to edit something and notice a whole swag of items in the root folder_contents view. When you hover over them with your mouse, you can see by the link URL that the objects are things like portal_actions or portal_actionicons, things that shouldn’t be in this listing!
This has happened to me a couple of times, and I now know the cause, and the solution. You have somehow inadvertently added all these extra objects to the portal_catalog, which is used to find things in the portal. You want to remove them from the catalog indexes. Doing this manually is a pain, but happily there is a single button that will fix this problem for you. Get into the Zope Management Interface, via the Preferences screen or any other way, and browse to the portal_catalog object. Click on the Advanced tab, then click the ‘Clear and Rebuild’ button. That’s it!
Related posts:
- Wrestling with Plone I’m currently wrestling with some Plone based coding for seafelt,...
- TurboGears: First Impressions TurboGears is my first choice for a new webapp platform,...
- Plone 2 is active The move to Plone 2 is on! I’ve managed to...
- Portal Is Awesome I just played through and finished Portal, a new game...











0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.