Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: gethostbyaddr(): Address is not in a.b.c.d form


Recommended Posts

Posted

Have searched threads / faq's etc etc for an answer, can anyone point me in the right direction?

 

From SEC v1.0b admin > whos online.

The host info simply states the following error:

 

Host:

Warning: gethostbyaddr(): Address is not in a.b.c.d form in PATHwhos_online.php on line 251

 

(substituted the full path for PATH)

 

Any ideas?

  • 3 years later...
Posted
Have searched threads / faq's etc etc for an answer, can anyone point me in the right direction?

From SEC v1.0b admin > whos online.

The host info simply states the following error:

Host:

Warning: gethostbyaddr(): Address is not in a.b.c.d form in PATHwhos_online.php on line 251

(substituted the full path for PATH)

Any ideas?

 

 

I have the same problem,

  • 2 months later...
Posted (edited)
I have the same problem,

 

go to phpmyadmin and click on the whosonline table. delete the last 2 rows named

 

http_referer and user_agent.

 

then run the following sql:

ALTER TABLE whos_online ADD http_referer VARCHAR(255) NOT NULL;

ALTER TABLE whos_online ADD user_agent VARCHAR(255) NOT NULL;

 

this worked for me

Edited by jcoleman2007

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...