Closed (works as designed)
Project:
Token
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2011 at 21:00 UTC
Updated:
13 Jan 2011 at 21:42 UTC
I just updated Token and Pathauto to 7.x-1.0-beta1 (I don't know which one is causing the error), and right after running the database update, I started getting this error.
Notice: Object of class stdClass could not be converted to int in _menu_router_build() (line 3464 of /home/spauldin/public_html/includes/menu.inc).
I'm using Drupal 7.0.
Comments
Comment #1
dave reidIf you disable the modules and run update.php, do you get the same error? I am suspect that this is actually caused by Token or Pathauto since I haven't seen it before nor has anyone else.
Comment #2
traceelements commentedI disabled the modules and tried to run update, but there were no updates to run, so I re-enabled the modules, and so far, no more error.
Comment #3
dave reidAh, I did a search and it looks like this is a core bug: #972536: Object of class stdClass could not be converted to int in _menu_router_build() - line 3370, so you'll want to follow the action there.
Comment #4
traceelements commentedI'm so sorry, I just realized that this is caused by the nodequeue module, not token or pathauto.
Edit: oh, I see your last post. You're one step ahead of me.