I looked in the apache error logs and this is the error I am getting

PHP Fatal error: Call to undefined function field_validation_get_bundle_rules() in /var/www/vhosts/healthinteractive.co.uk/httpdocs/sites/all/modules/clientside_validation/clientside_validation_field_validation/clientside_validation_field_validation.module on line 20

I've looked on here and can't find anything similar. Does anyone know why this might be happening?

Comments

jelle_s’s picture

This is probably because you're using Field Validation 2.x. This is only supported in the latest dev version of Clientside Validation. Try using that but don't forget do run update.php

jeremymcminn’s picture

That was a quick response thatnk you!

That did indeed fix the error, however I am having some trouble getting the clientside validation to fire on my node creation forms. Field validation seems to work fine on them and have Clientside Validation Field Validation as well as Clientside Validation Form enabled but they don't seem to create the clientside error.

How do I find out what errors are occuring so I can try and find a solution? Sorry i am a bit of a newbie when it comes to this stuff.

jeremymcminn’s picture

Never mind, got it functioning. Seemed to be the validation rule for email address - worked on field validation but not on clientside validation. Is this a bug?

jelle_s’s picture

Title: Internal Server Error on Node Creation Pages after enabling Clientside Validation » Field valdation 2.x email not supported
Version: 7.x-1.31 » 7.x-1.x-dev
Status: Active » Fixed

That was a bug indeed. Fixed in the latest dev version.

Status: Fixed » Closed (fixed)

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