I'm just testing ...
I've some missing configuration?

the problem is :
Fatal error: Call to undefined function: checkdnsrr() in myphpsite\modules\feedback\feedback.module on line 394

thanks in advance
bob

Comments

pfaocle’s picture

Are you running Drupal on a Windows platform? If so, checkdnsrr() is unavailable. See this page.

pfaocle’s picture

Argh. Not sure what happened there... can't edit the comment either. The link I meant to post was http://uk.php.net/checkdnsrr

Can anyone fix the above post? Sorry about that.

kbahey’s picture

Yes checkdnserr() does not exist on Windows.

Try turning off the checkbox in the settings that says "validate email address".

That causes this section of the code not to be called at all.

RobertoF’s picture

yes i'm on windows
removing the check it'ok

thanks to all

kbahey’s picture

Closing, since workaround exists.