ErrorException [ Notice ]: Undefined index: 284

APPPATH/classes/module.php [ 120 ]

115 			$fields = new Fields($p['element_fields']);
116 		
117 			$r = DB::select()->from($p['etable'])
118 				->where('isactive', '=', '1')->where('id', '=', $this->mdata['eid'])
119 				->execute()->as_array('id');
120 			$elem = $r[$this->mdata['eid']];
121 			
122 			$elem_process = $this->dynamic_process($elem, $fields, $p['element']);
123 			$elem_process['href'] = $this->get_dynamic_href($p['id'], $elem['parent_id'], $elem['id']);
124 			$elem_process['id'] = $elem['id'];
125 			$elem_process['part_id'] = $p['id'];
  1. APPPATH/classes/module.php [ 120 ] » Kohana_Core::error_handler()

  2. APPPATH/classes/module.php [ 89 ] » Module->get_dynamic_element()

  3. APPPATH/classes/module.php [ 46 ] » Module->set_dynamic_page_content()

  4. MODPATH/gengine/classes/controller/module.php [ 55 ] » Module->get_page_content()

  5. {PHP internal call} » Controller_Module->action_index(arguments)

  6. SYSPATH/classes/kohana/request.php [ 863 ] » ReflectionMethod->invokeArgs(arguments)