Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I'm thinking about it. Thing is a lot of modules that are in use on the main site I run (and use Trackfield on) are not D6 ready, so that site cannot be upgraded any time soon. Due to this D6 of this code is not a high priority.
That said - I can understand if this is stopping people from upgrading it would be annoying. Will make some tentative moves to see what needs changing for a D6 version.
I tried it, installed Track, Track CSV and Track Map.
Created a new content type, added a track field called "field_track_point" of type Track. Then created another field called "field_track_map" of type Track Map. When I try to edit it and fill in the reference field name, I get the following error:
user warning: Table 'db1.node_field' doesn't exist query: SELECT DISTINCT nfi.field_name FROM node_field nf, node_field_instance nfi WHERE nf.type = 'track' AND nfi.field_name = nf.field_name ORDER BY nfi.field_name in ......./public_html/sites/all/modules/trackfield/trackfield.module on line 441.
I am missing a trackfield_file module in D6 compatible version. Am I doing anything wrong or the module is not ready now? I am building a site for gpx file exchange and this feature is critical form me.
Comments
Comment #1
raintonr commentedI'm thinking about it. Thing is a lot of modules that are in use on the main site I run (and use Trackfield on) are not D6 ready, so that site cannot be upgraded any time soon. Due to this D6 of this code is not a high priority.
That said - I can understand if this is stopping people from upgrading it would be annoying. Will make some tentative moves to see what needs changing for a D6 version.
Comment #2
raintonr commentedI've begun to look at this and have a D6 test system up and running. Stay tuned :)
Comment #3
kirilius commentedThanks!
Comment #4
raintonr commentedVery stuck with how to get the widget to work in CCK 6.x right now though. :(
Comment #5
raintonr commentedStruggled quiet a lot with the new CCK, but the module should now be D6 compatible.
Release here:
http://drupal.org/node/327510
Comment #6
kirilius commentedWow, thanks for this. I will try it tonight!
Comment #7
kirilius commentedI tried it, installed Track, Track CSV and Track Map.
Created a new content type, added a track field called "field_track_point" of type Track. Then created another field called "field_track_map" of type Track Map. When I try to edit it and fill in the reference field name, I get the following error:
user warning: Table 'db1.node_field' doesn't exist query: SELECT DISTINCT nfi.field_name FROM node_field nf, node_field_instance nfi WHERE nf.type = 'track' AND nfi.field_name = nf.field_name ORDER BY nfi.field_name in ......./public_html/sites/all/modules/trackfield/trackfield.module on line 441.
Comment #8
peter_ivancak commentedHello,
I am missing a trackfield_file module in D6 compatible version. Am I doing anything wrong or the module is not ready now? I am building a site for gpx file exchange and this feature is critical form me.
thx
Peter
Comment #9
raintonr commentedHi... you haven't done anything wrong... I haven't managed to update the file handling part yet. Sorry, will try and get to this soon.
Comment #10
raintonr commentedThe D6 dev. release now has file handling too so closing this.