Closed (fixed)
Project:
Feedback
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
11 Feb 2005 at 13:22 UTC
Updated:
12 Feb 2005 at 22:17 UTC
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
Comment #1
pfaocleAre you running Drupal on a Windows platform? If so, checkdnsrr() is unavailable. See this page.
Comment #2
pfaocleArgh. 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.
Comment #3
kbahey commentedYes 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.
Comment #4
RobertoF commentedyes i'm on windows
removing the check it'ok
thanks to all
Comment #5
kbahey commentedClosing, since workaround exists.