WPML
Status
Resolved
Reported for
WPML Multilingual CMS 4.4.5
Resolved in
WPML 4.4.6

Overview of the issue

After updating and activating String Translation, some or all of your site’s URLs direct to a blog page instead of the page’s actual content.

Workaround

Our developers are working on a fix for this issue. In the meantime, please try the following temporary fix:


  1. Make a full backup of your site.

  2. Open the file /plugins/sitepress-multilingual-cms/classes/url-handling/class-wpml-endpoints-support.php.

  3. Find line 131.

  4. Replace:
    if ( $endpoint_value === $endpoint_translation ) {
     continue;
    }

    with

    if ( $endpoint_value === urldecode($endpoint_translation) ) {
     continue;
    }

All known issues →