Undefined index: HTTP_HOST
-
Hi,
When I use WP-CLI, I have this error:
Notice: Undefined index: HTTP_HOST in C:\path\to\my\site\web\app\plugins\wpcf7-redirect\classes\class-wpcf7r-updates.php on line 40I fixed it by replacing line 40 with
$this->domain = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : (string)parse_url(get_option('siteurl'), PHP_URL_HOST);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Undefined index: HTTP_HOST’ is closed to new replies.