Active
Project:
Trackfield
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2010 at 18:38 UTC
Updated:
22 Jun 2010 at 18:24 UTC
I am using CNR with trackfield. The content type (loop) with trackfield is linked to another content type (poi).
Updating POI throws errors about invalid join arguments on line 281 of trackfield.module and the track maps become a blue/grey color. Resaving the node with trackfield brinks the maps back.
When the updates are triggered by the CNR module, "presave" is never called so the $item[$settype] values are null. The CNR module calls content_update($node) to update the node.
I don't know what does or should trigger "presave", so I'm not sure if this should be fixed in trackfield or cnr.
Thank you.
Comments
Comment #1
raintonr commentedHave you raised this with the CNR module maintainer?
Line 281 of trackfield.module is inside this function... does this match your code?
Please copy/paste the exact error.
Comment #2
ejwettstein commented1) Have not yet raised with CNR.
2) No. It matches 262.
3) warning: join() [function.join]: Invalid arguments passed in /etc/drupal/6/sites/all/modules/trackfield/trackfield.module on line 284.
warning: join() [function.join]: Invalid arguments passed in /etc/drupal/6/sites/all/modules/trackfield/trackfield.module on line 284.
warning: join() [function.join]: Invalid arguments passed in /etc/drupal/6/sites/all/modules/trackfield/trackfield.module on line 284.