Navigation überspringen

Dieses Thema ist gelöst. Hier finden Sie eine Beschreibung des Problems und der Lösung.

Problem:
The client's website has an issue where clicking on certain links, such as "Videoanlagen", redirects to the AT domain instead of staying on the DE version. The client has checked all links and strings, updated the AT version of the page, re-synced the translation, and confirmed that no manual redirections have been set.
Solution:
We found that the redirections are being caused by the "Permalink Manager Lite" plugin, as indicated by the HTTP response headers showing a 301 redirect set by "X-Redirect-By: Permalink Manager". We recommend checking the settings within the "Permalink Manager Lite" plugin to resolve the issue.
Additionally, we noticed that the WP_MEMORY_LIMIT constant is currently set to 40MB, which is below the minimum requirements for running WPML and other plugins like Elementor. While this is not related to the redirection issue, we advise increasing the memory limit to meet the minimum requirements. For guidance on increasing the site's memory limit, please refer to this documentation.

Please note that the solution provided might be irrelevant if it's outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If necessary, do not hesitate to open a new support ticket for further assistance.

Dies ist das technische Support-Forum für WPML – das mehrsprachige WordPress-Plugin.

Mitlesen können alle, doch nur WPML-Kunden können hier Fragen veröffentlichen. Das WPML-Team antwortet im Forum an 6 Tagen pro Woche, 22 Stunden am Tag.

Schlagwörter: 

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Marcel Vor 1 Jahr.

Assistiert von: Marcel.

Verfasser Beiträge
Februar 8, 2024 unter 1:48 pm #15281609

sebastianP-53

The page versteckter Link of our website has a problem with redirection. When clicking on some links, like "Videoanlagen", it redirects to the AT domain instead of staying in the DE version.

The memory limit is set to 256M. We have scanned all of the links and strings to corrected them. We have also updated the AT version of the page and re-synced the translation but to not avail.

We do not have set any redirections for these pages.

Could you please assist?

Februar 8, 2024 unter 2:02 pm #15281656

Marcel
Supporter

Sprachen: Englisch (English ) Deutsch (Deutsch )

Zeitzone: Europe/Madrid (GMT+01:00)

Hallo,

ich sehe 301 Redirects von kommend von "X-Redirect-By: Permalink Manager":

$ curl -Ils <em><u>versteckter Link</u></em>
HTTP/2 301
x-redirect-by: Permalink Manager
location: <em><u>versteckter Link</u></em>
access-control-allow-origin: <em><u>versteckter Link</u></em>
content-type: text/html; charset=UTF-8
date: Thu, 08 Feb 2024 13:59:11 GMT
server: Apache

>>> <em><u>versteckter Link</u></em>

Sie haben somit scheinbar einen Redirect im Plugn "Permalink Manager Lite" gesetzt.

Bezüglich Memory beachten Sie bitte: https://wpml.org/faq/checklist-before-opening-a-ticket-in-wpml-support/#how-can-i-increase-my-sites-memory-limit. PHP Speicher ist genug verfügbar, aber die WP_MEMORY_LIMIT Konstante limitiert Ihre Installation aktuell auf 40MB, was unter den Mindestvoraussetzungen ist (ebenso unter den Vorbausetzungen für Elementor etc.). Dies hat jedoch nichts mit dem Redirect zu tun.

Freundliche Grüße
Marcel

Februar 8, 2024 unter 3:55 pm #15282134

sebastianP-53

Thank you, issue is solved now.