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

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

If 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.

traceelements’s picture

I 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.

dave reid’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Ah, 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.

traceelements’s picture

Status: Closed (duplicate) » Closed (works as designed)

I'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.