• Resolved DeveloperWil

    (@developerwil)


    I keep getting this error from your plugin.

    PHP Notice: Undefined index: HTTP_HOST in /home/qipzaknv/public_html/wp-content/plugins/embed-lottie-player/plugin.php on line 17

    In my setup $_SERVER[‘HTTP_HOST’] is not defined. Can you please check first to see if it is set to remove the warning.

    if (!isset($_SERVER[‘HTTP_HOST’])){ blah } else { blah }

    Thanks,
    Wil.

    • This topic was modified 1 year, 11 months ago by DeveloperWil.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Notice undefined index: HTTP_HOST’ is closed to new replies.