Hello,

after upgrade Location from Version 3.0.rc1 to 3.6 i have a lot off bugs in Location. Import from Locations no longer works - - the surrender of values over hook_node_presave no longer works too (city and province-field are ever empty) and the Location-Tab (Node Locations) in all Content-Types have disappeared (and so on). Backport to 3.0rc1 not help.

I think i must uninstall und install completly new Location-Module but something is broken ...

Is it possible to reinstall Location without losing Location-Values in Nodes? I have ten-thousand Nodes with Location but i must remove all first - only then I can uninstall Location.

Can someone give me a hint? What would you do in this case?

Thank you and Regards
Matthias

Comments

hutch’s picture

You could try exporting in .csv format all your location data using the views_data_export module, cleaning up the data in a spreadsheet to ensure that there are no more duff locations (eg lat,lon as 0,0) and then using the Feeds module to import it into whatever you decide you want.
See #2420091: Question about feed import