Sync Events not working

Hi, we are self hosting Xibo and upgraded to 4.0.3 But we have a Problem creating sync Events. When we select a Sync group and then try to choose a layout there is the message “the results could not be found”. So what do we have to do to load the layouts there?
Max

Do you have displays added to your sync group?

Can you show a screenshot of the error?

Yes the displays are added to the sync grop, but in the calendar i can’t ad any layouts to the Displays as you can se in the screenshot.

Do you run your CMS under an alias or sub folder? I.e. http://address/xibo ? If so, I think I see why and have reported a bug for that here:

yes we run under the adress https://adress/xibo in the main folder

thanks for your help!

The bug is definitely as linked then.

As you’re self hosted, I think you could change line 1097 of views/schedule-page.twig from

<select class="form-control syncContentSelect single-select" name="layoutId_{{displayId}}" id="layoutId_{{displayId}}" data-search-url="/layout"

to

<select class="form-control syncContentSelect single-select" name="layoutId_{{displayId}}" id="layoutId_{{displayId}}" data-search-url="/address/layout"

With your actual address there of course :smile:

1 Like

Thanks for your help! That solves the problem!

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.