Active
Project:
Trackfield
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2010 at 02:49 UTC
Updated:
16 Dec 2010 at 16:09 UTC
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
Comment #1
raintonr commentedIt 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?
Comment #2
tlangston commentedgetting the same thing on 6.16...need KML track! any idea what's going on yet?
Comment #3
tlangston commentedFollow 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.
Comment #4
tlangston commentedFollow on to #3. Disabled Track Graph. May be problematic with 6.16 as well as the other two listed.
Comment #5
raintonr commentedRe: #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.
Comment #6
tlangston commentedI 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.
Comment #7
raintonr commentedRe: #6. Can you please post any error logs (from Drupal, or your server log) you are now seeing?
Comment #8
polskikrol commentedThis 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?