PDA

View Full Version : Script error in display.php



occuda
05-14-2005, 07:11 PM
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?

Patrick
05-14-2005, 07:23 PM
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:

<?php phpinfo(); ?>

occuda
05-15-2005, 08:17 AM
I'm using version 4.3.10

Patrick
05-15-2005, 06:59 PM
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?