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.

Elementor users - please update WPML to the latest version to maintain compatibility. More details here - https://wpml.org/changelog/2024/12/wpml-4-6-15-critical-update-for-elementor-sites/
Sun Mon Tue Wed Thu Fri Sat
- 8:00 – 13:00 9:00 – 13:00 9:00 – 13:00 8:00 – 12:00 8:00 – 12:00 -
- 14:00 – 17:00 14:00 – 18:00 14:00 – 18:00 13:00 – 17:00 13:00 – 17:00 -

Supporter timezone: Europe/Zagreb (GMT+01:00)

Tagged: 

This topic contains 0 replies, has 0 voices.

Last updated by Bruno Kos 2 days, 23 hours ago.

Assisted by: Bruno Kos.

Author Posts
January 2, 2025 at 8:42 am

danielH-157

Background of the issue:
I am trying to resolve an issue with a translated article on my website hidden link. The article is in Spanish and is part of my efforts to provide multilingual content using WPML.

Symptoms:
The translated article in Spanish is showing a 500 error, and the page design is corrupted.

Questions:
What could be causing the 500 error on my Spanish translated article?
How can I fix the corrupted page design for the Spanish translation?

January 2, 2025 at 9:37 am
January 2, 2025 at 10:13 am #16558061

Bruno Kos
Supporter

Languages: English (English ) German (Deutsch ) French (Français )

Timezone: Europe/Zagreb (GMT+01:00)

I am checking this with our 2nd tier and will keep you posted.

January 2, 2025 at 2:13 pm #16559093

Bruno Kos
Supporter

Languages: English (English ) German (Deutsch ) French (Français )

Timezone: Europe/Zagreb (GMT+01:00)

Can you check now? We set review_disable_versus custom field to copy as we suspect that the issue is caused by this line of code:

$zfx_review_title = get_post_meta($zfx_id, '_review_heading', true);
	
	$disableversus = get_post_meta((int)$id, 'review_disable_versus', true);

    if (!$disableversus && !in_array($id, [3457, 4183, 4171, 4140, 4644, 5826, 5886, 2594, 3465, 7317])){