"Loading partial objects is dangerous. Fetch full objects or consider " . "using a different fetch mode. If you really want partial objects, " . "set the doctrine.forcePartialLoad query hint to TRUE.", 'QueryException#nonUniqueResult' => "The query contains more than one result." ); } if (isset(self::$_messages[$messageKey])) { return self::$_messages[$messageKey]; } return false; } }