mecachisenros / woocommerce_civicrm

GNU Affero General Public License v3.0
14 stars 16 forks source link

Api call causes fatal error #6

Closed redcuillin closed 7 years ago

redcuillin commented 8 years ago

I have CiviCRM 4.4.4 running on Wordpress 4.5+.

Trying to use the WooCommerce CiviCRM plugin, but I get the following fatal error when trying the settings page: "Uncaught CiviCRM_API3_Exception: [undefined: API (FinancialType, get) does not exist"

I've checked my CiviCRM installation, and there is indeed no such API functionality.

Is this because of a change the API or something?

redcuillin commented 8 years ago

Upgrading to 4.7.7 resolved the problem. Not sure why API functionality was missing, as it should have been in 4.4.4., but anyway ...

veda-consulting commented 8 years ago

in 4.4 financial type was known as contribution type, hence it probably failed.

Extension is only 4.6+ compatible anyway

Veda Consulting t : +44 (0) 20 3239 1156 m : +44 (0) 77 4216 3491 e : parvez@vedaconsulting.co.uk w : www.vedaconsulting.co.uk

On 7 May 2016 at 05:08, redcuillin notifications@github.com wrote:

Upgrading to 4.7.7 resolved the problem. Not sure why API functionality was missing, as it should have been in 4.4.4., but anyway ...

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/veda-consulting/woocommerce_civicrm/issues/6#issuecomment-217605259

JoeMurray commented 7 years ago

Issue can be closed.