Notice: Undefined index:
-
Hi
I have this error :
Notice: Undefined index: SERVER_NAME in /var/www/wp-content/plugins/dynamic-widgets/classes/dynwid_class.php on line 639
Notice: Undefined index: HTTP_HOST in /var/www/wp-content/plugins/dynamic-widgets/classes/dynwid_class.php on line 640in file /var/www/wp-content/plugins/dynamic-widgets/classes/dynwid_class.php
…
private function getHostname() {
$server_name = $_SERVER[‘SERVER_NAME’];
$hostname = $_SERVER[‘HTTP_HOST’];if (! empty($hostname) && $hostname != $server_name ) {
return $hostname;
}return $server_name;
}
…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Notice: Undefined index:’ is closed to new replies.