Project60 / org.project60.sepapp

CiviCRM PaymentProcessor for CiviSEPA
Other
4 stars 4 forks source link

Error on CiviCRM 5.44 #11

Closed allinappliadmin closed 2 years ago

allinappliadmin commented 2 years ago

Using version 1.1dev and SEPA extension 1.6alpha2 shows this error:

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/allingro/testwpcivi/wp-content/uploads/civicrm/ext/org.project60.sepapp-master/sepapp.civix.php on line 260

It also showed up with version 1.5 of the SEPA extension and version 1.0 of the companion extension

bjendres commented 2 years ago

I think there's something off with your versioning. Line 260 of sepapp.civix.php is currently:

// FIXME: we might consider saving this as a JSON object

Maybe try updating the org.project60.sepapp code to the latest version.

allinappliadmin commented 2 years ago

thank you, indeed the file was outdated. I'll let you know.

allinappliadmin commented 2 years ago

I don't get the error any more with this version.

bjendres commented 2 years ago

great