Guest Posted July 31, 2003 Posted July 31, 2003 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? Quote
Guest Posted February 9, 2007 Posted February 9, 2007 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, Quote
Guest Posted May 3, 2007 Posted May 3, 2007 (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 May 3, 2007 by jcoleman2007 Quote
Recommended Posts
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.