Huge Amount Of Duplicated post_name = 'wp-router-placeholder-page'

Home Forums Calendar Products Events Calendar PRO Huge Amount Of Duplicated post_name = 'wp-router-placeholder-page'

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #950334
    Terence
    Participant

    Hey There,

    Any idea what does the post_name = ‘wp-router-placeholder-page’ does? There are a lot being created in the DB

    SELECT COUNT(*) FROM wp_posts WHERE post_name = 'wp-router-placeholder-page'

    Returns me 1777 records whereas I have only 30+ events

    #950398
    Gustavo Bordoni
    Keymaster

    Hi Terence,

    Thanks for reaching out to us here on our support forum.

    This is normally due to Revisions and Drafts, take a look on the WordPress Codex page about revisions.

    My best Regards,

    #950502
    Terence
    Participant

    You sure about that?

    Post revision has a post_status of inherit but this has a post_status of published. It also has a post_type of wp_router_page and not revision.

    #950505
    Terence
    Participant

    To add on, revisions will have a post_parent field pointing to the actual post but for this case, all post_parent values are 0. So I can be sure that it is not a draft or revision.

    #950651
    Gustavo Bordoni
    Keymaster

    Hi,

    So I didn’t understand what was your question, and I would like to point out that this bug is not created by our plugin.

    My best Regards,

    #950682
    Terence
    Participant

    The Event Calendar uses WP Router to do it’s routing and it is located inside the-events-calendar-community-events/vendor/wp-router.

    Is it better for me to post in the Community Events forum?

    #950684
    Gustavo Bordoni
    Keymaster

    Hi,

    No problems, we can stay here for the sake of making it easier for both parties =]

    Can you provide me a SQL dump of the wp_posts table? Post it as a private answer, I want to check few things.

    My Best Regards,

    #950692
    Terence
    Participant

    This reply is private.

    #951042
    Gustavo Bordoni
    Keymaster

    Hi Lee,

    I will checkout with one of my colleagues about this class, give me a little bit of time and I will get back to you with more information.

    My best Regards,

    #954249
    Gustavo Bordoni
    Keymaster

    Hi Lee,

    I’ve done extensive testing and I wasn’t able to reproduce the bug.

    I would like ask you to check if this pages are still been duplicated, if its can you please check if changing the theme or deactivating all the plugins stops the replication. It wont delete all the instances on the Database but check if it happens.

    My best regards,

    #955950
    Terence
    Participant

    Gustavo Bordoni, I think it is fine, I can leave with it.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Huge Amount Of Duplicated post_name = 'wp-router-placeholder-page'’ is closed to new replies.