View_Exception [ 0 ]: The requested view pagination/floating_bootstrap_ajax could not be found

SYSPATH/classes/Kohana/View.php [ 265 ]

260 	 */
261 	public function set_filename($file)
262 	{
263 		if (($path = Kohana::find_file('views', $file)) === FALSE)
264 		{
265 			throw new View_Exception('The requested view :file could not be found', [
266 				':file' => $file,
267 			]);
268 		}
269 
270 		// Store the file path locally
  1. SYSPATH/classes/Kohana/View.php [ 145 ] » Kohana_View->set_filename(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 30 ] » Kohana_View->__construct(arguments)

  3. MODPATH/pagination/classes/Kohana/Pagination.php [ 278 ] » Kohana_View::factory(arguments)

  4. APPPATH/classes/Model/Clanky.php [ 79 ] » Kohana_Pagination->render()

  5. APPPATH/classes/Model/Clanky.php [ 992 ] » Model_Clanky->get_data(arguments)

  6. APPPATH/classes/Controller/Welcome.php [ 191 ] » Model_Clanky->get_category(arguments)

  7. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Welcome->action_kategorie()

  8. {PHP internal call} » Kohana_Controller->execute()

  9. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

  10. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  11. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  12. DOCROOT/index.php [ 123 ] » Kohana_Request->execute()

Environment