Running core 6.15 and trying to install/test Trackfield. Started with Trackfield 6.x-1.0 and got messages in modules page that Track Queue and KML Track are incompatible with the 6.15 version of Drupal core. This thread http://drupal.org/node/646658 suggested that 6.x-1.x-dev solved the problem. Tried that, but no joy.

Any ideas?

Comments

raintonr’s picture

It is true that Track Queue is not compatible. It's slightly 'experimental' shall we say.

KML Track should work though.

Have you got the basic field with Track Map or Track Graph working?

tlangston’s picture

getting the same thing on 6.16...need KML track! any idea what's going on yet?

tlangston’s picture

Follow on - enabled all the other parts of Track and got the following warning messages back;

* warning: include_once(./sites/all/modules/trackfield/jpgraph/src/jpgraph_ttf.inc.php) [function.include-once]: failed to open stream: No such file or directory in /home/xxx/public_html/drupalsite/sites/all/modules/trackfield/trackfield_graph.module on line 296.
* warning: include_once() [function.include]: Failed opening './sites/all/modules/trackfield/jpgraph/src/jpgraph_ttf.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/xxx/php') in /home/netspin/public_html/drupalsite/sites/all/modules/trackfield/trackfield_graph.module on line 296.
* warning: include_once(./sites/all/modules/trackfield/jpgraph/src/jpgraph_ttf.inc.php) [function.include-once]: failed to open stream: No such file or directory in /home/xxx/public_html/drupalsite/sites/all/modules/trackfield/trackfield_graph.module on line 296.
* warning: include_once() [function.include]: Failed opening './sites/all/modules/trackfield/jpgraph/src/jpgraph_ttf.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/xxx/php') in /home/xxx/public_html/drupalsite/sites/all/modules/trackfield/trackfield_graph.module on line 296.

tlangston’s picture

Follow on to #3. Disabled Track Graph. May be problematic with 6.16 as well as the other two listed.

raintonr’s picture

Re: #3/#4: Your issue looks to be caused because you have not followed the installation instructions and placed/linked jpgraph correctly. See http://drupal.org/node/274101

I have recently upgraded a production site to 6.16. This has the latest dev. version of all modules and is working perfectly. Please fix your jpgraph dependency and report back.

P.S. I specifically tested KML and KML file both are good.

tlangston’s picture

I did miss that dependency. However, I am confused by the fact that there is Track KML grouped with the other parts and KML Track listed under Location. It is KML Track that is STILL showing the incompatibility message JIC there's a difference. I have created a dir under Trackfield called jpgraph and moved all the jpgraph code into that dir. Is there something missing? Reflexively I've run update.php and cleared cache. No change.

raintonr’s picture

Re: #6. Can you please post any error logs (from Drupal, or your server log) you are now seeing?

polskikrol’s picture

This version is incompatible with the 6.19 version of Drupal core.

Receive the same issue with 6.19. Any plans to move this module out of experimental? Perhaps dont have it show up at all and display an unnecessary error in the modules list?