Skip to content Skip to sidebar

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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: America/Los_Angeles (GMT-07:00)

This topic contains 3 replies, has 1 voice.

Last updated by Bobby 10 months, 2 weeks ago.

Assisted by: Bobby.

Author Posts
October 20, 2025 at 8:34 am #17498462

olafsO

Background of the issue:
I am trying to use WPML on my site hidden link. After installing WPML, the second language version works fine.

Symptoms:
In the original language, none of the links to categories or products load and are broken, although the URL looks correct.

Questions:
Fix that the original URLs work.

October 20, 2025 at 8:34 am #17498480

olafsO

128M are changed to 2GB, that is not the issue.

October 20, 2025 at 9:27 am #17498641

olafsO

WooCommerce → WooCommerce Multilingual & Multicurrency → Store URLs

There were only defaults in english with translated originals. Since we in original language /Latvian/ used untranslated shop slugs, this all went to shit.

October 20, 2025 at 10:18 pm #17501166

Bobby
WPML Supporter since 04/2015

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Thank you for sharing this information with us!

Typically when there is an issue with WPML it is the translation that is affected and not the default language.

Go in your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);

Edit your wp-config.php file and add these lines, just before it says 'stop editing here':

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . 'hidden link');

This will create an error_log.txt file in your site's root directory. Please send me its contents.

The topic ‘[Closed] original language links to categories and products are not working’ is closed to new replies.