After installing the module and configuring it, started getting the following error which KILLED my site:

PHP Fatal error: Call to undefined function views_get_enabled_views() in /sites/all/modules/admin_menu/admin_menu.map.inc

I had to go into the system table to edit the hierarchical view module status to '0'.

Comments

elBradford’s picture

Title: PHP Fatal error: Call to undefined function views_get_enabled_views() in /sites/all/modules/admin_menu/admin_menu.map.inc » PHP Fatal error: Call to undefined function _hierarchical_select_setup_js()

Oops, posted the wrong fatal error. The real fatal error is:

PHP Fatal error: Call to undefined function _hierarchical_select_setup_js() in /sites/all/modules/hierarchical_select/modules/hs_taxonomy_views_handler_filter_term_node_tid.inc on line 26

FreeFox’s picture

I do have this error too.

PHP Fatal error: Call to undefined function _hierarchical_select_setup_js() in .../sites/all/modules/hierarchical_select/modules/hs_taxonomy_views_handler_filter_term_node_tid.inc on line 26

This happened after using Hierarchical select for views.

cimo75’s picture

It seems like the function is not available yet..

wim leers’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Closed (duplicate)