Only when ajax is enabled somtime the error "Error requesting data!" errises. I suppose, the timeout is to short but I don't know how to change ist. Where an how do can we change the timeout time?
Management >> Reports >> Recent log messages
Warning: stream_select() has been disabled for security reasons in WhoisClient->GetRawData() (line 197 of /home/domainco/public_html/modules/whois/phpwhois/whois.client.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | whois.client.zip | 4.71 KB | fuzzyx |
Comments
Comment #1
fuzzyx commentedComment #2
helmo commentedwhois.js on line 103 contains "timeout: 10000" which is how long the ajax front end will wait for a rely from Drupal.
What timeout value would you suggest?
Your log message suggests a security setting on your system that is incompatible with the phpwhois library.
You could try the example.php that the library comes with to check if the setting is Drupal related.
Comment #3
helmo commentedClosing as this has been untouched for ages.