+ Reply to Thread
Results 1 to 4 of 4

Thread: Script error in display.php

  1. Join Date
    May 2005
    Posts
    2

    Script error in display.php

    When I attempt to check whois I get this error:
    Fatal error: Call to a member function on a non-object in /home/webpower/public_html/webdev/wpower/whois/classes/display.php on line 252

    Any ideas?

  2. Join Date
    Aug 2004
    Posts
    781

    Script error in display.php

    I think the problem you have is the result of using an old version of PHP.

    Do you know what version you are using?
    Create a file called phpinfo.php and place the following in it to find out:
    Code:
    <?php phpinfo(); ?>

  3. Join Date
    May 2005
    Posts
    2

    Script error in display.php

    I'm using version 4.3.10

  4. Join Date
    Aug 2004
    Posts
    781

    Script error in display.php

    Could you apply the fix found in http://www.dev-forums.com/index.php?showtopic=142 and tell me if this is still causing you problems?

+ 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