artfulrobot / uk.artfulrobot.civicrm.gocardless

A CiviCRM extension providing GoCardless integration to handle UK Direct Debits.
GNU Affero General Public License v3.0
5 stars 18 forks source link

Blank screen when pressed continue in contribution page #17

Closed Kajakaran closed 7 years ago

Kajakaran commented 7 years ago

Found following in the error log

PHP Fatal error: Call to undefined function GuzzleHttp\Handler\curl_reset()

Searched and found it is related to php version

Is there any alternative for people using old version of php?

Thanks Kajan

artfulrobot commented 7 years ago

Ooh. That function was introduced in PHP 5.5+, currently supported PHP versions start at 5.6 (with that only having 10 months to go on security releases).

Guzzle is a 3rd party library, perhaps you can configure it to use something other than curl? (I believe that's possible).

I'm going to mark this as won't fix since supporting unsupported PHP versions is out of scope. (I've no idea whether it works with PHP7, something I want to look into one day.)