Error [ 0 ]: Call to undefined method VUri::redirect()

/home/admin/domains/streamingjav/public_html/de/modules/blog/components/view.php [ 37 ]

32   			VModule::load('404', true);
33   		}
34   		
35   		$url	= 'blog/'.$blog_id.'/'.$blog['slug'].'/';
36   		if (!VUri::match($url)) {
37   			VUri::redirect(BASE_URL.'/'.$url, 301);
38   		}
39   		
40   		if ($blog['status'] == '1') {  			
41   			$this->db->query("
42   				UPDATE #__blog
  1. /home/admin/domains/streamingjav/public_html/de/modules/blog/blog.php [ 40 ] » VComponent_blog_view->render()

  2. /home/admin/domains/streamingjav/public_html/de/libraries/framework/module.php [ 25 ] » VModule_blog->render()

  3. /home/admin/domains/streamingjav/public_html/de/index.php [ 39 ] » VModule::load()

Environment