Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: babis1 on April 11, 2013, 14:44:41

Title: elxis 4 error log
Post by: babis1 on April 11, 2013, 14:44:41
i had that error, what does that mean ?
PHP Warning:  gethostbyaddr() [<a href='function.gethostbyaddr'>function.gethostbyaddr</a>]: Address is not a valid IPv4 or IPv6 address in /includes/libraries/elxis/defender.class.php on line 82
Title: Re: elxis 4 error log
Post by: datahell on April 11, 2013, 17:31:11
This is either server misconfiguration or an evil guest. This may happen if none of the following is available to provide a valid IP address for the guest, which is a little strange.

SERVER['HTTP_CLIENT_IP']
SERVER['HTTP_X_FORWARDED_FOR']
SERVER['REMOTE_ADDR']

If the problem appears again reply below to tell you what to do.