Closed (cannot reproduce)
Project:
iDEAL
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2012 at 15:47 UTC
Updated:
30 Oct 2012 at 11:37 UTC
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
Comment #1
xanoI'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?
Comment #2
xanoClosing due to inactivity.