Closed (fixed)
Project:
Responder
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2011 at 15:16 UTC
Updated:
5 Aug 2011 at 13:10 UTC
I wanted to test the 7.x branch, installed the module, confirmed the settings and I got this fatal error.
Didn't even change the settings, so it was still set to '960' and 'pixels'.
Even if I change the settings I still get the fatal error.
Any idea what's happening? Have you experienced this before?
Fatal error: Call to undefined function element_validate_integer_positive() in /.../www/drupal/includes/form.inc on line 1361
Comments
Comment #1
ruplI think I jumped the gun on a deprecated function. _element_validate_integer_positive() is marked deprecated so I used element_validate_integer_positive() (without the underscore) per the instructions.
Could you do a pull and test again? I've updated 7.x-1.x with the underscore version to maintain compatibility with Drupal 7.0-7.7.
No, I had not experienced this error, possibly because I developed against the 7.x dev branch of core. My bad :) I tested against 7.x, 7.4, and 7.7 this time.
Comment #2
anthonyR commentedYes, it's not giving me that nasty fatal error any longer.
I'll close this issue, and test the new version soon.
I'll let you know if I have some feedback.