cividesk / com.cividesk.sync.coloradogives

0 stars 0 forks source link

Possible PHP Compatibility Issue #1

Open xsFNBF opened 9 years ago

xsFNBF commented 9 years ago

When loading your extension on CiviCRM 4.6.3 I get the following error:

Strict warning: Non-static method CRM_Utils_Coloradogives::setSetting() should not be called statically, assuming $this from incompatible context in CRM_Admin_Form_Setting_ColoradogivesImport->postProcess() (line 70 of /opt/bitnami/apps/civicrm/upload/extensions/com.cividesk.sync.coloradogives-master/CRM/Admin/Form/Setting/ColoradogivesImport.php).

Is this a compatibility issue with the PHP version?

nganivet commented 9 years ago

Sean - we will look into this and come back to you. We have not extensively tested this extension with 4.6 so any feedback you can give us would be most welcomed.

------ Original Message ------ From: "Sean fields" notifications@github.com To: "cividesk/com.cividesk.sync.coloradogives" com.cividesk.sync.coloradogives@noreply.github.com Sent: 9/10/2015 1:49:12 PM Subject: [com.cividesk.sync.coloradogives] Possible PHP Compatibility Issue (#1)

When loading your extension on CiviCRM 4.6.3 I get the following error:

Strict warning: Non-static method CRM_Utils_Coloradogives::setSetting() should not be called statically, assuming $this from incompatible context in CRM_Admin_Form_Setting_ColoradogivesImport->postProcess() (line 70 of /opt/bitnami/apps/civicrm/upload/extensions/com.cividesk.sync.coloradogives-master/CRM/Admin/Form/Setting/ColoradogivesImport.php).

Is this a compatibility issue with the PHP version?

— Reply to this email directly or view it on GitHub.

xsFNBF commented 9 years ago

Thank you very much, I will continue to troubleshoot on my end and let you know if I find anything.