Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34353, comment 10


Ignore:
Timestamp:
03/01/2018 12:03:08 AM (8 years ago)
Author:
Andy Schmidt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34353, comment 10

    initial v1  
    11This bug is still littering the log files. Spent time tracking down the cause and was going to report it, now realizing this is a known issue.
    22
    3 In my case, problem is that several times daily, redirect_canonical() is called with $_SERVER['HOST'] empty and $_SERVER['URI'] = '/'.
     3In my case, problem is that several times daily, redirect_canonical() is called with $_SERVER[`HOST`] empty and $_SERVER [`URI`] = '/'.
    44
    55As a result $original['host'] is never set and the code will eventually fail starting at lines 461 - 463: