ErrorException [ Notice ]: Uninitialized string offset: 0

APPPATH/controllers/professor.php [ 129 ]

124 						&chco=0fa8db";
125 						
126 				
127 				//Get Facebook cookie to extract FB UID
128 				// $cookie = $this->get_facebook_cookie();
129 				$data['user'] = $this->users_model->get_by('fbid', $fb_data['me']['id']);
130 				
131 				// //Cookie might not be set
132 				// if($cookie)
133 				// {
134 				// 	$data['user'] = $this->users_model->get_by('fbid', $cookie['uid']);
  1. APPPATH/controllers/professor.php [ 129 ] » MY_Exceptions::error_handler()

  2. {PHP internal call} » Professor->index(arguments)

  3. SYSDIR/codeigniter/CodeIgniter.php [ 236 ] » call_user_func_array(arguments)