ErrLookup › phalcon/cphalcon

phalcon/cphalcon

High performance, full-stack PHP framework delivered as a C extension. · PHP · 3,221 source files

Analyzed at b7419de9cd on 2026-08-21. 568 documented errors.

Code / MessageTypeSeverityTags
No route matched the request.
exception error paginator, querybuilder, having, sql, phalcon
Class '{className}' is not an ADR Action.
exception error paginator, querybuilder, orm, model, phalcon
Headers have already been sent; cannot emit the response.
exception error paginator, cursor, config, validation
No route matched the request.
exception error paginator, cursor, config, validation
No action directory set; call setActionDirectory().
exception error paginator, cursor, type-mismatch, querybuilder
The request method is not allowed for the matched route.
exception error paginator, cursor, config, validation
Invalid value for the accessList
exception error paginator, cursor, validation, config
Role '{roleName}' (to inherit) does not exist in the role li
exception error paginator, cursor, uuid, type-mismatch
Role '{roleName}' (to inherit) produces an infinite loop
exception warning queue, producer, delivery-delay, unsupported-feature
Role must be either a string or implement RoleInterface
exception warning queue, producer, priority, unsupported-feature
Access '{accessName}' does not exist in component '{componen
exception warning queue, producer, ttl, unsupported-feature
Access '{access}' does not exist in component '{componentNam
exception critical queue, beanstalk, connection, network, tcp
{elementName} '{element}' does not exist in the {suffix}
exception error queue, beanstalk, timeout, network, socket
Your passed parameter does not have the same class as the pa
exception error queue, beanstalk, protocol, server-error
You did not provide all necessary parameters for the defined
exception error queue, beanstalk, payload-size, limits
Object passed as componentName must implement Phalcon\Acl\Co
exception error queue, beanstalk, protocol, validation
Object passed as roleName must implement Phalcon\Acl\RoleAwa
exception critical queue, beanstalk, memory, server-error, capacity
Incompatible ACL snapshot version '{version}'; expected '{SN
exception error queue, destination, type-guard, pubsub
Malformed ACL snapshot structure
exception critical queue, redis, connection, auth, configuration
The component name cannot be '*'
exception error session, redis, locking, concurrency
The role name cannot be '*'
exception error acl, role, wildcard, validation
Cannot read annotation data
exception error annotations, cache, unserialize, stream-adapter
Annotations directory cannot be written
exception error annotations, cache, permissions, filesystem
The expression {type} is unknown
exception error annotations, parser, docblock, syntax
Collection does not have an annotation called '{name}'
exception error annotations, collection, not-found, lookup
Module '{name}' is not registered in the application
exception error application, modules, not-found, routing
Asset's content for '{path}' cannot be read
exception error assets, file-read, path, permissions
The collection '{name}' does not exist in the manager
exception error assets, collection, not-found, di-services
Path '{path}' is not a valid target path
exception error assets, target-path, filters, configuration
Path '{path}' is not a valid target path, it is a directory.
exception error assets, target-path, filesystem, validation
Asset '{path}' does not have a valid source path
exception error assets, source-path, filters, filesystem
Asset '{path}' does not have a valid target path
exception error assets, target-path, filters, configuration
Asset '{path}' has the same source and target paths
exception error assets, target-path, data-loss, safety-check
The filter is not valid
exception error assets, filters, interface, type-check
Access denied for {type} '{name}'
exception error auth, acl, authorization, dispatcher, access-denied
The Acl access gate requires the 'handler' context key to de
exception error auth, acl, context, dispatcher
Authenticated user does not implement 'Phalcon\Acl\RoleAware
exception error auth, acl, interface, user-model
Stream adapter file does not exist: {path}
exception error auth, stream-adapter, file-not-found, configuration
Stream adapter cannot read file: {path}
exception error auth, stream-adapter, permissions, filesystem
Stream adapter file is not valid JSON: {path}
exception error auth, stream-adapter, json, configuration
Stream adapter file does not contain a JSON array: {path}
exception error auth, json, stream-adapter, configuration
AuthUser data must contain a scalar 'id' key (int|string)
exception error auth, user-model, validation, primary-key
Session guard 'name' and 'rememberName' must differ
exception error auth, session, guard, configuration
The parameter must be an instance of Collection or DiInterfa
exception error auth, dependency-injection, type-error
Auth {context} requires service. None of the following are b
exception error auth, dependency-injection, service-not-found, configuration
Cannot resolve a fresh '{name}': it is not bound in the cont
exception error auth, dependency-injection, container, service-not-found
Cannot resolve a fresh '{name}': it is not registered in the
exception error auth, dependency-injection, class-not-found, typo
Failed to resolve '{name}' from the Di container
exception error auth, dependency-injection, exception-chaining, factory-error
Auth {context} requires '{key}' to be a non-empty array
exception error auth, options, configuration, validation
Auth {context} requires '{key}' to be a non-empty string
exception error auth, options, configuration, validation
Access '{accessName}' is not registered
exception error auth, access-control, acl, registration
No default guard registered
exception error auth, guard, configuration, default
Auth guard '{name}' is not defined
exception error auth, guard, configuration, unknown-name
No active access - call access() first
exception error auth, access-control, ordering, fluent-api
Unknown auth adapter '{name}'
exception error auth, adapter, configuration, unknown-name
Unknown auth guard '{type}'
exception error auth, guard, configuration, unknown-name
The 'method' parameter must be either a callable or NULL
exception error autoload, loader, callable, upgrade
The directories parameter is not a string or array for the '
exception error autoload, loader, namespaces, configuration
A dependency injection container is required to access inter
exception critical cli, console, dependency-injection, bootstrap
Invalid module definition for module '{moduleName}': The mod
exception error phalcon, cli, module, configuration, bootstrap
Module definition path '{path}' does not exist
exception error phalcon, cli, module, file-path, deployment
Invalid module definition for module '{moduleName}': The mod
exception error phalcon, cli, module, closure, configuration
Arguments must be an array or string, {type} given
exception error phalcon, cli, router, arguments, type-error
Before-Match callback is not callable in matched route '{pat
exception error phalcon, cli, router, callback, callable
Before-Match callback is not callable in matched route '{pat
exception error phalcon, cli, router, callback, callable
The route contains invalid paths ('{pattern}')
exception error phalcon, cli, router, route, namespace
To use 'array' adapter you have to specify the 'config' as a
exception error phalcon, config, grouped, adapter, configuration
Configuration file {fileName} cannot be loaded
exception error phalcon, config, ini, file-path, configuration
Configuration file {fileName} cannot be loaded
exception error phalcon, config, json, file-path, configuration
Configuration file {fileName} cannot be loaded
exception error phalcon, config, php, file-path, configuration
Yaml extension is not loaded
exception error phalcon, config, yaml, php-extension, environment
Configuration file {fileName} cannot be loaded
exception error phalcon, config, yaml, file-path, configuration
Invalid data type for merge.
exception error phalcon, config, merge, type-error, configuration
You need to provide the extension in the file path
exception error phalcon, config, factory, file-extension, configuration
Config must be array or Phalcon\Config\Config object
exception error phalcon, config, factory, type-error, configuration
You must provide 'filePath' option in factory config paramet
exception error phalcon, config, factory, missing-option, configuration
You must provide 'adapter' option in factory config paramete
exception error phalcon, config, factory, missing-option, configuration
Cannot extend already-resolved service '{name}'
exception error phalcon, container, di, service, extend
Service '{name}' not found
exception error di-container, service-not-found, extend, phalcon
Instance '{name}' not found
exception error di-container, shared-instance, instance-not-found, phalcon
Parameter '{name}' not found
exception error di-container, parameters, configuration, phalcon
Service '{name}' not registered
exception error di-container, type-mismatch, service-not-registered, phalcon
Circular alias detected: '{alias}'
exception error di-container, alias, circular-reference, phalcon
No processor found for the given definition
exception error di-container, definition, invalid-type, phalcon
Circular alias detected: '{name}'
exception error di-container, alias, circular-reference, phalcon
No class set for service '{name}'
exception error di-container, definition, no-class-set, phalcon
No factory set for service '{name}'
exception error di-container, definition, factory, phalcon
Extender at key '{key}' for service '{service}' is not calla
exception error di-container, extenders, invalid-callable, phalcon
Cannot modify frozen definition '{name}'
exception error di-container, immutable, frozen-definition, phalcon
Environment variable '{varname}' is not defined
exception error di-container, environment-variables, lazy-resolution, phalcon
Cannot resolve parameter '${param}' for '{className}'
exception error di-container, autowire, reflection, constructor-injection, phalcon
Driver not supported [{driver}]
exception error pdo, database, dsn, driver-not-supported, phalcon
Class '{className}' does not have a method '{name}'
exception error pdo, database, undefined-method, magic-methods, phalcon
Operation cancelled by a listener of '{eventName}'
exception warning pdo, events, event-manager, cancellation, phalcon
Cannot disconnect a Decorated connection instance
exception error pdo, database, decorator, connection-lifecycle, phalcon
Connection not found: {type}:{requested}
exception error pdo, database, connection-locator, read-write-split, phalcon
Unknown method: [{method}]
exception error php, phalcon, datamapper, select, magic-method, bad-method-call
The 'dialectClass' '{className}' must implement Phalcon\Db\D
exception error php, phalcon, db, dialect, interface, configuration, constructor
Savepoints are not supported by this database adapter
exception error php, phalcon, db, savepoint, transaction, dialect
The table must contain at least one column
exception error php, phalcon, db, ddl, create-table, schema
Unable to insert into {table} without data
exception error php, phalcon, db, insert, empty-data, validation
Nested transaction with savepoints behavior cannot be change
exception error php, phalcon, db, transaction, savepoint, configuration, lifecycle
The number of values in the update is not the same as fields
exception error php, phalcon, db, update, argument-mismatch, validation
Invalid WHERE clause conditions
exception error php, phalcon, db, update, where-clause, type-error
Incomplete number of bind types
exception error php, phalcon, db, bind, insert, update, type-mapping
There is no active transaction
exception error php, phalcon, db, transaction, commit, transaction-lifecycle
Matched parameter was not found in parameters list
exception error php, phalcon, db, bind, sql, placeholder, parameter-mismatch
Invalid bind parameter (1)
exception error php, phalcon, db, bind, pdo, type-error
Cannot prepare statement
exception error php, phalcon, db, pdo, sql, prepare, error-mode
DATABASE PARAMETER 'FOREIGN_KEY_CHECKS' HAS TO BE 1
exception error mysql, foreign-keys, ddl, migration, phalcon-db
The table must contain at least one column
exception error postgresql, create-table, schema-definition, phalcon-db
The database must be specified with either 'dbname' or 'dsn'
exception critical sqlite, connection, dsn, configuration, phalcon-db
CHECK expression is required
exception error check-constraint, schema-definition, phalcon-db
CHECK expression must be a non-empty string
exception error check-constraint, type-validation, phalcon-db
Column type is required
exception error column, schema-definition, phalcon-db
Column type does not support scale parameter
exception error column, type-mismatch, schema-definition, phalcon-db
Column type cannot be auto-increment
exception error column, auto-increment, primary-key, phalcon-db
Column generation expression must be a string
exception error column, generated-column, type-validation, phalcon-db
Generated column cannot also be auto-increment
exception error column, generated-column, auto-increment, conflict, phalcon-db
Generated column cannot have a default value
exception error column, generated-column, default-value, conflict, phalcon-db
Invalid SQL expression
exception error dialect, phql, expression, internal-api, phalcon-db
Invalid SQL expression type '{}'
exception error dialect, phql, expression, invalid-type, internal-api
Materialized views are not supported by this dialect
exception error materialized-view, dialect, postgresql, mysql, sqlite, unsupported-feature
ON CONFLICT requires at least one conflict-target column
exception error upsert, on-conflict, dialect, postgresql, sqlite, phalcon-db
ON CONFLICT DO UPDATE requires at least one update column
exception error upsert, on-conflict, dialect, validation, phalcon-db
RETURNING clauses are not supported by this dialect
exception error returning, dialect, mysql, postgresql, sqlite, unsupported-feature
The index 'tables' is required in the definition array
exception error phalcon, sql, dialect, select, definition-array
The index 'columns' is required in the definition array
exception error phalcon, sql, dialect, select, definition-array
Operator '{}' is not supported by this SQL dialect
exception error phalcon, sql, dialect, operator, jsonb, postgresql, mysql
Invalid SQL-GROUP-BY expression
exception error phalcon, sql, dialect, group-by, expression-array
Invalid SQL-list expression
exception error phalcon, sql, dialect, expression-array, in-list
Invalid SQL-ORDER-BY expression
exception error phalcon, sql, dialect, order-by, expression-array
Invalid SQL-unary expression
exception error phalcon, sql, dialect, expression-array, unary
The index 'columns' is required in the definition array
exception error phalcon, mysql, ddl, create-table, definition-array
The index 'sql' is required in the definition array
exception error phalcon, mysql, ddl, create-view, definition-array
Unrecognized MySQL data type at column {}
exception error phalcon, mysql, ddl, column-type, create-table
ON CONFLICT upserts are not supported by MySQL; use INSERT .
exception error phalcon, mysql, upsert, on-conflict, sql-dialect
The index 'columns' is required in the definition array
exception error phalcon, postgresql, ddl, create-table, definition-array
The index 'sql' is required in the definition array
exception error phalcon, postgresql, ddl, materialized-view, definition-array
Unrecognized PostgreSQL data type at column {}
exception error phalcon, postgresql, ddl, column-type, create-table
RETURNING requires at least one column or '*'
exception error phalcon, postgresql, returning, ddl, validation
Adding a CHECK constraint to an existing table is not suppor
exception error phalcon, sqlite, ddl, check-constraint, alter-table
Adding a foreign key constraint to an existing table is not
exception error phalcon, sqlite, ddl, foreign-key, alter-table
Adding a primary key after table has been created is not sup
exception error phalcon, sqlite, ddl, primary-key, alter-table
The index 'columns' is required in the definition array
exception error sqlite, phalcon-db, ddl, create-table, schema-definition
The index 'sql' is required in the definition array
exception error sqlite, phalcon-db, ddl, create-view, schema-definition
Dropping a CHECK constraint is not supported by SQLite
exception error sqlite, phalcon-db, ddl, check-constraint, unsupported-operation, migrations
Dropping a foreign key constraint is not supported by SQLite
exception error sqlite, phalcon-db, ddl, foreign-key, unsupported-operation, migrations
Removing a primary key after table has been created is not s
exception error sqlite, phalcon-db, ddl, primary-key, unsupported-operation, migrations
Unrecognized SQLite data type at column {column}
exception error sqlite, phalcon-db, ddl, column-type, schema-definition
Altering a DB column is not supported by SQLite
exception error sqlite, phalcon-db, ddl, alter-column, unsupported-operation, migrations
RETURNING requires at least one column or '*'
exception error sqlite, phalcon-db, returning, dml, sqlite-3-35
Invalid WKB: empty value
exception error wkb, geometry, phalcon-db, spatial, parser
Invalid WKB: buffer too short for MySQL prefix
exception error wkb, geometry, phalcon-db, spatial, parser, mysql
Invalid WKB: unknown geometry type {baseType}
exception error wkb, geometry, phalcon-db, spatial, parser
Invalid WKB: truncated buffer
exception error wkb, geometry, phalcon-db, spatial, parser, truncated-data
Index definition 'columns' key must be an array
exception error phalcon-db, index, schema-definition, migrations
Index definition 'directions' key must be an array
exception error phalcon-db, index, schema-definition, migrations
Index definition 'where' key must be a string
exception error phalcon-db, index, partial-index, schema-definition, migrations
Referenced table is required
exception error phalcon-db, foreign-key, reference, schema-definition, migrations
Foreign key columns are required
exception error phalcon-db, foreign-key, reference, schema-definition, migrations
Referenced columns of the foreign key are required
exception error phalcon-db, foreign-key, reference, schema-definition, migrations
Number of columns is not equals than the number of columns r
exception error
Service '{name}' cannot be resolved
exception error
Alias name must be a string
exception error
Alias '{alias}' is already in use by an existing service
exception error
Circular alias reference detected while resolving '{name}'
exception error
A dependency injection container is required to access inter
exception error
Definition must be an array to obtain its parameters
exception error
Definition must be an array to update its parameters
exception error
Invalid service definition. Missing 'className' parameter
exception error
The definition has setter injection parameters but the const
exception error
Setter injection parameters must be an array
exception error
Method call must be an array on position {position}
exception error
The method name is required on position {position}
exception error
Call arguments must be an array on position {position}
exception error
The definition has properties injection parameters but the c
exception error
Property must be an array on position {position}
exception error
The property name is required on position {position}
exception error
The property value is required on position {position}
exception error
Argument at position {} must have a type
exception error phalcon, dependency-injection, di, configuration, service-container
Service '{}' is required in parameter on position {}
exception error phalcon, dependency-injection, di, configuration, service-container
Service 'value' is required in parameter on position {}
exception error phalcon, dependency-injection, di, configuration, service-container
Service 'className' is required in parameter on position {}
exception error phalcon, dependency-injection, di, configuration, service-container
Unknown service type in parameter on position {}
exception error phalcon, dependency-injection, di, configuration, typo, service-container
Forwarding inside a controller's initialize() method is forb
exception error phalcon, dispatcher, mvc, forward, lifecycle, controllers
Decryption key cannot be empty
exception error phalcon, crypt, encryption, key-management, configuration
The provided input is too short for the selected cipher.
exception error phalcon, crypt, decryption, input-validation, payload-corruption
Hash does not match.
exception error phalcon, crypt, hmac, integrity, key-management, tampering
Encryption key cannot be empty
exception error phalcon, crypt, encryption, key-management, configuration
Cannot calculate Random Pseudo Bytes
exception error phalcon, crypt, openssl, random, environment, containers, iv
The auth tag length must be between 4 and 16 bytes.
exception error phalcon, crypt, gcm, aead, auth-tag, configuration
The {} algorithm '{}' is not supported on this system.
exception error phalcon, crypt, openssl, cipher, algorithm-support, environment
Padding size cannot be less than 0 or greater than 256
exception error phalcon, crypt, padding, cbc, block-size
Could not decrypt data
exception error phalcon, crypt, decryption, openssl, key-length, data-corruption
Auth data must be provided when using AEAD mode
exception error phalcon, crypt, gcm, aead, auth-data, encryption
Could not encrypt data
exception error phalcon, crypt, encryption, openssl, key-length
This class requires the openssl extension for PHP
exception critical phalcon, crypt, openssl, php-extension, environment, setup
Cannot calculate the initialization vector (IV) length of th
exception error phalcon, crypt, openssl, cipher, iv
Unknown hashing algorithm: {}
exception error phalcon, security, hmac, hash, algorithm-name
Invalid passphrase (empty)
exception error
Invalid Audience
exception error
Invalid Expiration Time
exception error
Invalid Not Before
exception error
Invalid passphrase (too weak)
exception error
Unsupported HMAC algorithm
exception error
Invalid Claims (not an array)
exception error
Invalid Header (not an array)
exception error
Invalid Header (missing 'typ' element)
exception error
Invalid JWT string (dots misalignment)
exception error
Audience must be a string or an array
exception error
Input number must be a positive integer
exception error
The source of {} event must be an object, got {}
exception error
Trying to cancel a non-cancelable event
exception error
Event handler must be an Object or Callable
exception error
No listeners attached for event {}
exception error
Invalid event type {}
exception error
No listeners attached for event {eventType}
exception error phalcon, events, strict-mode, event-dispatch
Invalid event type {eventType}
exception error phalcon, events, event-name, string-format
Invalid event subscriber configuration for {eventName}
exception error phalcon, events, event-subscriber, configuration
Filter {name} is not registered
exception error phalcon, filter, sanitizer, service-locator
Field must be passed as array of fields or string
exception error phalcon, validation, field-name, type-error
A dependency injection container is required to access the '
exception error phalcon, validation, dependency-injection, service-container
Returned 'filter' service is invalid
exception error phalcon, validation, dependency-injection, filter, service-configuration
There is no data to validate
exception error phalcon, validation, missing-data, bind
Entity must be an object
exception error phalcon, validation, entity, type-error, null-safety
There are no validators to validate
exception error phalcon, validation, validators, state-corruption
Invalid data to validate
exception error phalcon, validation, input-data, json, type-error
One of the validators is not valid
exception error phalcon, validation, validator, type-error
The validator scope is not valid
exception error phalcon, validation, combined-fields, state-corruption
Form '{name}' is not registered in the FormsLocator
exception error phalcon, forms, locator, registry, service-not-registered
Unknown form element type "{type}"
exception error phalcon, forms, element-type, factory, schema
Form schema definition at index {index} must be an array
exception error phalcon, forms, schema, loader, validation
Form schema definition at index {index} is missing required
exception error phalcon, forms, schema, missing-key, validation
Form schema definition at index {index} is missing required
exception error phalcon, forms, schema, missing-key, validation
JSON form schema is invalid: {detail}
exception error phalcon, forms, json, schema, loader
JSON form schema must decode to an array
exception error phalcon, forms, json, schema, structure
YamlLoader requires the "yaml" PHP extension (pecl/yaml)
exception error php-extension, yaml, phalcon, forms, environment
YAML form schema must parse to an array
exception error phalcon, forms, yaml, schema, structure
There is no form with name='{name}'
exception error phalcon, forms, manager, registry, service-not-registered
Value at index: "{key}" type: "{type}" cannot be rendered
exception error phalcon, html, attributes, render, invalid-value
{message}
exception error phalcon, html, encoding, utf-8, title
The 'using' parameter requires exactly two values
exception error phalcon, html, select, resultset, argument-count
Resultset returned an invalid value
exception error phalcon, html, select, resultset, row-type
Service {name} is not registered
exception error phalcon, html, tag-factory, service-not-registered, helper
A dependency injection container is required to access the '
exception error phalcon, http, cookie, dependency-injection, crypt
A dependency which implements CryptInterface is required to
exception error phalcon, http, cookie, crypt, dependency-injection, type-mismatch
A dependency injection container is required to access the '
exception error phalcon, http, cookie, dependency-injection, filter
The cookie's key should be at least 32 characters long. Curr
exception error php, phalcon, cookies, signing, key-length, security
Invalid host {host}
exception error php, phalcon, http, host-header, validation
Invalid HTTP method: {methods}
exception error php, phalcon, http, request-method, validation
Invalid HTTP method: non-string
exception error php, phalcon, http, request-method, type-safety
Filters have not been defined for '{name}'
exception error php, phalcon, filters, sanitization, request
Sanitizer '{sanitizer}' does not exist in the filter locator
exception error php, phalcon, filters, sanitization, request
A dependency injection container is required to access the '
exception error php, phalcon, filters, dependency-injection, request
A null key is not allowed; bag elements must be written with
exception error php, phalcon, request, arrayaccess, type-safety
A dependency injection container is required to access the '
exception error php, phalcon, response, dependency-injection, redirect
Response was already sent
exception error php, phalcon, response, http, output
Non-standard status-code given without a message
exception error php, phalcon, response, http, status-code
A dependency injection container is required to access the '
exception error php, phalcon, cookies, dependency-injection, response
Width and height must be specified
exception error php, phalcon, image, gd, validation
Width must be specified
exception error php, phalcon, image, gd, validation
Height must be specified
exception error php, phalcon, image, gd, validation
The color '{color}' is not a valid hex color
exception error php, phalcon, image, color, validation
Failed to create image from file {file}
exception error php, phalcon, image, gd, file-upload
Installed GD does not support {mime} images
exception error php, phalcon, image, gd, file-format
GD is not installed, or the extension is not loaded
exception error
Installed GD does not support {extension} images
exception error
Call to imagettfbbox() failed
exception error
Phalcon\Image\Adapter\GD requires GD version '2.0.1' or grea
exception error
Failed to create image from file {file}
exception error
Imagick::liquidRescale failed
exception error
Cannot set the Resource Type for this image
exception error
Imagick::getImageAlphaChannel failed
exception error
Imagick::compositeImage failed
exception error
Imagick is not installed, or the extension is not loaded
exception error
Adapter does not exist for this logger: {name}
exception error
No adapters specified
exception error
This object cannot be serialized
exception error
This object cannot be unserialized
exception error
There is an active transaction
exception error
There is no active transaction
exception error
Adapter cannot be opened in read mode
exception error
The file '{name}' cannot be opened with mode '{mode}'
exception error
Cannot open syslog for name [{name}] and facility [{facility
exception error
The messages must be iterable
exception error
The message must be an instance of MessageInterface
exception error
A dependency injection container is required to access inter
exception error
Invalid module definition for module '{moduleName}': The mod
exception error
Module definition path '{path}' does not exist
exception error
Invalid module definition for module '{moduleName}': The mod
exception error
EXCEPTION_NO_DI
A dependency injection container is required to access the 'response' service
exception error
A dependency injection container is required to access inter
exception error
Matched route does not have an associated handler
exception error
'before' handler is not callable
exception error
'afterBinding' handler is not callable
exception error
'after' handler is not callable
exception error
Not-Found handler is not callable or is not defined
exception error
'{type}' handler is not callable
exception error
Error handler is not callable
exception error
Response handler is not callable or is not defined
exception error
Collection requires a main handler
exception error
There are no handlers to mount
exception error
One of the registered handlers is invalid
exception error
Handler '{definition}' does not exist
exception error
A dependency injection container is required to access the s
exception error
The injected service 'modelsManager' is not valid in '{class
exception error
The method '{method}' does not exist on model '{modelName}'
exception error
Cannot access property '{property}' (not public) in '{classN
exception error
Column '{column}' does not make part of the column map in '{
exception error
Invalid key in array data provided to dumpResult() in '{clas
exception error
A primary key must be defined in the model in order to perfo
exception error
Column '{column}' have not defined a bind data type in '{cla
exception error
Column '{column}' isn't part of the column map in '{classNam
exception error
Cannot delete the record because the primary key attribute:
exception error
Parameters passed must be of type array, string, numeric or
exception error
The 'keepSnapshots' option must be enabled to track changes
exception error
The injected service 'modelsMetadata' is not valid in '{clas
exception error
There is no defined relations for the model '{className}' us
exception error
The 'updateSnapshotOnSave' option must be enabled for this m
exception error
Change checking cannot be performed because the object has n
exception error
The record cannot be refreshed because it does not exist or
exception error
{validationMessage}
validation error
Identity column '{identityField}' isn't part of the column m
exception error phalcon, orm, insert, identity, column-map, primary-key
Identity column '{identityField}' isn't part of the table co
exception error phalcon, orm, insert, identity, bind-type, metadata
Column '{column}' have not defined a data type in '{classNam
exception error phalcon, orm, update, data-type, snapshot, metadata
Column '{column}' isn't part of the table columns in '{class
exception error phalcon, orm, save, primary-key, bind-type, metadata
The static method '{method}' in '{className}' requires one a
exception error phalcon, orm, magic-finder, static-call, argument
Cannot resolve attribute '{attribute}' in the model '{classN
exception error phalcon, orm, magic-finder, attribute, uncamelize
Only objects can be stored as part of belongs-to relations i
exception error phalcon, orm, relations, belongs-to, type-mismatch
Only objects/arrays can be stored as part of has-many/has-on
exception error phalcon, orm, relations, has-many, has-one, type-mismatch
The 'eager' parameter must be an array of relation paths
exception error
Eager loading requires a Phalcon\Mvc\Model\Resultset\Simple
exception error
Eager loading is only supported with Resultset::HYDRATE_RECO
exception error
The option 'value' is required
exception error
The option 'field' is required
exception error
The option 'field' is required
exception error
You must specify methodName for handler or pass Closure as h
exception error
Handler must implement Phalcon\Mvc\Model\Binder\BindableInte
exception error
You should provide model class name for {paramKey} parameter
exception error
getModelName should return array or string
exception error
Model name must be string
exception error
Model '{modelName}' does not define a relation with alias '{
exception error
Eager loading the relation '{alias}' requires the column '{c
exception error
Eager loading '{modelName}' returned {rowCount} rows which e
exception error
Invalid eager loading path '{path}'
exception error
Eager loading does not support the 'limit' option: a per-par
exception error
Eager loading does not support the 'offset' option: a per-pa
exception error
Column '{key}' does not make part of the column map in '{cal
exception error
Number of referenced fields are not the same in the BelongsT
exception error
Relation alias must be a string in the BelongsTo relation of
exception error
Number of referenced fields are not the same in the HasMany
exception error
Relation alias must be a string in the HasMany relation of m
exception error
Number of referenced fields are not the same in the HasManyt
exception error
Relation alias must be a string in the HasManytoMany relatio
exception error
Number of referenced fields are not the same in the HasOne r
exception error
Relation alias must be a string in the HasOne relation of mo
exception error
Number of referenced fields are not the same in the HasOneTh
exception error
Relation alias must be a string in the HasOneThrough relatio
exception error
A dependency injection container is required to access the s
exception error
Unknown relation type
exception error
Model '{modelName}' could not be loaded
exception error
Invalid injected connection service
exception error phalcon, orm, dependency-injection, database-connection, service-registration
The meta-data is invalid or is corrupt
exception error phalcon, orm, metadata, cache-corruption
A dependency injection container is required to access inter
exception error phalcon, orm, metadata, dependency-injection, bootstrap
Invalid meta-data for model {modelName}
exception error phalcon, orm, metadata, model-definition
Failed to store metaData to the cache adapter
exception warning phalcon, orm, metadata, cache, configuration
The dependency injector is invalid
exception error phalcon, orm, annotations, metadata, dependency-injection
No annotations were found in class {className}
exception error phalcon, orm, annotations, metadata, cache-corruption
No properties with annotations were found in class {classNam
exception error
columnMap() not returned an array
exception error
Table '{completeTable}' does not exist in database when dump
exception error
Cannot obtain table columns for the mapped source '{complete
exception error
Meta-Data directory cannot be written
exception error
Invalid caching options
exception error
A cache key must be provided to identify the cached resultse
exception error
Cache service must be an object implementing Phalcon\Cache\C
exception error
Cache did not return a valid resultset
exception error
Unknown statement {type}
exception error
Only PHQL statements that return resultsets can be cached
exception error
This type of statement generates multiple SQL statements
exception error
Corrupted AST
exception error
Injected service 'modelsManager' is invalid
exception error
Injected service 'modelsMetaData' is invalid
exception error
Resultset row class '{className}' not found
exception error
Resultset row class '{className}' must be a subclass of Phal
exception error
Delete from several models at the same time is still not sup
exception error
The column count does not match the values count
exception error
Bound parameter '{wildcard}' cannot be replaced because it i
exception error
Column '{fieldName}' isn't part of the column map
exception error
Cannot use models of different database systems in the same
exception error
Invalid column definition
exception error
Resultset class '{className}' not found
exception error
Resultset class '{className}' must be an implementation of P
exception error
Updating several models at the same time is still not suppor
exception error
Bind value is required for array type placeholder: {name}
exception error
Bind type requires an array in placeholder: {name}
exception error
At least one value must be bound in placeholder: {name}
exception error
Unknown bind type: {type}
exception error
Unknown expression type {type}
exception error
Unknown expression
exception error
Corrupted SELECT AST
exception error
Unknown join type {type}, when preparing: {phql}
exception error
Cannot use '{alias}' as join alias because it was already us
exception error
There is more than one relation between models '{from}' and
exception error
The number of fields must be equal to the number of referenc
exception error
Unknown model or alias '{model}' ({tag}), when preparing: {p
exception error
There is no model related to model or alias '{model}', when
exception error
Column '{name}' does not belong to the model or alias '{mode
exception error
The column '{name}' is ambiguous, when preparing: {phql}
exception error
Column '{name}' does not belong to any of the selected model
exception error
The models list was not loaded correctly
exception error
Cannot obtain the model's source from the models list: '{nam
exception error
selectReadConnection did not return a connection
exception error
Unknown column type {type}
exception error
selectWriteConnection did not return a connection
exception error
Corrupted DELETE AST
exception error
Corrupted INSERT AST
exception error
The model '{model}' does not have the attribute '{attribute}
exception error
A models-manager is required to execute the query
exception error
Meta-data is required to execute the query
exception error
Alias '{name}' is used more than once, when preparing: {phql
exception error
Cannot find a relationship between '{model}' and '{relations
exception error
Corrupted UPDATE AST
exception error
At least one model is required to build the query
exception error
Cannot build the query. Invalid condition
exception error
Column '{column}' isn't part of the column map
exception error
Source related to this model does not have a primary key def
exception error
A dependency injection container is required to access the s
exception error
Operator {operator} is not available.
exception error
Cache service must be an object implementing Phalcon\Cache\C
exception error
The returned record is not valid
exception error
The index does not exist in the cursor
exception error
Cursor is an immutable ArrayAccess object
exception error
Column type is corrupt
exception error
The dependency injector is invalid
exception error
Invalid serialization data
exception error
The dependency injector is invalid
exception error
Column '{key}' is not part of the column map
exception error
Invalid serialization data
exception error
The index does not exist in the row
exception error phalcon, orm, arrayaccess, result-row, undefined-key
Row is an immutable ArrayAccess object
exception error phalcon, orm, immutability, arrayaccess, result-row
Transaction aborted
exception error phalcon, orm, transactions, database, rollback
A dependency injection container is required to access the s
exception error phalcon, orm, dependency-injection, transactions, bootstrap
Invalid route position
exception error phalcon, router, routing, invalid-argument
Cannot cache router: route id '{routeId}' has a Closure befo
exception error phalcon, router, caching, closures, serialization
Cannot cache router: route id '{routeId}' has a Closure conv
exception error phalcon, router, caching, closures, converters, serialization
Router cache is missing 'version' field
exception error phalcon, router, caching, cache-validation
Router cache version {dumpVersion} is not supported (this bu
exception error phalcon, router, caching, version-mismatch, upgrade
Router cache is missing 'routes' field
exception error phalcon, router, caching, cache-validation
Failed to write router cache temp file: {tmpPath}
exception error phalcon, router, caching, filesystem, permissions
Failed to commit router cache: {path}
exception error phalcon, router, caching, filesystem, rename, permissions
Router cache not found: {path}
exception error phalcon, router, caching, missing-file
Router cache is corrupt or invalid (expected array, got {get
exception error phalcon, router, caching, corruption
Router cache value at key '{key}' is not an array
exception error phalcon, router, caching, cache-type-mismatch
A dependency injection container is required to access the '
exception error phalcon, router, dependency-injection, request-service
Before-Match callback is not callable in matched route
exception error phalcon, router, before-match, invalid-callback
Wrong key in paths: {part}
exception error phalcon, router, route-paths, matching, validation
loadFromConfig requires an array or Phalcon\Config\ConfigInt
exception error phalcon, router, config, load-from-config, validation
'defaults' must be an array
exception error phalcon, router, config, defaults, validation
'routes' must be an array
exception error phalcon, router, config, routes, validation
'groups' must be an array
exception error phalcon, router, config, groups, validation
The group of routes does not contain any routes
exception error phalcon, router, groups, mount, validation
The not-found paths must be an array or string
exception error phalcon, router, not-found, route-paths, validation
Route config entry is missing 'pattern'
exception error phalcon, router, config, route-definition, validation
Route config entry is missing 'paths'
exception error phalcon, router, config, route-definition, validation
Unknown HTTP method '{method}' in route config
exception error phalcon, router, config, http-method, validation
Group 'routes' must be an array
exception error phalcon, router, config, groups, validation
Group route entry is missing 'pattern'
exception error phalcon, router, config, groups, route-definition, validation
Group route entry is missing 'paths'
exception error phalcon, router, config, groups, route-definition, validation
A dependency injection container is required to access the '
exception error phalcon, router, annotations, di-container, bootstrap
The 'callback' parameter must be either a callable or NULL.
exception error phalcon, router, annotations, callable, validation
The route contains invalid paths
exception error phalcon, router, route-paths, validation, route-definition
RouterFactory::load requires an array or Phalcon\Config\Conf
exception error phalcon, router, config, type-validation, di
It's necessary to define the route name with the parameter '
exception error phalcon, url, router, named-routes, api-misuse
A dependency injection container is required to access the '
exception error phalcon, url, di, router, bootstrap
Cannot obtain a route using the name '{routeName}'
exception error phalcon, url, router, named-routes, typo
Views directory must be a string or an array
exception error phalcon, view, config, paths, bootstrap
Views directory item must be a string
exception error phalcon, view, paths, array-validation
View '{viewPath}' was not found in any of the views director
exception error phalcon, view, template, filesystem, case-sensitivity
A dependency injection container is required to access appli
exception error phalcon, view, di, engines, lazy-initialization
Invalid template engine registration for extension: {extensi
exception error phalcon, view, volt, engines, config
Macro '{name}' does not exist
exception error phalcon, volt, macros, templates, cache
'mbstring' is required to perform the charset conversion
exception error phalcon, volt, mbstring, php-extensions, encoding, docker
Invalid haystack
exception error phalcon, volt, templates, type-validation, null-safety
The extension is not valid
exception error phalcon, volt, compiler, extensions, type-validation
'always' must be a bool value
exception error phalcon, volt, compiler, options, type-validation, env-vars
'prefix' must be a string
exception error phalcon, volt, compiler, options, type-validation
'separator' must be a string
exception error phalcon, volt, compiler, options, type-validation
'extension' must be a string
exception error phalcon, volt, compiler, options, type-validation
'path' closure didn't return a valid string
exception error phalcon, volt, compiler, closures, options, return-type
'path' must be a string or a closure
exception error volt, template, compiler, configuration, invalid-type
Extends compilation file {path} could not be opened
exception error volt, template, extends, cache, permissions, filesystem
Corrupted statement
exception error volt, template, compiler, autoescape, internal
Invalid definition for user function '{name}' in {file} on l
exception error phalcon, volt, template-compiler, user-function, callback
The unique compilation prefix is invalid
exception error phalcon, volt, compiler-options, prefix, configuration
When having is set there should be columns option provided f
exception error
Model not defined in builder
exception error
Parameter 'limit' is required
exception error
Parameter 'builder' is required
exception error
Parameter 'builder' must be an instance of Phalcon\Mvc\Model
exception error
Parameter 'cursorColumn' is required
exception error
Parameter 'cursorColumn' must be a non-empty string
exception error
The transport does not support a delivery delay
exception error
The transport does not support message priority
exception error
The transport does not support a message time to live
exception error
Can't connect to the Beanstalk server
exception error
Connection timed out
exception error
UNKNOWN_COMMAND
exception error
JOB_TOO_BIG
exception error
BAD_FORMAT
exception error
OUT_OF_MEMORY
exception error
This transport can only {action} a Queue destination
exception error
{underlying Storage exception message}
exception error
Could not acquire the session lock with key: {lockKey}
exception error
The session save path cannot be empty
exception error php, phalcon, session, configuration, filesystem
The session save path [{path}] is not writable
exception error php, phalcon, session, filesystem, permissions
{last PHP error message}
exception error php, phalcon, session, glob, gc, filesystem
The session has already been started. To change the id, use
exception error php, phalcon, session, session-id, lifecycle
The session id contains invalid characters
exception error php, phalcon, session, session-id, validation
Cannot set session name after a session has started
exception error php, phalcon, session, cookies, lifecycle
The name contains non alphanum characters
exception error php, phalcon, session, cookies, validation
The session adapter is not valid
exception error php, phalcon, session, configuration, dependency-injection
Cannot set Memcached client options
exception error php, phalcon, memcached, cache, configuration
Cannot connect to the Memcached server(s)
exception error php, phalcon, memcached, cache, configuration
Failed to authenticate with the Redis server
exception error php, phalcon, redis, cache, authentication
{underlying exception message}
exception error php, phalcon, redis, cache, network, connection
Could not connect to the Redis server [%s:%s]
exception error php, phalcon, redis, cache, network, connection
Redis server selected database failed
exception error php, phalcon, redis, cache, configuration
Could not connect to the Redis Cluster server due to: {excep
exception error php, phalcon, redis, cluster, cache, network, connection
The 'storageDir' must be specified in the options
exception error php, phalcon, cache, configuration, filesystem
Data for the serializer must be of type string
exception error php, phalcon, serialization, base64, cache, type-error
Data for the unserializer must be of type string
exception error php, phalcon, serialization, base64, cache, type-error
Data for the unserializer must be of type string
exception error php, phalcon, serialization, php-serialize, type-error
The sort callback must be callable or null
validation error php, phalcon, collection, sorting, callback, validation
Value must be of type '{type}', '{actual}' given
exception error phalcon, collection, type-validation, php
The object is read only
exception error phalcon, collection, immutability, read-only
Halted request
exception error phalcon, debug, halt, breakpoint
{message}
exception error phalcon, debug, error-handler, php-notices
json_decode error: {message}
exception error phalcon, json, decode, php
json_encode error: {message}
exception error phalcon, json, encode, utf-8, php
Syntax error in string '{text}'
exception error phalcon, string, template, delimiters
Parameter replace must be an array or a string
exception error phalcon, string, slug, parameter-validation
{message}
exception error phalcon, tag, view, slug
A dependency injection container is required to access the '
exception error phalcon, tag, dependency-injection, bootstrap
A dependency injection container is required to access the '
exception error phalcon, tag, dependency-injection, url
Value at index: '{key}' type: '{type}' cannot be rendered
exception error phalcon, tag, html-attributes, type-validation
Only scalar values can be assigned to UI components
exception error phalcon, tag, forms, scalar-validation
The 'using' parameter is required
exception error phalcon, tag, select, orm, forms
The 'using' parameter should be an array
exception error phalcon, tag, select, parameter-validation
Parameter 'using' requires two values
exception error phalcon, tag, select, html-helper, resultset, view
Resultset returned an invalid value
exception error phalcon, tag, select, resultset, iterator, type-mismatch
Invalid modifier: "{modifier}"
exception error phalcon, time, clock, datetime, modifier, testing
Cannot find translation key: {key}
exception error phalcon, translate, i18n, missing-key, adapter
Translate is an immutable ArrayAccess object
exception error phalcon, translate, immutable, arrayaccess, i18n
Parameter 'content' is required
exception error phalcon, translate, csv, adapter, missing-option, i18n
Error opening translation file '{file}'
exception error phalcon, translate, csv, file-io, permissions, i18n
This class requires the gettext extension for PHP
exception error phalcon, translate, gettext, php-extension, environment, i18n
Parameter 'locale' is required
exception error phalcon, translate, gettext, locale, missing-option, i18n
Parameter 'directory' is required
exception error phalcon, translate, gettext, directory, missing-option, i18n
Translation content was not provided
exception error phalcon, translate, native-array, missing-option, i18n
Translation data must be an array
exception error phalcon, translate, native-array, type-mismatch, i18n
Macro '{name}' was called without parameter: {variableName}
exception error phalcon, volt, template, macro, view, argument-missing
The parameter must be 'array' or 'string'
exception error phalcon, auth, remember-me, typeerror, cookie
{className} does not have any validator added
exception error phalcon, validation, composite-validator, configuration
The parameter must be an instance of Collection or DiInterfa
exception error phalcon, di, service-locator, typeerror, container
json_last_error_msg()
exception error phalcon, json, decode, jsonexception, malformed-input
json_last_error_msg()
exception error phalcon, json, encode, jsonexception, utf8