Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2012 at 09:18 UTC
Updated:
3 Jun 2012 at 11:21 UTC
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
Comment #1
jelle_sThis 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
Comment #2
jeremymcminn commentedThat 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.
Comment #3
jeremymcminn commentedNever 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?
Comment #4
jelle_sThat was a bug indeed. Fixed in the latest dev version.