I came accross this error when using Clientside Validation with Webform 7.x-3.9 and Webform Validation 7.x-1.0-rc1 :

Fatal error: Call to undefined function dpm() in /drupal/sites/all/modules/clientside_validation/clientside_validation.module on line 35

This happens when I choose to make a numeric values check.

Comments

attiks’s picture

there's some debug info in there, dpm is from the devel module

anavarre’s picture

Delete or comment line 35 in clientside_validation.module and the error is gone.

dpm($webform_validation_rules);

Am I missing something here ?

attiks’s picture

you're right, just delete it

attiks’s picture

Status: Active » Fixed

fixed in 7.1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.