ErrorException [ Notice ]: Undefined index:

MODPATH/uniqbox/classes/objectex.php [ 280 ]

275 			default:
276 				$serachtype="=";
277 				if(isset($args["searchtype"])){
278 					$serachtype=$args["searchtype"];
279 				}
280 				$objects = ORM::factory ('object')->where($findtype,$serachtype,$args[$findtype])->where("delete","=",$delete)->find();
281 				break;
282 		}
283 		return $objects;
284 	}
285 	
  1. MODPATH/uniqbox/classes/objectex.php [ 280 ] » Kohana_Core::error_handler(arguments)

  2. MODPATH/uniqbox/classes/objectex.php [ 43 ] » ObjectEx->load(arguments)

  3. APPPATH/classes/controller/welcome.php [ 252 ] » ObjectEx->__construct(arguments)

  4. {PHP internal call} » Controller_Welcome->action_index(arguments)

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

  6. APPPATH/bootstrap.php [ 114 ] » Kohana_Request->execute()

  7. DOCROOT/index.php [ 104 ] » require(arguments)

Environment