HTTP_Exception_404 [ 404 ]: Office 37-city-rd-old-street-ec1-london-1639 does not exist!

APPPATH/classes/controller/main.php [ 113 ]

108 
109 		$active_condition = $check_active ? ! $this->$object->active : FALSE;
110 		
111 		if ( ! $this->$object->loaded() || $active_condition)
112 		{
113 			throw new HTTP_Exception_404(ucfirst($object) . " :object does not exist!", array(
114 				':object' => $slug
115 			));
116 		}
117 
118 		if ($slug !== $this->$object->slug)
  1. APPPATH/classes/controller/office.php [ 22 ] » Controller_Main->set_object_from_url(arguments)

  2. {PHP internal call} » Controller_Office->before()

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

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

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

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

Environment