On node creation there are errors "The specified number is invalid" (5 times), and higlited fields "coordinates" and "bounds".
Field type is "GMaps Point".
| Comment | File | Size | Author |
|---|---|---|---|
| screen.jpg | 43.74 KB | vatavale |
On node creation there are errors "The specified number is invalid" (5 times), and higlited fields "coordinates" and "bounds".
Field type is "GMaps Point".
| Comment | File | Size | Author |
|---|---|---|---|
| screen.jpg | 43.74 KB | vatavale |
Comments
Comment #1
vatavale commentedok. the problem is gone if to replace points with commas (manually). It should be connected with locale preferences of Russia or may be russian windows?
Comment #2
xmarket commentedThe project uses a custom geocoder client implementation which forces the results to be in English (with dot as decimal separator) for address translation purposes, but your server locale is set to Russian (with comma as decimal separator), so this causes the error on php level.
Comment #3
vatavale commentedand?... is any solutions? BTW node that saved with manualy seted dots do not show map position on view.
Comment #4
xmarket commentedDoes the Format Number API module enabled? (If yes, you must use the separators configured there.)
Comment #5
vatavale commentedAha! Exactly! Format Number API module is enabled. And i will try to change it propreties.