ErrorException [ Warning ]: Trying to access array offset on value of type bool

APPPATH/classes/Controller/Companytaxi.php [ 129 ]

124 		$this->region = $region;
125 		$this->categories = $categories;
126 		
127 		$content = View::factory('/company/pag_locality');
128 		
129 		$canonical = '/'.$categories['categories_seoname'].'-'.$region['loc_url_en'];
130 		$this->template->canonical = $canonical;
131 		
132 		if (($post = $this->request->post()) AND (isset($post['id']))) 
133 		{
134 			$this->item($post['id']);
  1. APPPATH/classes/Controller/Companytaxi.php [ 129 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Companytaxi->action_localityname()

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

  4. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke()

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

  6. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute()

  7. DOCROOT/index.php [ 119 ] » Kohana_Request->execute()

Environment