• hi there,
    there seems to be a bug in the plugin.
    if i set open page in _self and save the settings it does not save. it stays on _blank.
    thanks for your help! kai

Viewing 5 replies - 1 through 5 (of 5 total)
  • We’re experiencing the same bug, which is now starting to cause redirect loops on crawls.

    Plugin Author dFactory

    (@dfactory)

    Hi,

    Can you share your site URLs please? We’ll be able to have a look at it this way

    Here’s a recording of what I’m seeing: https://share.zight.com/P8urWO9j

    Thread Starter kai

    (@iturtle)

    hi, same here as described: https://therapieinluebeck.de
    thanks for your help! kai

    graememclean

    (@graememclean)

    If it helps, in settings.php, $this->link_targets is just a simple value array with numeric keys but when you check if the setting is defined you are using array_key_exists which fails since _self/_blank are not keys in the array. Therefore it always picks up the default which is _blank.

    This check is at line 1722 in settings.php for version 2.4.17.1. I’ve got around it for my client by changing to use the in_array function.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.