Jump to content

Invalid IP address: unknown


bsapackman

Recommended Posts

Admin Error Log

System Error Log

/home8/SITE/public_html/includes/functions.inc.php:480 - Invalid IP address: unknown

when you look up the code is

functions.inc.php

trigger_error('Invalid IP address: '.$address, E_USER_ERROR);

what is wrong this happen 2 times know? can any one help me? thank you

Link to comment
Share on other sites

Just seems to throw that error whenever it finds a customer who doesn't have a valid IP, which it apparently requires to set up their session.

As long as it's not happening to you yourself, I don't think it's something to be worried about, may just be a bot or some such masking it's IP. Not entirely sure why it's kicking an error for it though.

Link to comment
Share on other sites

I believe this known issue is fixed for 5.0.7,

The problem arises when a check is made against $_SERVER[] variables. In some situations, the 'address' returned is made up of more than one comma-separated actual IP addresses. This happens when proxy servers are involved between the visitor and the store servers.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...