I have added multi-language (english and french) to my site. I started to get errors in the logs as such:
System.ArgumentException: Culture "" is not explicit.
at Umbraco.Core.Models.CultureImpact.Explicit(String culture, Boolean isDefault)
at Umbraco.Core.Services.Implement.ContentService.PerformScheduledPublishingRelease(DateTime date, List1 results, EventMessages evtMsgs, Lazy1 allLangs)
at Umbraco.Core.Services.Implement.ContentService.PerformScheduledPublish(DateTime date)
at Umbraco.Web.Scheduling.ScheduledPublishing.PerformRun()
Any ideas on how to fix this or get rid of this error? What might I be missing?
Error with culture on scheduled publish
Hi there,
I have added multi-language (english and french) to my site. I started to get errors in the logs as such:
System.ArgumentException: Culture "" is not explicit. at Umbraco.Core.Models.CultureImpact.Explicit(String culture, Boolean isDefault) at Umbraco.Core.Services.Implement.ContentService.PerformScheduledPublishingRelease(DateTime date, List
1 results, EventMessages evtMsgs, Lazy
1 allLangs) at Umbraco.Core.Services.Implement.ContentService.PerformScheduledPublish(DateTime date) at Umbraco.Web.Scheduling.ScheduledPublishing.PerformRun()Any ideas on how to fix this or get rid of this error? What might I be missing?
thanks.
is working on a reply...