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

APPPATH/classes/Controller/Page/TopByTitle.php [ 172 ]

167 	public function action_index()
168 	{
169 		$data = [];		
170 				
171 		$this_user = Site::options('user');
172 		$data['user_id'] = $this_user['id'];
173 		
174 		$config = [];
175 		
176 		$data['limit'] = $this->_limit;
177 			
  1. APPPATH/classes/Controller/Page/TopByTitle.php [ 172 ] » Kohana_Core::error_handler(arguments)

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

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

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

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

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

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

Environment