• Resolved McOrmick

    (@mcormick)


    Hi, it seems that the EVENTID reported by this ESS plugin is not as per the ESS requirements:

    ESS Structure

    ESS processors should use the <uri> value to generate a unique IRI ID value. The <id> value should start with: EVENTID:. ESS processors should save and record ess IDs during feed live to link it with other IDs defined in <relations> XML section (ess:relations)

    This ESS plugin seems to generate the <id> EVENTID by Title instead of by <uri>? The following examples are two separate events (obviously with different event ids), but with the same <title>,

    <feed>
        <title>Standard</title>
        <id>EVENTID:eb6d8ae6-f202-8375-5b33-9c0dc273988b</id>
        <uri>https://domain/?post_type=event&p=30</uri>
        <published>2014-03-20T15:34:04+01:00</published>
        <updated>2014-03-20T15:34:04+01:00</updated>

    while the other event with the same name, but different URL has the same <id>

    <feed>
        <title>Standard</title>
        <id>EVENTID:eb6d8ae6-f202-8375-5b33-9c0dc273988b</id>
        <uri>https://domain/?post_type=event&p=43</uri>
        <published>2014-03-20T15:35:17+01:00</published>
        <updated>2014-03-20T15:35:17+01:00</updated>

    Am I correct and is this a bug or am I overlooking something?

    – Jason

    https://www.ads-software.com/plugins/events-manager-ess/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I haven’t had a chance to test this, but I think you might be right.

    That would explain a few of the other problems I’ve been seeing.

    Plugin Author essfeed

    (@essfeed)

    Hi guys,
    yes you’re both right, Mea maxima culpa..

    To prevent the <id> to be empty a security control set this value to a wrong value that can be duplicated even if the event URL is different.

    I’ve rewrite the feedID assigner to generate it from the event page URL.

    It should respect the ESS DTD no, please update the plugin to the 1.1 release.
    Thanks for your comment.

    And (Bill or other) don’t hesitate to tell us all the bugs you’ve noticed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘EventID in ESS not up to ESS specification’ is closed to new replies.