Kohana_Exception [ 42 ]: File photo/6421-big-1.jpg doesn't exists

macros/modules/core/controllers/routes.php [ 71 ]

66     {
67         $src = dirname(MODPATH) . '/_web/' . $path;
68         if (is_file($src)) {
69             $this->_send_file($src);
70         }
71         throw new Kohana_Exception('File ' . $path . ' doesn\'t exists');
72     }
73 }
  1. {PHP internal call} » Routes_Controller->core_file()

  2. MODPATH/core/libraries/Router.php [ 400 ] edit » ReflectionMethod->invokeArgs()

  3. SYSPATH/core/Kohana.php [ 236 ] edit » Router_Core::execute()

  4. SYSPATH/core/Event.php [ 209 ] edit » Kohana::instance()

  5. SYSPATH/core/Bootstrap.php [ 62 ] edit » Event::run()

  6. DOCROOT/macros/bootstrap.php [ 58 ] edit » require(arguments)

  7. DOCROOT/index.php [ 5 ] edit » require(arguments)

Environment