adixon / ca.civicrm.iats

[deprecated] CiviCRM Extension for IATS Web Services Payment Processor
3 stars 0 forks source link

Fatal error: using PHP 5.5 #15

Closed KarinG closed 10 years ago

KarinG commented 10 years ago

Hi Alan,

I'm doing some testing across PHP versions for our CDN TaxReceipts module - came across this notice - after switching PHP versions from 5.3 to 5.5:

( ! ) Fatal error: Call-time pass-by-reference has been removed in /Applications/MAMP/htdocs/Local/drupal743.local/sites/default/civicrm/extensions/ca.civicrm.iats/iats.php on line 145

Switching back to 5.3: resolves the issue.

-- Karin

adixon commented 10 years ago

Is that an old version? I'm not seeing that problem on the current one. Definitely something to be concerned about though, call-time pass-by-references are long-ago deprecated in php ...

KarinG commented 10 years ago

Ah - I thought I was up to date - but that was my 744. The 743 was not up to date. I was indeed running an older beta version. A git pull fixed it. All good.