Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
http://example.com/admin/settings/indexpage yields the error message, "Fatal error: Call to undefined function node_get_types() in /path/to/drupal-7.x-dev/sites/all/modules/indexpage/indexpage.admin.inc on line 138" on version 7.x.1.x-dev (2009 July 21)
Thank you for letting me know. As you know D7 is not ready for prime time and it has been a while since I did that change. Obviously I need to revisit the changes.
I have made even more progress (committed to -dev), but I know that the vocabulary filter is a problem, so please turn it off for all content types for now. Also the actual results page still needs some work to get the query to work right.
Comments
Comment #1
emmajane commentedhttp://example.com/admin/settings/indexpage yields the error message, "Fatal error: Call to undefined function node_get_types() in /path/to/drupal-7.x-dev/sites/all/modules/indexpage/indexpage.admin.inc on line 138" on version 7.x.1.x-dev (2009 July 21)
Comment #2
nancydruThank you for letting me know. As you know D7 is not ready for prime time and it has been a while since I did that change. Obviously I need to revisit the changes.
Comment #3
nancydruIf you know how, could you try replacing that function with
node_type_get_names.Comment #4
nancydruMarking #772356: Enabled Module and Nothing as a duplicate, just to track them both in one issue.
Comment #5
emmajane commentedA settings page appears when the function is updated to the one you listed.
Comment #6
nancydru@emmajane: Thanks for trying that out.
I have made even more progress (committed to -dev), but I know that the vocabulary filter is a problem, so please turn it off for all content types for now. Also the actual results page still needs some work to get the query to work right.
Comment #8
nancydruIt seems to be working for 7.x now.
Comment #9
nancydru