My hosting has allow_url_include turned off, which seems to be an issue for this module. As an alternative they (and many online resources) tell you to use the more secure curl instead. I looked at the code myself but wasn't quite sure what t change, so I opted to just not touch it. What would I have to change to make this work/could you update the module to use curl (whichever you prefer).

Comments

xano’s picture

Title: Use CURL » Use CURL instead of drupal_http_request()
Status: Active » Postponed (maintainer needs more info)

I'm not really certain what part of the code you are talking about. The PHP documentation says allow_url_include is a setting for include[_once] and require[_once], which isn't used in the code. However, because you mentioning cURL, it makes me think you mean the use of drupal_http_request(), but that doesn't have anything to do with allow_url_include, if I am reading the PHP docs correctly.

Could you please explain your situation in more detail and perhaps provide instructions to reproduce the problem?

xano’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing due to inactivity.