Problem: I am trying to use some custom code from an older site in my new site, but it causes the new site to crash. The code uses a Views filter wpv_filter_taxonomy_frontend_search_get_terms_args to filter the terms included in a front-end taxonomy search filter.
Solution: Check to be sure all PHP function names are unique, and check to be sure all hooks are mapped to the correct unique function name.