Open file : root Forum /vb/search/criteria.php


Find:
Code:
if (method_exists($this->search_type, 'get_display_name'))

Replace by :
Code:
if (is_object($this->search_type) && is_callable($this->search_type->get_display_name()))

View more latest threads same category: