This fatal error shows up when trying to delete content using views bulk operations.
Call to undefined function mcapi_filter() in /home/healthy/public_html/sites/all/modules/mutual_credit/extras/signatures/mcapi_signatures.module on line 376

Comments

matslats’s picture

This is already fixed, at least on my machine.
Line 376 of mcapi_signatures.module should read...

  $serials = array_unique(transaction_filter(array('state' => TRANSACTION_STATE_PENDING)));
Yuri’s picture

After installing the latest dev, the update.php gives this error. (each time when performing update.php)
Notice: Undefined index: state_name in views_handler_field_mcapi_state->__construct() (line 9 of /home/healthy/public_html/sites/all/modules/mutual_credit/views/views_handler_field_mcapi_state.inc)

matslats’s picture

Status: Active » Closed (fixed)