Closed (duplicate)
Project:
Nodequeue
Version:
7.x-2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2011 at 18:57 UTC
Updated:
2 May 2011 at 08:43 UTC
Since installing nodequeue, I get these notices in red:
Object of class stdClass could not be converted to int in _menu_router_build() (line 3464 of [root]/includes/menu.inc).
I also get the other menu notice about offset 5 so it might be related.
I get this on a lot of different pages, not all pages, but I stopped keeping track. I got it on the nodequeue management pages, the view management for nodequeue, and most recently I got it 5 times when I enabled a new module. (I only had two nodequeue menu items, I don't know why it would appear 5x.)
Comments
Comment #1
jennypanighetti commentedThis seems to be happening any time some sort of menu-update function is called. I've enabled nodequeue and haven't used it, yet this error appears when I save any non-nodequeue view (where a "page" view has a menu) or update autoaliases or create a new content type. It also often comes up more than once after the same save!
Comment #2
tinefin commentedCould this be a duplicate of: http://drupal.org/node/972536 ?
Comment #3
jennypanighetti commentedHm, I think it could be related to that, certainly. Everybody's line numbers in menu.inc seem to be different, though, so I don't know if that means it's crashing on the same function/concept or not. I experience it when working with views and content types and modules, and only when nodequeue is enabled. I've experienced this in no other modules...
Comment #4
perkesubscribing, got the exactly same issue with latest 7.x -2.x-dev version
Comment #5
upupax commentedsubscribe
same problem in last -dev
Comment #6
mikeefreedom commentedSubscribing
Comment #7
amateescu commentedDuplicate of #959904: Notice: Object of class stdClass could not be converted to int in _menu_router_build().
A patch is available at http://drupal.org/node/972536#comment-4362138 (D7/8 core issue).