Bug with absolute URL in menu
-
Hi,
I’ve found a bug in mqtranslate 2.6.6.3.
In appearance > menu, if you add a link with the following in web address input field : <!–:fr–>https://mon-shop.com<!–:–><!–:de–>https://mein-shop.com<!–:–>The result would be appended to the base URL : in FR : mysite.com/https://mon-shop.com for ex.
Workaround : in mqtranslate_utils.php use the old function.
function qtrans_parseURL($url) { /* TWU : causes bug for absolute URL. $result = parse_url($url); if ($result === false) */ return __legacy_qtrans_ParseURL($url);
Please test and make a definitive fix for next release.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bug with absolute URL in menu’ is closed to new replies.