[Plugin: WordPress HTTPS (SSL)] php notices in debug.log
-
Hello Mvied,
i set the following options in wp-config.php:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);This yields a lot of error messages from wordpress-https in my /wp-content/debug.log:
PHP Notice: Undefined index: port in /web/wp-content/plugins/wordpress-https/wordpress-https.php on line 435
PHP Notice: Undefined offset: 0 in /web/wp-content/plugins/wordpress-https/wordpress-https.php on line 754
PHP Notice: Undefined index: path in /web/wp-content/plugins/wordpress-https/wordpress-https.php on line 710
PHP Notice: Undefined offset: 2 in /web/wp-content/plugins/wordpress-https/wordpress-https.php on line 754
PHP Notice: Undefined variable: scheme in /web/wp-content/plugins/wordpress-https/wordpress-https.php on line 853
PHP Notice: Undefined variable: logout in /web/wp-content/plugins/wordpress-https/wordpress-https.php on line 1188
PHP Notice: Undefined variable: reload in /web/wp-content/plugins/wordpress-https/wordpress-https.php on line 1203I like your plugin very much, but i do not like those messages in my debug.log. So could you fix this errors please? Thanks in advance!
- The topic ‘[Plugin: WordPress HTTPS (SSL)] php notices in debug.log’ is closed to new replies.