Active
Project:
Boost
Version:
7.x-1.x-dev
Component:
Cron Crawler
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2011 at 01:32 UTC
Updated:
9 Mar 2013 at 09:27 UTC
When cron is triggered by an anonymous user visiting a page which Boost is *not* configured to ignore, I get a ton of following error:
Notice: Trying to get property of non-object in node_page_title() (line 2075 of /path/to/site/modules/node/node.module
The "Location" of the error is the page that was visited to trigger the cron run. I have never observed this error when initiating cron via drush or admin/config/system/cron. I've tried the following scenarios to trigger cron as a visitor with these results:
Then, I disabled Boost and did step #1 again, this time there were no errors.
Any ideas what might be going on or how to track this down further?
Comments
Comment #1
rooby commentedCan you try the patch at #1697570: _menu_load_objects() is not always called when building menu trees?
There seem to be a number of causes for this issue and that patch seems to fix the ones I have seen.
Comment #1.0
rooby commentedAdded one more test.