This is probably a result of an error in other contrib code, but it still throws a fatal error when it doesn't have to. Full error:

Recoverable fatal error: Argument 1 passed to ClientsideValidationValidator::getName() must be of the type array, null given, called in sites/all/modules/contrib/clientside_validation/plugins/validator/required.inc on line 28 and defined in ClientsideValidationValidator->getName() (line 12 of sites/all/modules/contrib/clientside_validation/includes/ClientsideValidationValidator.inc).

The error only occurs for me on the Dev server (not during local dev or on the Prod server). Easier for me to fix than to fully debug. Patch to follow.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jessehs created an issue. See original summary.

jessehs’s picture

Status: Active » Needs review
FileSize
1.35 KB
jessehs’s picture

FileSize
1.18 KB

Oops, there was a coding standard error in patch 1. This solves it.