Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Tagged: 

This topic contains 15 replies, has 2 voices.

Last updated by Eran Helzer 1 year, 11 months ago.

Assisted by: Eran Helzer.

Author Posts
August 8, 2023 at 1:32 pm #14169571

Eran Helzer
Supporter

Languages: English (English ) Hebrew (עברית )

Timezone: Asia/Jerusalem (GMT+03:00)

Hi again,

I apologize for the delay.

I found that this is caused due to a know issue we have, unfortunately there is no due date for it's fix.

In the meantime, a possible workaround is changing line number 32 in /wp-content/plugins/sitepress-multilingual-cms/classes/display-as-translated/class-wpml-cache-terms-per-lang.php, from this:

$all_terms = wp_cache_get( $post_id, self::CACHE_GROUP, false );

To this:

$all_terms = NULL;

Please update me if this resolves your issue.

August 11, 2023 at 1:06 pm #14188783

Klaus Bostelmann

The issue seems to be solved with this workaround, thank you.