• Resolved Art Project Group

    (@artprojectgroup)


    As you can see here:

    However, they found a workaround by replacing the following snippet (wp-content\plugins\the-events-calendar\src\Tribe\Integrations\WPML\Rewrites.php) at line 99.

    foreach ( $this->replacement_rules as $original => $replacement ) {
        $original_position                   = $positions[$original];
        $replaced_keys[ $original_position ] = $replacement;
    }

    With the following code.

    foreach ( $this->replacement_rules as $original => $replacement ) {
        if ( array_key_exists ($original, $positions) ) {
            $original_position                   = $positions[$original];
            $replaced_keys[ $original_position ] = $replacement;
        }
    }

    Best regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey @artprojectgroup

    Thank you for bringing this to our attention.
    We’ll definitely get to the bottom of this one and report back here when the fix is out!

    Cheers,
    Geoff

    Hey @artprojectgroup

    We are looking into this with the good folks from OnTheGoSystems.

    Would you mind confirming that you are also using the All in One SEO plugin?
    Or, if not, can you tell us if you are using another SEO plugin?

    The reason I am asking is that we are struggling to reproduce the issue on a “vanilla” site.

    Cheers,
    Geoff

    Hi there!

    This thread has been inactive for a while so I’ll be marking it as Resolved.

    Please feel free to open a new thread if any other questions come up and we’d be happy to help.

    Best regards,

    Marho

    Thread Starter Art Project Group

    (@artprojectgroup)

    We are sorry, but we didm’t receive notification of your message.

    No, we don’t use All in One SEO plugin ever.

    We detected the bug on this web page: https://www.auxadi.com/events-webinars/.

    Best regards.

    Plugin Support Abz

    (@abzlevelup)

    Hi @artprojectgroup, reaching back to you here regarding this issue. We have heard back from the Senior Engineer from WPML, saying they could not replicate the issue.

    Does the issue persist on your end? It would be good if you could communicate more about this issue with the WPML team.

    Let me know if this helps, and please do not hesitate to bump a new ticket for different topics. We’d be glad to help you out.

    Thanks for your time and patience.

    Best,
    Abz

    Thread Starter Art Project Group

    (@artprojectgroup)

    Hi @abzlevelup, I think the issue is fixed, or at least I haven’t detected it again.

    Best regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Please fix this issue with WPML!’ is closed to new replies.