Closed (fixed)
Project:
NodeReferrer
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 23:02 UTC
Updated:
3 Sep 2010 at 20:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
wrb123 commentedI am having this same error message appear when creating a parent/top item in the hierarchy. It does not seem to affect anything, yet is annoying because it appears to users :/ (drupal 6.6)
This is a great module and I would love a patch for this.
Comment #2
wrb123 commentedP.S. - this is also happening after middle/child node creation, but does not seem to ever happen during bottom/grandchild node creation.
Comment #3
wrb123 commentedP.S. - this is also happening after middle/child node creation, but does not seem to ever happen during bottom/grandchild node creation.
Comment #4
jaxpax commentedThat's right, the same for me. I was a little to vague in my explanation. To be more specific: I'm using Node Referrer and want to use a drag n drop feature that comes with that module. What I want to do is to sort my nodes, in a View, in a specific order, only using the node title, and when I hit the save button the error pops up. I also have a different View with the same nodes but this View contains both title and body text, in the order specified in the previously explained View. The strange thing here is that the View present the nodes, but without any errors.
Comment #5
Flying Drupalist commentedsubscribe
Comment #6
damienmckennaAfter coming across this myself in 6.x, I suggest doing some testing to ensure the node variable being passed in is a complete node and not NULL; my error stemmed from a typo, once I fixed the typo it worked again.
Comment #7
andypostI see that related to 6.x branch not 5
So is this still an issue?
Comment #8
jcfiala commentedI'm getting an error while running cron at line 451 in 6.x-beta2.
Could it be some node types doesn't have a 'fields' array attached to it because it has no cck fields yet?
Comment #9
andypost@jcfiala Error or warning? if no fileds attached then empty array is returned, so I see no problem with this code. Could you explain what cck version are you using?
Comment #10
Goofy2k commentedsubscribe
Comment #11
larskleiner commentedI get the following warning message when submitting an opencalais form (which doesn't use cck).
I believe this is the same warning jcfiala is talking about in #8. Attached a patch that fixes this particular warning message. I couldn't reproduce the OP's warning message and I'm pretty sure this patch wouldn't do anything to fix that one.
Comment #12
andypostThanx for patch, commited http://drupal.org/cvs?commit=410172