+ Reply to Thread
Results 1 to 4 of 4

Thread: Error on whois

  1. Join Date
    May 2005
    Posts
    1

    Error on whois

    Hi..
    I get the following error when clicking "Check Availability" if the domain field is empty...

    Code:
    Fatal error: Call to a member function on a non-object in /home/webandde/public_html/host/whois/classes/display.php on line 252
    Thanks

  2. Join Date
    Aug 2004
    Posts
    781

    Error on whois

    PHP 4 is driving me crazy .

    This is a bug, and here is the fix for it:

    Open global.php:
    Find:
    Code:
    $this->LOG->reloadCore($this);
    And below it add:
    Code:
    $this->ERROR->reloadCore($this);
    That should take care of your problem.

  3. Join Date
    Jun 2005
    Posts
    1

    Error on whois

    Hi

    I have added that line as you said, but seems not working when visitor put blank on serach box.

    I am usnig PHP4.3.10, CentOS 3.5

    Thanks for your great scripts

    Park

  4. Join Date
    Aug 2004
    Posts
    781

    Error on whois

    First:

    Are you using the latest version? What version number are you using (according to update page of admin panel)?

    Second:

    Could you post the error?

    Third:

    Do you have a URL (or message me if you do not want it public)?

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts