Shinracorp
Member
Hey everyone,
I was just rebuilding my caches today and when it came to building it I get a fatal error saying that: Class name must be a valid object or a string in /library/XenForo/Search/DataHandler/Abstract.php on line 291
The function in question is this
Being a total fool at programming I have no idea what it's supposed to do this function.
I was just rebuilding my caches today and when it came to building it I get a fatal error saying that: Class name must be a valid object or a string in /library/XenForo/Search/DataHandler/Abstract.php on line 291
The function in question is this
PHP:
public static function create($class)
{
$class = XenForo_Application::resolveDynamicClass($class, 'search_data');
return new $class;
}
Being a total fool at programming I have no idea what it's supposed to do this function.