• This is obviously not a complaint, as I can see you are producing a fine body of work, to a very high quality.
    However, just to let you know, there is a minor error in the robots-meta.php file at line 524.

    if ($_GET[‘s’] && strpos($_SERVER[‘HTTP_REFERER’], get_bloginfo(‘url’)) === false) {

    I regret that I do not have a solution for you, but I hope this helps nonetheless.

    Thank you for your hard work
    Halwp

Viewing 1 replies (of 1 total)
  • Thread Starter halwp

    (@halwp)

    By the way, I believe the solution to this is:

    if (array_key_exists(s, $_GET) && $_GET[‘s’] && strpos($_SERVER[‘HTTP_REFERER’], get_bloginfo(‘url’)) === false) {

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Notice: Undefined index: s in /pathto/plugins/robots-meta/robots-meta.php’ is closed to new replies.