Ticket #13498 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

ContentProviderLookupError should not be fatal

Reported by: regebro Owned by:
Priority: minor Milestone: 4.x
Component: General Version: 4.1
Keywords: Cc:

Description

If you create a new portlet manager, but does not re-install the product, you will get an error:

raise interfaces.ContentProviderLookupError(name)

ContentProviderLookupError: <portletmanagername>

This error should be rendered inside the portlet manager, instead of causing a 500 error. The reason for that is that you can't even reinstall the product from the control panel, as Plone becomes completely broken. It is possible to reinstall from the ZMI, but we want to minimize the necessity of using the ZMI.

(Tested on 4.1, sorry if it has been fixed in 4.2, will check later)

Change History

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Component changed from Unknown to General
Note: See TracTickets for help on using tickets.