7.2.3 post package install failure when redirecting to control
Hi there
I have a package that specifies a .NET user control in the <control> element of package.xml. In versions <= 7.2.2 this used to redirect to the ascx control post package installation, however in 7.2.3 this redirects to a page that appears stuck with a message saying "installing package" with the blue progress bar moving across the right hand panel. It does reach the step "please wait while the browser reloads", which means that the package installed successfully, but redirecting after this step does not reach the user control. Clearing out the package.xml <control> element prevents this error, so it does appear as an issue related to showing the ascx control post installation.
The URL in the browser showing at the stage of being stuck is:
I'm using a clean install of 7.2.3 and have also tested other packages with the same result. The App_Data log does not contain any errors neither does the browser show any client side backoffice errors.
My <control> element looks as follows and I can confirm that the ascx file does exist post installation:
7.2.3 post package install failure when redirecting to control
Hi there
I have a package that specifies a .NET user control in the
<control>
element of package.xml. In versions <= 7.2.2 this used to redirect to the ascx control post package installation, however in 7.2.3 this redirects to a page that appears stuck with a message saying "installing package" with the blue progress bar moving across the right hand panel. It does reach the step "please wait while the browser reloads", which means that the package installed successfully, but redirecting after this step does not reach the user control. Clearing out the package.xml<control>
element prevents this error, so it does appear as an issue related to showing the ascx control post installation.The URL in the browser showing at the stage of being stuck is:
A screenshot:
I'm using a clean install of 7.2.3 and have also tested other packages with the same result. The App_Data log does not contain any errors neither does the browser show any client side backoffice errors.
My
<control>
element looks as follows and I can confirm that the ascx file does exist post installation:Has anyone else had a similar result or able to reproduce this?
Rigardt
Hi Rigardt,
They have released a new version that fixes that. Umbraco 7.2.4 (https://our.umbraco.org/contribute/releases/724)
Alain
Thanks Alain! That solves it...
is working on a reply...