Hello, how are you doing?
I have set up gProximity as per the documentation, and while adding a view to gProximity (admin/build/gproximity/add), I enter in the original lat/long markers that I request, as well as a standard icon and receive these errors after submission:
* Latitude field is required.
* Longitude field is required.
* Icon field is required.
I can look around to check if it is a MySql update error, and there is a decent chance that its just me, but I figure that I should report this anyways. Thanks!
Comments
Comment #1
zorroposada commentedI am having the exact same problem.
I ran the update.php script and nothing changed.
The form seems not to be validating properly or something.
I will keep investigating.
Comment #2
mlondon77 commentedI'm also having the same problem. Any information would be welcome.
Thanks.
Comment #3
sterwa commentedsubscribing
Comment #4
colling2 commentedlooks like the lines at 355 for prefix and suffix for the height field cause some kind of issue.
I removed
'#prefix' => '
'#suffix' => '
'
from the module and the required fields were accepted.
Comment #5
greenskin commentedFixed thanks to mgenovese and his team.