• Hello,
    in debug.log file I have lots of warnings like this:

    [06-Sep-2018 11:10:05 UTC] PHP Notice:  Undefined index: SERVER_PORT in .../wp-content/plugins/wp-fastest-cache/wpFastestCache.php on line 1781
    [06-Sep-2018 11:10:05 UTC] PHP Notice:  Undefined index: SERVER_NAME in .../wp-content/plugins/wp-fastest-cache/wpFastestCache.php on line 1782
    [06-Sep-2018 11:10:05 UTC] PHP Notice:  Undefined index: SERVER_PORT in .../wp-content/plugins/wp-fastest-cache/wpFastestCache.php on line 1782

    How Can I solve, or silence, these problems?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Emre Vona

    (@emrevona)

    You need to contact your hosting provider because $_SERVER[‘SERVER_NAME’] and $_SERVER[‘SERVER_PORT’] must be set in all servers.

    Thread Starter valerio1996

    (@valerio1996)

    Hello,
    I have contacted my hosting provider and they told me “What are the precise steps that must be done?”

    Anyway, this problems can afflict some aspect of my site or these don’t creates any problem?

    Regards,
    Valerio.

    Plugin Author Emre Vona

    (@emrevona)

    wp fastest cache uses them. wpfc does not work properly without them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Notice: Undefined index: SERVER’ is closed to new replies.