Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages after installation #2

Open
websynapse opened this issue Nov 27, 2014 · 1 comment
Open

Error messages after installation #2

websynapse opened this issue Nov 27, 2014 · 1 comment

Comments

@websynapse
Copy link

I'm getting this error after flushing caches (UN Women):

Strict warning: Declaration of nz_co_fuzion_flo2cashdonate::singleton() should be compatible with & CRM_Core_Payment::singleton($mode, &$paymentProcessor, &$paymentForm = NULL, $force = false) in CRM_Core_Payment->singleton() (line 108 of/var/www/xxx/sites/all/modules/contrib/civicrm/CRM/Core/Payment.php).
Strict warning: Accessing static property nz_co_fuzion_flo2cashdonate::$_mode as non static in nz_co_fuzion_flo2cashdonate->__construct() (line66 of /var/www/xxx/sites/default/civicrm/extensions/nz.co.fuzion.flo2cashdonate/flo2cashdonate.php).
Strict warning: Accessing static property nz_co_fuzion_flo2cashdonate::$_mode as non static in nz_co_fuzion_flo2cashdonate->doTransferCheckout()(line 149 of /var/www/xxx/sites/default/civicrm/extensions/nz.co.fuzion.flo2cashdonate/flo2cashdonate.php).
Strict warning: Accessing static property nz_co_fuzion_flo2cashdonate::$_mode as non static in nz_co_fuzion_flo2cashdonate->doTransferCheckout()(line 150 of /var/www/xxx/sites/default/civicrm/extensions/nz.co.fuzion.flo2cashdonate/flo2cashdonate.php).

This on the donate page:

Strict warning: Declaration of nz_co_fuzion_flo2cashdonate::singleton() should be compatible with & CRM_Core_Payment::singleton($mode, &$paymentProcessor, &$paymentForm = NULL, $force = false) in CRM_Core_Payment->singleton() (line 108 of/var/www/xxx/sites/all/modules/contrib/civicrm/CRM/Core/Payment.php).
Strict warning: Accessing static property nz_co_fuzion_flo2cashdonate::$_mode as non static in nz_co_fuzion_flo2cashdonate->__construct() (line 66 of/var/www/xxx/sites/default/civicrm/extensions/nz.co.fuzion.flo2cashdonate/flo2cashdonate.php

@eileenmcnaughton
Copy link
Member

Problem is that civi changed that signature so supporting multiple versions of CiviCRM for payment processors is a problem - in this case 4.3 has been ditched in favour of later versions I would say.

Unless you are on a new 4.5 install?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants