-
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?
-
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(); ?>
-
Script error in display.php
-
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules