• Resolved r-a-y

    (@r-a-y)


    Hi,

    We’ve encountered an issue where duplicate events are showing up on the main “Events” admin page.

    Commenting out the following line in /src/Tribe/Admin_List.php removes the duplicates:
    https://github.com/the-events-calendar/the-events-calendar/blob/51f7c88c0dda9b6b0f6c4b53ff80c7849a42e08b/src/Tribe/Admin_List.php#L35

    There is something wrong in the events_search_fields() method. Perhaps your developers can do some further debugging to see what is causing this.

    Here’s a screenshot with the problem:
    https://i.postimg.cc/zXvwVbvY/before.png

    And here’s a screenshot after we’ve commented out the 'posts_fields' filter with the events_search_fields() addition:

    https://i.postimg.cc/pdfzgKGz/after.png

    If you need further info, feel free to ask.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jaime

    (@jaimemarchwinski)

    Hi @r-a-y

    This should certainly not be happening! I haven’t been able to replicate this issue on my test site, so I’m wondering if something in your setup is conflicting with our plugin.

    As a first step, can you try a quick test and see if the functionality works as expected with a bare WordPress install? A bare install is basically a default WordPress theme like Twenty Twenty and no other plugins besides ours installed. You may want to consider trying this out on a staging site so that you don’t have to switch things around on your live site.

    I hope that helps!

    Thanks,
    Jaime

    Thread Starter r-a-y

    (@r-a-y)

    Thanks for the reply, Jaime.

    We narrowed down the problem to a specific override to the SQL Query we were doing for the-events-calendar. Apologies!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplicate events showing in admin area’ is closed to new replies.