--- title: Sitecore SXA throws errors when upgrading from Coveo for Sitecore 4.1 to Coveo for Sitecore 5 slug: '2675' canonical_url: https://docs.coveo.com/en/2675/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Sitecore SXA throws errors when upgrading from Coveo for Sitecore 4.1 to Coveo for Sitecore 5 ## Symptoms This issue occurs when you have an instance of Sitecore with Sitecore SXA installed and you upgrade Coveo for Sitecore from version 4.1 to version 5. During the installation of the Coveo for Sitecore 5 package, you get the following error in the **Install a Package** dialog: ```txt The installation failed. One or more exceptions occurred while processing the subscribers to the 'item:moving' event. For more information see the Sitecore log. Try one of the following options: Retry the installation ``` ## Cause Sitecore SXA detects a change in the **Coveo Search** panel options between Coveo for Sitecore 4.1 and Coveo for Sitecore 5. ## Resolution The solution is to temporarily disable the SXA processor responsible for throwing this error in order to be able to install Coveo for Sitecore 5. To disable the SXA processor . Open the `\App_Config\Include\Foundation\Sitecore.XA.Foundation.Multisite.config` file with a text editor. . In the `` element, locate the following element: ```xml ``` . Comment out the `` element as follows: ```xml ``` . Install Coveo for Sitecore 5. . Uncomment the `` element.