Kozen_Exception [ 404 ]: Could not find Homepage

MODPATH/kozen/classes/kozen/site.php [ 75 ]

70         $this->_requested_navigations[] = $page;
71         $this->_is_homepage = TRUE;
72       }
73       else
74       {
75         throw new Kozen_Exception('Could not find Homepage', array(), 404);
76       }
77     }
78     $this->_navigations_loaded = TRUE;
79     $page = $this->current_page();
80     if ( ! is_null($page) )
  1. MODPATH/kozen/classes/controller/site.php [ 19 ] » Kozen_Site->init()

  2. {PHP internal call} » Controller_Site->action_index()

  3. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 117 ] » Kohana_Request->execute()

Environment