Changes between Initial Version and Version 1 of Ticket #34353, comment 10
- Timestamp:
- 03/01/2018 12:03:08 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34353, comment 10
initial v1 1 1 This 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. 2 2 3 In my case, problem is that several times daily, redirect_canonical() is called with $_SERVER[ 'HOST'] empty and $_SERVER['URI'] = '/'.3 In my case, problem is that several times daily, redirect_canonical() is called with $_SERVER[`HOST`] empty and $_SERVER [`URI`] = '/'. 4 4 5 5 As a result $original['host'] is never set and the code will eventually fail starting at lines 461 - 463: