• Resolved dottanelli

    (@dottanelli)


    Hallo, from log file this plugin make a few of error:
    user agent – PHP Undefined index: HTTP_USER_AGENT on wp-content/plugins/simple-social-buttons/simple-social-buttons.php on line 1622

    I fix this
    replace this line 1622

    $useragent = $_SERVER[‘HTTP_USER_AGENT’];
    from simple-social-buttons.php
    with this code
    $useragent = isset($_SERVER[‘HTTP_USER_AGENT’]);

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @dottanelli,
    Thanks for sharing will fix it in very next release.

    Thread Starter dottanelli

    (@dottanelli)

    another error

    PHP Notice: Undefined index: share in /xxxx/wp-content/plugins/simple-social-buttons/ssb-social-counts/facebook.php on line 8

    please help me

    Plugin Author Adnan

    (@hiddenpearls)

    We have fixed this in our current release. Please update the plugin and try it again.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error HTTP_USER_AGENT’ is closed to new replies.