PHP Warning: Undefined Array Key ‘SERVER_ADDR’ in login-rebuilder.php
-
Hello,
I’m encountering PHP warnings when using the Login Rebuilder plugin. The specific messages are:
PHP Warning: Undefined array key "SERVER_ADDR" in public/wp-content/plugins/login-rebuilder/login-rebuilder.php on line 135 PHP Warning: gethostbyaddr(): Address is not a valid IPv4 or IPv6 address in public/wp-content/plugins/login-rebuilder/login-rebuilder.php on line 135It seems to be related to accessing
$_SERVER['SERVER_ADDR']and using it ingethostbyaddr(). I would appreciate any guidance on resolving this issue or if there’s an update to handle this case.Thank you for your assistance!
The topic ‘PHP Warning: Undefined Array Key ‘SERVER_ADDR’ in login-rebuilder.php’ is closed to new replies.