Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jamie 1 post 81 karma points
    Sep 05, 2022 @ 09:30
    Jamie
    0

    Scheduled Publish not working -> System.ArgumentException: Culture "" is not explicit.

    Hello

    In our Umbraco setup we have an issue that our customer can't schedule the publish of any content on his website.

    I've tried it in another setup of umbraco with the same umbraco version and .net version but there it worked, so I would guess there has been an error with the setup.

    Information about the Umbraco website:

    • Umbraco version: 8.10.1
    • .Net Version: 4.8

    Error:

    error image

    System.ArgumentException: Culture "" is not explicit.
       bei Umbraco.Core.Models.CultureImpact.Explicit(String culture, Boolean isDefault) in D:\a\1\s\src\Umbraco.Core\Models\CultureImpact.cs:Zeile 79.
       bei Umbraco.Core.Services.Implement.ContentService.PerformScheduledPublishingRelease(DateTime date, List`1 results, EventMessages evtMsgs, Lazy`1 allLangs) in D:\a\1\s\src\Umbraco.Core\Services\Implement\ContentService.cs:Zeile 1480.
       bei Umbraco.Core.Services.Implement.ContentService.PerformScheduledPublish(DateTime date) in D:\a\1\s\src\Umbraco.Core\Services\Implement\ContentService.cs:Zeile 1373.
       bei Umbraco.Web.Scheduling.ScheduledPublishing.PerformRun() in D:\a\1\s\src\Umbraco.Web\Scheduling\ScheduledPublishing.cs:Zeile 68.
    

    Does anyone have any idea on how to fix this issue?

  • Kevin 1 post 91 karma points
    Oct 21, 2022 @ 12:33
    Kevin
    100

    We were able to resolve this error by deleting all the corrupt database entrys in the table [UmbracoContentSchedule] (they had languageID = NULL). That way the new scheduled task can be processed before getting an error from one of the corrupt tasks.

Please Sign in or register to post replies

Write your reply to:

Draft