Plone catalog rebuild: AttributeError portal_setup -


since few days, following error, if rebuild portal_catalog

traceback (innermost last):   module zpublisher.publish, line 138, in publish   module zpublisher.mapply, line 77, in mapply   module zpublisher.publish, line 48, in call_object   module products.cmfplone.catalogtool, line 446, in manage_catalogrebuild   module plone.app.discussion.patches, line 47, in patchedclearfindandrebuild   module ofs.findsupport, line 239, in zopefindandapply   module ofs.findsupport, line 198, in zopefindandapply   module products.zcatalog.lazy, line 190, in __getitem__   module plone.folder.ordered, line 94, in <lambda>   module plone.folder.ordered, line 59, in _getob attributeerror: 'portal_setup' 

has idea, wrong?

plone 4.3.4

the old language root folder implementation left garbage ids in iordering of folder. needs manual cleanup. example here https://gist.github.com/jensens/356ab35614c4c0a7c626d8ba4a7a8479 - may need append values blacklist, depending on language , addons installed.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -