• Resolved TiKu

    (@tiku)


    Hi,

    I quite often get this error in my log files:
    Undefined index: HTTP_USER_AGENT in …/wp-content/plugins/stock-quotes-list/stockdio_quotes_stockdioplugin.php on line 1075

    The fix should be quite simple:
    $useragent = (isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '');

    Thanks for the great plugin!
    TiKu

Viewing 1 replies (of 1 total)
  • Plugin Author Stockdio

    (@stockdio)

    Thank you for reporting this. Our developers have fixed it and a new version of our plugins will be made available with this fix soon.

    Stockdio

Viewing 1 replies (of 1 total)
  • The topic ‘Produces error log entries because of HTTP_USER_AGENT’ is closed to new replies.