After upgrading XWiki from 7.3 to 15.0.12 the navigation panel is not displayed. When I click on the Admin users profile I see the following error:
There are several error messages in the log:
> 2024-11-06 15:12:05,883 [XWiki initialization] WARN onentManagerEventListenerProxy - Unable to register the component associated to [Object xwiki:Panels.SpaceDocs^Panels.PanelClass[0]]: ComponentLookupException: Can't find descriptor for the component with type [interface org.xwiki.rendering.parser.Parser] and hint [xwiki/1.0]
> 2024-11-06 15:12:05,908 [XWiki initialization] WARN onentManagerEventListenerProxy - Unable to register the component associated to [Object xwiki:Panels.Recently Modified^Panels.PanelClass[0]]: ComponentLookupException: Can't find descriptor for the component with type [interface org.xwiki.rendering.parser.Parser] and hint [xwiki/1.0]
> 2024-11-06 15:12:05,931 [XWiki initialization] WARN onentManagerEventListenerProxy - Unable to register the component associated to [Object xwiki:Panels.PanelTemplate^Panels.PanelClass[0]]: ComponentLookupException: Can't find descriptor for the component with type [interface org.xwiki.rendering.parser.Parser] and hint [xwiki/1.0]
> 2024-11-06 15:12:06,013 [XWiki initialization] WARN onentManagerEventListenerProxy - Unable to register the component associated to [Object xwiki:Panels.Tags^Panels.PanelClass[0]]: ComponentLookupException: Can't find descriptor for the component with type [interface org.xwiki.rendering.parser.Parser] and hint [xwiki/1.0]
> 2024-11-06 15:12:06,067 [XWiki initialization] WARN onentManagerEventListenerProxy - Unable to register the component associated to [Object xwiki:Panels.ClassSwitcher^Panels.PanelClass[0]]: ComponentLookupException: Can't find descriptor for the component with type [interface org.xwiki.rendering.parser.Parser] and hint [xwiki/1.0]
Seems that the parser for the old wiki format is missing.
Do I have to install it (how), because the new version doesn’t install it by default?