array_replace_recursive is only available for php >= 5.3 and thus does throw error on older servers. Since 5.2 is the minimu requirement for drupal I would suggest replacing this with something else.

Fatal error: Call to undefined function array_replace_recursive() in mutual_credit/forms/mcapi_forms.inc on line 120

Comments

bruitism’s picture

Status: Active » Closed (fixed)

fixed in latest dev