On Wed, Oct 27, 2010 at 23:16, Maurits van Rees
<[email protected]> wrote:
> You can try removing it on Plone 4, but I guess that will not work as it
> is already broken at this point. Removing it before updating your
> software stack to Plone 4 should work.
Note that there is no UI to remove items from the ZMI control panel.
This is entering advanced Zope Fu territory, and should be done after
migration, otherwise it'll be added back again.
Run your instance in debug mode (bin/instance debug) and execute the
following code:
>>> app.Control_Panel._delObject('TranslationService')
>>> import transaction
>>> transaction.commit()
This will delete the object from the control panel and commit the
transaction. This should still work even though the object is broken.
--
Martijn Pieters
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers