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 135
It 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!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.