PHP Classes

error

Recommend this page to a friend!

      PHP Email validation  >  PHP Email validation package blog  >  How to Correct Email ...  >  All threads  >  error  >  (Un) Subscribe thread alerts  
Subject:error
Summary:Fatal error: Call to a member function asOctets() on a non-objec
Messages:2
Author:safuk mankur
Date:2007-09-06 16:27:32
Update:2007-09-08 20:56:07
 

  1. error   Reply   Report abuse  
Picture of safuk mankur safuk mankur - 2007-09-06 16:27:32
I get this error, Fatal error: Call to a member function asOctets() on a non-object in C:\xampp\htdocs\email\DNS.php on line 201

I am using PHP 5.2.2 with xampp 1.6.2 on windows xp.

Please help me!

  2. Re: error   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-09-08 20:56:07 - In reply to message 1 from safuk mankur
That script does not belong to the e-mail validation class. It was taken from the DNSResolver class. You would need to contact its developer for help.

Later I will develop my own MX records resolver code that will work under Windows. For now, you need either to contact the DNS resolver author or provide your own replacement of the GetMXRR function.