• Resolved jibbius

    (@jibbius)


    I was getting this warning in my logs.

    I suspect is triggered by bots/crawlers mostly.

    To fix, locate;

    else if(isset($_GET['name_directory_startswith']) && ($_GET['dir'] == $dir))

    Update to;

    else if(isset($_GET['name_directory_startswith']) && isset($_GET['dir']) && ($_GET['dir'] == $dir))

    If there a better method to submit pull requests, please call out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi @jibbius

    Thanks for contacting me. I will fix this and publish a new version soon along with some other little fixes.

    There is no way to create a PR as WordPress uses SVN. I don’t feel like creating all kinds of roundtours via Git, so at this moment, this forum or my emailaddress is the only way.

    Thanks again!

    Kind regards,

    Jeroen Peters

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi?@jibbius, this fixed in v1.28.5

    Thanks again!

    Thread Starter jibbius

    (@jibbius)

    No worries – thanks so much ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘E_WARNING : Undefined array key “dir” : name-directory/shortcode.php (284)’ is closed to new replies.