My webforms seem to have stopped working when I updated core this week and a few other modules.

White screen after form submission leads to:

PHP Fatal error: Call to undefined function webform_get_conditional_sorter() in /var/www/html/sites/all/modules/webform_validation/webform_validation.module on line 163

Still investigating myself, but any ideas?

Comments

cmarcera created an issue. See original summary.

kcolwell’s picture

Oh..nope.. I just re-read your error message and my first take was totally wrong.

Sorry!

Liam Morland’s picture

Make sure you are using webform_validation 7.x-1.13-rc1. This sounds like #2824240: Incompatible with Webform < 7.x-4.6 due to webform_get_conditional_sorter() call.

cmarcera’s picture

Status: Active » Fixed

Thanks Liam - #3 was correct.

drush dl webform_validation-7.x-1.13-rc1

Fixed my issue!

Liam Morland’s picture

Project: Webform » Webform Validation
Version: 7.x-3.25 » 7.x-1.x-dev

Status: Fixed » Closed (fixed)

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