When saving a content type that will be "included" in a sitemap, I'm getting the following notice after saving:
Notice: Object of class stdClass could not be converted to int in _menu_navigation_links_rebuild() (line 2703 of /Users/benkaplan/git/commerce_quickstart12f/includes/menu.inc).
Any ideas as to the cause?
--Ben
Comments
Comment #1
tonylegrone commentedI'm getting the same error. It seems to be related to a custom entity I have, but I think the solution for this could help me too since it's regarding the menu system.
Comment #2
dave reidI don't think this is related to XML sitemap at all.
Comment #3
pcambraRelated #972536: Object of class stdClass could not be converted to int in _menu_router_build() - line 3370 & #1666000: Object of class CommerceCouponType could not be converted to int & #1425356: Object of class Model could not be converted to int
Comment #4
Anonymous (not verified) commentedSo the issues pointed to by pcambra show that this is a core issue or perhaps a PHP issue when sorting arrays containing objects. This is not an xmlsitemap issue.