PHP fatal error
-
Hello i get a load of fatal error when i update to latest version in this file:
29-Aug-2016 11:35:58 UTC] PHP Fatal error: Call to undefined method WPV_Settings::get_instance() in /public_html/wp-content/plugins/types/library/toolset/toolset-common/user-editors/medium/screen/content-template/frontend.php on line 61
The line looks like this:
`if (
is_tax()
|| is_category()
|| is_tag()
) {
$views_settings = WPV_Settings::get_instance();
$wpv_options = $views_settings->get();
$term = $wp_query->get_queried_object();
if( array_key_exists( ‘views_template_loop_’ . $term->taxonomy, $wpv_options ) ) {
return $wpv_options[‘views_template_loop_’ . $term->taxonomy];
}
}`
- The topic ‘PHP fatal error’ is closed to new replies.