Closed (duplicate)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2011 at 21:44 UTC
Updated:
29 Dec 2014 at 22:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
zoon_unit commentedNote that I can "cure" this particular error by reinstalling the nodequeue module through the devel module. (which deletes the old tables and creates them anew)
This tells me that the update code for alpha 2 is missing the update and conversion of something in the old tables.
Comment #2
Andreas Radloff commentedI'm seeing the same error (but with Undefined offset: 2). I'm using an older dev from May 19th, before alpha2, which I guess means the problem is not caused by alpha2.
I'm currently on views 7.x-3.0-rc1 but the problem has existed for me since a couple of months, everything seems to be working except for the notices.
Comment #3
amateescu commentedThis notice was introduced in http://drupal.org/node/817558#comment-4453848.
I will try to provide a fix in the following days.
Comment #4
amateescu commentedCan you please give me the output of:
right after:
Comment #5
amateescu commentedPlease reopen if you can provide more info.
Comment #6
amateescu commentedI was able to reproduce this issue and commited the attached patch to fix it.
http://drupalcode.org/project/nodequeue.git/commit/19747f2
Comment #7
ronan commentedI'm having something similar with the latest dev (2013-Apr-10). Not sure what's causing it, but the $value is valid but the $map[$key] does not exist, therefore I'm getting the same warning as above. The attached patch expands the guard clause from #6 to deal with this.
Comment #8
mycrazydog commentedJust for anyone who encounters this problem too (Undefined offset / nodequeue_handler_relationship_nodequeue), this patch fixed the problem for me. Thanks
Comment #9
fizk commentedThe remaining issues mentioned here have been fixed in #1436990: Undefined offset error with nodequeue relationship handler due to orphaned views.