Fuel\Core\View_Exception [ 0 ]: The requested view could not be found: front COREPATH/classes/view.php 270 */ 271 public function set_filename($file) 272 { 273 if (($path = \Fuel::find_file('views', $file)) === false) 274 { 275 throw new \View_Exception('The requested view could not be found: '.\Fuel::clean_path($file)); 276 } 277 278 // Store the file path locally 279 $this->_file = $path; 280 Backtrace 1. COREPATH/classes/view.php @ line 75 2. COREPATH/classes/view.php @ line 58 3. APPPATH/classes/controller/articles.php @ line 9 4. COREPATH/classes/request.php @ line 323 5. APPPATH/bootstrap.php @ line 30 6. DOCROOT/index.php @ line 44
It looks like you're new here. If you want to get involved, click one of these buttons!