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: Europe/Tirane (GMT+02:00)

This topic contains 3 replies, has 2 voices.

Last updated by Marsel Nikolli 1 year, 3 months ago.

Assisted by: Marsel Nikolli.

Author Posts
March 19, 2024 at 8:24 am #15424525

romainB-10

My team has observed on two of our sites that when using the latest version of WPML with the latest version of WordPress (6.4.3 at the time), the site redirects users to the default language domain for the home page only.

When WordPress is rolled back to 6.3.3, then this problem is no longer produced.

Is this a known issue? Please advise.

March 19, 2024 at 9:14 am #15424816

Marsel Nikolli

Hi,

Thank you for contacting WPML Support, I will gladly help you.

To expedite handling your support requests, can you please share WPML support debug information from your site?

* To provide the debug information:

- Login to your site and go to WPML -> Support, in there click on the “debug information” link at the bottom of the page.
- Once on the “debug information” page, select the entire text box content and copy it.
- Go back to our support forum, find the debug information box, and paste it.

More information on the link: https://wpml.org/faq/provide-debug-information-faster-support/

------

Could you please tell me if the issue happens with WP 6.4.3 and the latest WPML version (4.6.9)?

Looking forward to your reply,
Marsel

March 22, 2024 at 10:15 am #15439717

romainB-10

Please see the debug info of the site which works now after the rollback.

The issue happens with WP 6.4.3 and the latest WPML version (4.6.9)

March 22, 2024 at 8:07 pm #15442471

Marsel Nikolli

Hi,

Thank you for the debug info.

1) According to your debug info, the WP memory limit needs to be increased, WordPress uses 40Mb as default and the minimum requirements for WPML are 128 MB. (Kindly check this page: https://wpml.org/home/minimum-requirements/)

You can increase it by adding the following code in your wp-config.php file right before the line: /* That's all, stop editing! Happy publishing. */

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M');

* Note: Please make sure you have a full backup of your website before making any updates/changes to your website.\

* Please update any other plugin that might require updating.

---

2) Would it be possible to check if the issue happens in a minimal setup, meaning:

- update to the latest WP version
- switch to a default WP theme
- keep active only WPML Plugins and must-have plugins
- disable all other plugins

After, check if the issue is still happening.

Let me know how it goes,
Marsel

The topic ‘[Closed] WPML Incompatible with WordPress 6.4.3’ is closed to new replies.