ErrLookup › doctrine/orm
doctrine/orm
Doctrine Object Relational Mapper (ORM) · PHP · 453 source files
Analyzed at d9b9ff7301 on 2026-08-21. 134 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Uninitialized result set mapping. | exception | error | doctrine-orm, native-query, result-set-mapping, to-iterate |
| Unable to use access strategy type of [%s] without a Concurr | exception | error | doctrine-orm, second-level-cache, read-write-cache, cache-region |
| Unrecognized access strategy type [%s] | exception | error | doctrine-orm, second-level-cache, metadata, mapping |
| If you want to use a "READ_WRITE" cache an implementation of | exception | error | doctrine-orm, second-level-cache, read-write-cache, configuration |
| The directory "%s" does not exist and could not be created. | exception | error | doctrine-orm, second-level-cache, file-locks, filesystem, permissions |
| The directory "%s" is not writable. | exception | error | doctrine-orm, second-level-cache, file-locks, permissions, filesystem |
| Lazy loading proxies require PHP 8.4 or higher. | exception | error | doctrine-orm, php-version, lazy-loading, configuration |
| The lazy ghost object feature cannot be disabled anymore. Pl | exception | error | doctrine-orm, upgrade, deprecated-api, configuration |
| Rejecting ID collisions in the identity map cannot be disabl | exception | error | doctrine-orm, upgrade, identity-map, configuration |
| Undefined method "%s". The method name must start with eithe | exception | error | doctrine-orm, repository, magic-methods, api-misuse |
| Field "%s" is not a valid field of the entity "%s" in PreUpd | exception | error | doctrine-orm, events, listeners, changeset |
| hydrateRowData() not implemented by this hydrator. | exception | error | doctrine-orm, hydration, to-iterate, batch-processing |
| {argAlias} does not exist | exception | error | doctrine-orm, dql, hydration, dto, new-expression |
| Cannot use SimpleObjectHydrator with a ResultSetMapping that | exception | error | |
| Cannot use SimpleObjectHydrator with a ResultSetMapping that | exception | error | |
| Unable to retrieve association information for column "%s" | exception | error | |
| The query returned multiple rows. Change the query or use a | exception | error | |
| The query returned a row containing multiple columns. Change | exception | error | |
| Invalid call to %s::%s(), unknown named arguments: %s | exception | error | |
| A cycle has been detected, so a topological sort is not poss | exception | error | |
| Undefined property: {offset} | exception | error | |
| Mapping error on field '{fieldName}' in {sourceEntity} : 'jo | exception | error | |
| Unknown property {key} on class {class} | exception | error | |
| Unknown property "%s" on class %s | exception | error | |
| Type should be a ToOne Association here | exception | error | |
| Class {name} has a composite identifier. | exception | error | |
| The discriminator column was not set. | exception | error | |
| Association name expected, '{assocName}' is not an associati | exception | error | |
| Context: Calling %s() with "%s", which is the owning side of | exception | error | |
| Unknown property {key} on class {class} | exception | error | doctrine-orm, mapping, discriminator-column, inheritance, configuration |
| The $reportFieldsWhereDeclared argument is no longer support | exception | error | doctrine-orm, attribute-driver, upgrade, breaking-change |
| The attribute "%s" is repeatable. Call getPropertyAttributeC | exception | error | doctrine-orm, php-attributes, internal-api, api-misuse |
| The attribute "%s" is not repeatable. Call getPropertyAttrib | exception | error | doctrine-orm, php-attributes, internal-api, api-misuse |
| Argument #2 passed to %s() must be an instance of %s, %s giv | exception | error | doctrine-orm, database-driver, reverse-engineering, type-error |
| Unknown class {className} | exception | error | doctrine-orm, database-driver, reverse-engineering, entity-resolution |
| Table {tableName} has no primary key. Doctrine does not supp | exception | error | doctrine-orm, reverse-engineering, database-schema, primary-key |
| The XML metadata driver cannot be enabled because the Simple | exception | error | doctrine-orm, xml-driver, php-extension, environment, docker |
| XSD validation cannot be enabled because the DOM extension i | exception | error | doctrine-orm, xml-driver, php-extension, xsd-validation, environment |
| <index-by /> is not a valid tag | exception | error | doctrine-orm, xml-mapping, one-to-many, index-by |
| Class "%s" does not exist | exception | error | doctrine-orm, xml-mapping, class-not-found, options |
| Invalid cache usage "%s" | exception | error | doctrine-orm, xml-mapping, second-level-cache, configuration |
| Unknown field: {name} ::${field} | exception | error | doctrine-orm, reflection, class-metadata, field-access |
| This class requires PHP 8.4 or higher. | exception | error | doctrine-orm, property-accessor, php-84, runtime-version |
| %s::$%s must be readonly property | exception | error | doctrine-orm, property-accessor, readonly, internal-api |
| Attempting to change readonly property %s::$%s. | exception | error | doctrine-orm, property-accessor, readonly, hydration |
| %s::$%s must have a type when used with TypedNoDefaultProper | exception | error | doctrine-orm, property-accessor, typed-properties, internal-api |
| %s::$%s must not be nullable when used with TypedNoDefaultPr | exception | error | doctrine-orm, property-accessor, nullable, typed-properties, internal-api |
| Given property is not readonly. | exception | error | doctrine-orm, reflection, readonly, internal-api |
| Attempting to change readonly property %s::$%s. | exception | error | php-readonly, orm-mapping, flush, hydration |
| This mapping is not indexed. Use %s::isIndexed() to check th | exception | error | orm-mapping, collection, indexby, extra-lazy |
| ClassMetadata::setTable() has to be called before defining a | exception | error | orm-mapping, one-to-one, classmetadata, unique-constraint |
| The Doctrine setup tool cannot configure caches without symf | exception | error | composer-dependency, cache, orm-setup, symfony-cache |
| Selecting a collection by index is only supported on indexed | exception | error | collection, many-to-many, extra-lazy, indexby |
| Selecting a collection by index is only supported on indexed | exception | error | collection, one-to-many, extra-lazy, indexby |
| Filtering a collection by Criteria is not supported by this | exception | error | collection, one-to-many, criteria, matching, extra-lazy |
| Unexpected empty result for database query. | exception | error | flush, optimistic-lock, generated-columns, database-consistency |
| Unexpected number of database columns. | exception | error | orm-internal, version-field, generated-columns, metadata-cache |
| Unexpected empty result for database query. | exception | error | flush, joined-inheritance, optimistic-lock, database-consistency |
| Unexpected number of database columns. | exception | error | orm-internal, joined-inheritance, version-field, metadata-cache |
| Unknown composite {type} | exception | error | criteria, composite-expression, doctrine-collections, matching |
| The class "%s" is not part of the proxy namespace "%s" | exception | error | proxy, autoloader, namespace, lazy-loading |
| Doctrine ORM does not support property hook on %s::%s withou | exception | error | php-8-4, property-hooks, proxy, lazy-loading |
| The hint "HINT_CACHE_EVICT" is not valid for select statemen | exception | error | second-level-cache, query-hints, dql, cache-eviction |
| Undefined reference field mapping "%s" | exception | error | dql, identity-function, field-mapping, foreign-key |
| Unable to resolve the reference field mapping "%s" | exception | error | dql, identity-function, join-column, foreign-key |
| Expression of type '%s' not allowed in this context. | exception | error | query-builder, expression, dql, type-validation |
| Parameter '%s' does not exist. | exception | error | |
| Filter '%s' does not exist. | exception | error | |
| Filter '%s' is not suspended. | exception | error | |
| Filter '%s' is not enabled. | exception | error | |
| No metadata for DQL alias: %s | exception | error | |
| Executor not set yet. Call %s::setSqlExecutor() first. | exception | error | |
| This ParserResult lacks both the SqlFinalizer as well as the | exception | error | |
| Unknown composite %s | exception | error | |
| No aliases are set before invoking walkComparison(). | exception | error | |
| Unknown comparison operator: %s | exception | error | |
| ResultSetMapping builder does not currently support your inh | exception | error | |
| The column '%s' conflicts with another column in the mapper. | exception | error | |
| %d is not a valid value for $mode | exception | error | |
| No metadata for DQL alias: %s | exception | error | |
| Type of association must be one of *_TO_ONE or MANY_TO_MANY | exception | error | |
| Not implemented | exception | error | |
| No result variable found for string expression "%s". | exception | error | |
| Unknown result variable: %s | exception | error | |
| No metadata for DQL alias: %s | exception | error | doctrine-orm, dql, tree-walker, ast, class-metadata |
| No alias was set before invoking getRootAlias(). | exception | error | doctrine-orm, query-builder, join, dql |
| Setting a limit is not supported for delete or update querie | exception | error | doctrine-orm, query-builder, bulk-operations, limit, pagination |
| Using $append = true does not have an effect with 'where' or | exception | error | doctrine-orm, query-builder, where, having, dql-parts |
| No alias was set before invoking add(). | exception | error | doctrine-orm, query-builder, join, deprecated, dql-parts |
| %s(): The alias for entity %s must not be omitted. | exception | error | doctrine-orm, query-builder, delete, bulk-operations |
| No second-level cache is configured on the given EntityManag | console | error | doctrine-orm, second-level-cache, console, cache, symfony, cli |
| Missing arguments "--owner-class" "--association" | console | error | doctrine-orm, console, second-level-cache, cli, cache |
| No second-level cache is configured on the given EntityManag | console | error | doctrine-orm, second-level-cache, console, cache, symfony, cli |
| Invalid argument "--entity-class" | console | error | doctrine-orm, console, second-level-cache, cli, cache |
| No Metadata cache driver is configured on given EntityManage | console | error | doctrine-orm, console, cache, metadata-cache, cli, symfony |
| No Query cache driver is configured on given EntityManager. | console | error | doctrine-orm, console, cache, query-cache, cli, symfony |
| Cannot clear APCu Cache from Console, it's shared in the Web | console | error | doctrine-orm, console, apcu, cache, php-fpm, deployment |
| No second-level cache is configured on the given EntityManag | console | error | doctrine-orm, second-level-cache, console, cache, cli, symfony |
| No Result cache driver is configured on given EntityManager. | console | error | doctrine-orm, console, cache, result-cache, cli, symfony |
| Proxy directory cannot be null | console | error | doctrine-orm, console, proxy, configuration, cli |
| Proxies destination directory '<info>%s</info>' does not exi | console | error | doctrine-orm, console, proxy, filesystem, cli |
| Proxies destination directory '<info>%s</info>' does not hav | console | error | doctrine-orm, console, proxy, filesystem, permissions, cli |
| You do not have any mapped Doctrine ORM entities according t | console | error | |
| Could not find any mapped Entity classes matching "%s" | console | error | |
| Entity name "%s" is ambiguous, possible matches: "%s" | console | error | |
| Do not know how to format value "%s" | console | error | |
| Argument 'dql' is required in order to execute this command | console | error | |
| Option 'depth' must contain an integer value | console | error | |
| Hydration mode '%s' does not exist. It should be either: obj | console | error | |
| Option 'first-result' must contain an integer value | console | error | |
| Option 'max-result' must contain an integer value | console | error | |
| Error while evaluating regex '/%s/'. | console | error | |
| The setSchema() method requires the DBAL Schema::edit() API | exception | error | |
| The setSchema() method requires the DBAL Schema::edit() API | exception | error | |
| The setClassTable() method requires the DBAL Schema::edit() | exception | error | |
| Cannot count query which selects two FROM components, cannot | exception | error | |
| Not all identifier properties can be found in the ResultSetM | exception | error | |
| Cannot count query that uses a HAVING clause. Use the output | exception | error | |
| Cannot count query which selects two FROM components, cannot | exception | error | |
| LimitSubqueryOutputWalker is to be used on SelectStatements | exception | error | |
| Cannot count query which selects two FROM components, cannot | exception | error | |
| The Paginator does not support Queries which only yield Scal | exception | error | |
| Not all identifier properties can be found in the ResultSetM | exception | error | doctrine-orm, paginator, pagination, result-set-mapping, composite-key, partial-select, dql |
| Paginating an entity with foreign key as identifier only wor | exception | error | doctrine-orm, paginator, pagination, association-key, foreign-key-identifier, output-walker |
| Cannot select distinct identifiers from query with LIMIT and | exception | error | doctrine-orm, paginator, pagination, fetch-join, to-many-association, order-by, output-walker |
| Can only process queries that select only one FROM component | exception | error | doctrine-orm, paginator, pagination, dql, from-clause, root-entity |
| RootTypeWalker is to be used on SelectStatements only | exception | error | doctrine-orm, walker, custom-output-walker, internal-api, select-only, dql |
| Cannot count query which selects two FROM components, cannot | exception | error | doctrine-orm, paginator, pagination, where-in-walker, dql, from-clause |
| Commit failed | exception | critical | doctrine-orm, unit-of-work, transaction, commit, deadlock, rollback, dbal, flush |
| Cannot call recomputeSingleEntityChangeSet before computeCha | exception | error | doctrine-orm, unit-of-work, change-set, entity-state, lifecycle-listener, flush |
| Dirty entity can not be scheduled for insertion. | exception | error | doctrine-orm, unit-of-work, persist, onflush, lifecycle-listener, flush |
| Unexpected entity state: %s. %s | exception | error | doctrine-orm, unit-of-work, entity-state, persist, internal-invariant |
| No persister found for entity. | exception | error | doctrine-orm, unit-of-work, persister, inheritance-mapping, metadata-cache, table-per-class |
| Could not resolve type of column "%s" of class "%s" | exception | error | doctrine-orm, mapping, join-column, referenced-column-name, persister-helper, criteria, many-to-many |