I\'m working on setting up credit card processing and needed to use a workaround for CURL. The following code worked fine when I was using the test server (which wasn\'t cal
I had the same error. Setting allow_url_include = On in php.ini fixed it for me.
allow_url_include = On
php.ini