Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2011 at 00:13 UTC
Updated:
31 May 2011 at 00:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
amateescu commentedThis was introduced by #1110954: Provide a nodequeue_save_subqueue_order_alter hook to allow other modules to respond to and affect the sort. A quick fix would be to update you php to a version higher than 5.2.9 and I will come up with a proper fix shortly.
Comment #2
gregglessubscribe. Sorry about this.
Comment #3
amateescu commentedLet's try this patch :)
Comment #4
eriknewby commentedUnfortunately still throwing the same warning for me at line 1333.
PS - impressively fast response time. Thanks for all the hard work you do!
Comment #5
amateescu commented@eriknewby, thank you :)
Are you running on 7.x-2.x-dev downloaded from drupal.org or from git? I'm asking because i commited some patches in the meantime that changed the file structure a lot, so you'll have to upgrade to a new -dev when it will be packaged by the d.o buid script (probably later today), or if you're on git, just pull the latest changes (and don't forget to clear the cache and run update.php).
Anyway, here is another patch for you to try. If you don't want to wait for another -dev and you're not on git, i guess you could apply these changes manually to nodequeue.module and post the results.
Comment #6
eriknewby commented@amateescu the patch works great! I applied it manually for now just to be safe. Thank you!
Comment #7
amateescu commentedCommited to 7.x.
http://drupalcode.org/project/nodequeue.git/commit/a39a8ad
Comment #8
gregglesShouldn't this also go into 6.x branch?
Comment #9
amateescu commentedOf course it should, thanks for keeping an eye on it :)
Commited attached patch to 6.x.
http://drupalcode.org/project/nodequeue.git/commit/3f29ccd