All Topics
GravityForms addon EntryServiceFactory error
Hi Guys,
The Latest AC plugin (7.0.5) gives a Fatal error when you open the GravityForms form entries view. ./classes/Editing/View/MinMaxTrait.php expects a float on line 10, but gets a string.
In ./addons/gravityforms/classes/Editing/EntryServiceFactory.php on line 86 and 89 the set_min and set_max functions are called incorrectly. To temporary fix this i casted the value to float with (float) $field->get_range_min().
Can you please fix this in a hotfix?
Thanks in advance,
Robbin
You must be logged in to reply to this topic.