Upgrading to 2.1.9.2 we had the following error because it added the same scheduled task twice rather than checking there was already one.
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The entry 'newsletterstudioBounces' has already been added.
Source Error:
Line 71: <task log="true" alias="newsletterstudioBounces" interval="840" url="https://www.xxx.com/App_Plugins/NewsletterStudio/Pages/HandleBounces.aspx" />
Line 72: <task log="true" alias="newsletterstudioSendout" interval="300" url="https://www.xxx.com/umbraco/NewsletterStudio/Actions/NewsletterCheckForScheduledSendOut" />
Line 73: <task log="true" alias="newsletterstudioBounces" interval="840" url="http://localhost:62971/App_Plugins/NewsletterStudio/Pages/HandleBounces.aspx" />
Line 74: <task log="true" alias="newsletterstudioSendout" interval="300" url="http://localhost:62971/umbraco/NewsletterStudio/Actions/NewsletterCheckForScheduledSendOut" />
Line 75: </scheduledTasks>
Source File: C:\Projects\domain.com\Domain.Web\config\umbracoSettings.config Line: 73
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2633.0
just did an upgrade to 2.1.9.2 as well and the installer does not check for existing newsletterstudioBounces and adds a new line, which brought the entire site down.
Error post install - double scheduled task entry
Upgrading to 2.1.9.2 we had the following error because it added the same scheduled task twice rather than checking there was already one.
just did an upgrade to 2.1.9.2 as well and the installer does not check for existing newsletterstudioBounces and adds a new line, which brought the entire site down.
Had to manually remove the duplicate.
Hi guys!
Thanks for sharing! We're using the a built in "install action".
I'll post this as a bug and make sure to fix this for next release - sorry for the problems.
/ m
is working on a reply...