Error messages

This is the list of error messages, as found in die() and exit() expressions.

MessageFileLine
'Routing aborted: No routes defined.'
/src/Routing/Router.php316
sprintf("No route with id '%s' configured."$routeId)
/src/Routing/Router.php264
sprintf("No route found for path '%s'."implode('/'$pathSegments))
/src/Routing/Router.php243
sprintf("Route with id '%s' already exists."$id)
/src/Routing/Router.php169
sprintf("'%s' is not a Route instance."$route)
/src/Routing/Router.php131
sprintf("Invalid request method(s) '%s'."implode("', '"$notAllowed))
/src/Routing/Route.php583
sprintf("Route '%s' has no router configured. Generating an URL is not possible."$this->routeId)
/src/Routing/Route.php468
sprintf("Route '%s' has an absolute path configured and does not allow prefixing when generating an URL."$this->routeId)
/src/Routing/Route.php464
sprintf("Path parameter '%s' not set."$placeholder['name'])
/src/Routing/Route.php431
sprintf("'%s' is not a valid regular expression."$match)
/src/Routing/Route.php207
"Invalid placeholders array. Every item requires a 'name' attribute."
/src/Routing/Route.php199
sprintf("No redirect configured for route '%s', which cannot be authenticated."$route->getRouteId( ))
/src/Routing/DefaultRouteAuthenticator.php112
'Circular redirects detected; aborting.'
/src/Routing/DefaultRouteAuthenticator.php100
"Invalid property name '%s'"
/src/Template/SimpleTemplate.php273
sprintf("String value can not be evaluated for property '%s'"$k)
/src/Template/SimpleTemplate.php266
"Tried to assign invalid property '%s'"
/src/Template/SimpleTemplate.php257
"Invalid property name '%s'"
/src/Template/SimpleTemplate.php254
'Tried to apply a filter which does not implement the SimpleTemplateFilterInterface.'
/src/Template/SimpleTemplate.php345
sprintf("Filter class '%s' is already configured as default filter."get_class($filter))
/src/Template/SimpleTemplate.php301
sprintf("String value can not be evaluated for property '%s'."$var)
/src/Template/SimpleTemplate.php285
"Tried to assign invalid property '%s'"
/src/Template/SimpleTemplate.php276
"Failed to create cache folder $cachePath"
/src/Template/Filter/ImageCache.php254
sprintf("Could not extend with '%s' at '%s'."$matches[1], $matches[2])
/src/Template/SimpleTemplate.php429
"Template filter '%s' (class %s) has been already set."
/src/Template/SimpleTemplate.php382
sprintf("Template filter '%s' (class %s) does not implement the SimpleTemplateFilterInterface."$idget_class($filter))
/src/Template/SimpleTemplate.php378
'Failed to start the session: Session already started.'
/src/Session/NativeSessionStorage.php80
"Invalid namespace '$namespace'"
/src/Util/Uuid.php76
"Invalid namespace '$namespace'"
/src/Util/Uuid.php36
"Invalid UUID version $version"
/src/Util/Uuid.php26
'Failed to establish TLS.'
/src/Mail/SmtpMailer.php648
'TLS encryption of stream failed.'
/src/Mail/SmtpMailer.php658
'Failed to send EHLO.'
/src/Mail/SmtpMailer.php576
'Failed to send HELO.'
/src/Mail/SmtpMailer.php592
'Authentication failed.'
/src/Mail/SmtpMailer.php700
'Authentication failed.'
/src/Mail/SmtpMailer.php790
'Failed to send AUTH.'
/src/Mail/SmtpMailer.php673
'Failed to send username.'
/src/Mail/SmtpMailer.php680
sprintf("Template file '%s' does not exist."$path $file)
/src/Template/SimpleTemplate.php108
sprintf("Could not insert child template at '%s'."$blockName)
/src/Template/SimpleTemplate.php196
'Authentication failed.'
/src/Mail/SmtpMailer.php808
sprintf("Controller string '%s' cannot be parsed."$controllerPath)
/src/Template/TemplateBuffer.php82
"Invalid property name '%s'"
/src/Template/SimpleTemplate.php228
"Tried to assign invalid property '%s'"
/src/Template/SimpleTemplate.php231
"Invalid property name '%s'"
/src/Template/SimpleTemplate.php215
"Tried to assign invalid property '%s'"
/src/Template/SimpleTemplate.php219
'Insufficient arguments for watermarking.'
/src/Image/ImageModifier.php311
'Insufficient arguments for watermarking.'
/src/Image/ImageModifier.php307
sprintf("File '%s' doesn't exist."$file)
/src/Image/ImageMagick.php41
'Watermark file not found.'
/src/Image/ImageModifier.php312
sprintf("File %s is not of type '%s'."$fileimplode("', '"$this->supportedFormats))
/src/Image/ImageMagick.php57
sprintf("Imagick reports error '%s' for file %s."$e->getMessage( ), $file)
/src/Image/ImageMagick.php48
sprintf("Watermark file '%s' not found."$watermarkFile)
/src/Image/ImageMagick.php183
sprintf("%s not supported by export."$mimetype)
/src/Image/ImageMagick.php91
'TLS encryption not possible: stream_socket_enable_crypto() not found.'
/src/Mail/SmtpMailer.php210
sprintf("Invalid encryption type '%s'."$smtpEncryption)
/src/Mail/SmtpMailer.php181
sprintf("Invalid authentication type '%s'."$authType)
/src/Mail/SmtpMailer.php247
sprintf('Connection failed. %d: %s.'$errno$errstr)
/src/Mail/SmtpMailer.php216
'Failed to send recipient.'
/src/Mail/SmtpMailer.php404
'Failed to send addressor.'
/src/Mail/SmtpMailer.php400
'Data-transfer failed.'
/src/Mail/SmtpMailer.php418
sprintf("Failed to send recipient '%s'."$receiver)
/src/Mail/SmtpMailer.php411
sprintf("No placeholder at position %d for route '%s' found."$ndx$this->routeId)
/src/Routing/Route.php627
sprintf("Unknown path parameter '%s'."$name)
/src/Routing/Route.php729
sprintf("Invalid value '%s' for path parameter '%s'."$value$name)
/src/Routing/Route.php733
sprintf("Route '%s' has no router configured. Cannot generate a redirect response."$this->routeId)
/src/Routing/Route.php755
'No graphics library support found.'
/src/Image/ImageModifierFactory.php69
sprintf("File '%s' doesn't exist."$file)
/src/Image/Gd.php48
sprintf("getimagesize() reports error for file '%s'."$file)
/src/Image/Gd.php53
sprintf("File %s is not of type '%s'."$fileimplode("', '"$this->supportedFormats))
/src/Image/Gd.php60
sprintf("Watermark file '%s' not found."$watermarkFile)
/src/Image/Gd.php185
sprintf("%s not supported by export."$mimetype)
/src/Image/Gd.php256
sprintf("Invalid dimension(s) for cropping: '%s'."$args[0])
/src/Image/ImageModifier.php86
sprintf("Invalid dimension(s) for cropping: %d, %d."$width$height)
/src/Image/ImageModifier.php149
'Insufficient arguments for cropping.'
/src/Image/ImageModifier.php165
sprintf("Invalid dimension(s) for resizing: %d, %d."$width$height)
/src/Image/ImageModifier.php256
sprintf("Invalid dimension(s) for resizing: %s."$args[0])
/src/Image/ImageModifier.php266
'Insufficient arguments for resizing.'
/src/Image/ImageModifier.php274
sprintf("Could not move uploaded file '%s' to '%s'."$this->originalName$newpath)
/src/File/UploadedFile.php134
sprintf("File '%s' was not identified as uploaded file."$oldpath)
/src/File/UploadedFile.php140
'Folder cannot be moved into itself or a contained subfolder.'
/src/File/FilesystemFolder.php407
sprintf("Filesystem folder '%s' could not be moved to '%s'."$oldPath$newPath)
/src/File/FilesystemFolder.php413
sprintf("'%s' contains invalid characters."$to)
/src/File/FilesystemFolder.php381
sprintf("Filesystem folder '%s' could not be renamed to '%s'."$oldPath$newPath)
/src/File/FilesystemFolder.php388
sprintf('Filesystem file %s could not be deleted!'$f->getRealPath( ))
/src/File/FilesystemFolder.php343
sprintf("Filesystem folder '%s' could not be deleted."$this->path)
/src/File/FilesystemFolder.php362
sprintf('Cache folder %s could not be purged!'$this->path self::CACHE_PATH)
/src/File/FilesystemFolder.php312
sprintf('Filesystem folder %s could not be deleted!'$f->getRealPath( ))
/src/File/FilesystemFolder.php336
sprintf("Folder %s could not be created!"$path)
/src/File/FilesystemFolder.php270
sprintf('Cache folder %s could not be created!'$this->path self::CACHE_PATH)
/src/File/FilesystemFolder.php295
sprintf('Directory %s does not exist or is no directory.'$path)
/src/File/FilesystemFolder.php107
sprintf("Folder %s cannot be created within folder %s."$folderName$this->path)
/src/File/FilesystemFolder.php262
"Delete of file '{$this->getPath( )}' failed."
/src/File/FilesystemFile.php314
sprintf('Path %s does not exist or is no directory.'$path)
/src/File/FilesystemFolder.php71
sprintf("Moving from '%s' to '%s' failed."$oldpath$newpath)
/src/File/FilesystemFile.php267
sprintf("Rename from '%s' to '%s' failed."$oldpath$newpath)
/src/File/FilesystemFile.php220
"Rename from '$oldpath' to '$newpath' failed. '$newpath' already exists."
/src/File/FilesystemFile.php200
"File $path does not exist!"
/src/File/FilesystemFile.php99
sprintf("A parameter for service '%s' has no name."$id)
/src/Application/Config/Parser/Xml/Services.php57
sprintf("No class for service '%s' configured."$id)
/src/Application/Config/Parser/Xml/Services.php38
sprintf("Service '%s' has already been defined."$id)
/src/Application/Config/Parser/Xml/Services.php34
'Service without id found.'
/src/Application/Config/Parser/Xml/Services.php30
sprintf("Placeholder for route '%s' has no name attribute."$routeId)
/src/Application/Config/Parser/Xml/Routes.php145
sprintf("Route '%s' for script '%s' found more than once."$routeId$scriptName)
/src/Application/Config/Parser/Xml/Routes.php135
sprintf("Invalid request method '%s' for route '%s'."$requestMethod$routeId)
/src/Application/Config/Parser/Xml/Routes.php111
sprintf("Controller string '%s' cannot be parsed.", (string) $controller)
/src/Application/Config/Parser/Xml/Routes.php93
'Route with missing or invalid id found.'
/src/Application/Config/Parser/Xml/Routes.php78
'Cannot parse route configuration. Site configuration must be parsed first.'
/src/Application/Config/Parser/Xml/Routes.php50
sprintf("Datasource '%s' declared twice."$name)
/src/Application/Config/Parser/Xml/Vxpdo.php33
sprintf("No route for menu entry ('%s') found. Available routes for script '%s' are '%s'."$route$menu->getScript( ), empty($this->routes[$menu->getScript( )]) ? 'none' implode("', '"array_keys($this->routes[$menu->getScript( )])))
/src/Application/Config/Parser/Xml/Menus.php177
'Binary without id found.'
/src/Application/Config/Parser/Xml/Binaries.php61
'Cannot parse menu configuration. Site and route configuration must be parsed first.'
/src/Application/Config/Parser/Xml/Menus.php47
'A dynamic menu requires a configured service.'
/src/Application/Config/Parser/Xml/Menus.php92
sprintf("Menu entry with both route ('%s') and path ('%s') attribute found."$route$path)
/src/Application/Config/Parser/Xml/Menus.php162
sprintf("A parameter for plugin '%s' has no name."$id)
/src/Application/Config/Parser/Xml/Plugins.php57
'No mailer class specified.'
/src/Application/Config/Parser/Xml/Mail.php31
'Mailer requires a configured host.'
/src/Application/Config/Parser/Xml/Mail.php43
'Malformed "site.ini.xml"! Missing path for binaries.'
/src/Application/Config/Parser/Xml/Binaries.php53
sprintf("Templating filter '%s' has already been defined."$id)
/src/Application/Config/Parser/Xml/Templating.php45
'Plugin without id found.'
/src/Application/Config/Parser/Xml/Plugins.php30
sprintf("Plugin '%s' has already been defined."$id)
/src/Application/Config/Parser/Xml/Plugins.php34
sprintf("No class for plugin '%s' configured."$id)
/src/Application/Config/Parser/Xml/Plugins.php38
sprintf("Could not parse XML configuration in '%s'.\n\n%s"$xmlFileimplode("\n"$errors))
/src/Application/Config.php194
sprintf('File %s has already been used.'$filepath)
/src/Application/Config.php210
'Templating filter without id found.'
/src/Application/Config/Parser/Xml/Templating.php37
sprintf("No class for templating filter '%s' configured."$id)
/src/Application/Config/Parser/Xml/Templating.php41
sprintf("Plugin '%s' (class %s) does not provide a 'setParameters' method but has parameters configured."$pluginId$class)
/src/Application/Application.php844
sprintf("Plugin '%s' (class %s) does not implement the SubscriberInterface."$pluginId$class)
/src/Application/Application.php836
sprintf("Class '%s' does not implement XmlParserInterface."$classname)
/src/Application/Config.php167
sprintf("No 'config' root element found in %s."$xmlFile)
/src/Application/Config.php146
sprintf("Instancing of service '%s' failed. Error: %s"$serviceId$e->getMessage( ))
/src/Application/Application.php795
sprintf("Service '%s' not configured."$serviceId)
/src/Application/Application.php780
sprintf("Instancing of plugin '%s' failed. Error: %s"$pluginId$e->getMessage( ))
/src/Application/Application.php830
sprintf("Service '%s' (class %s) does not implement the ServiceInterface."$serviceId$class)
/src/Application/Application.php801
sprintf("'%s' not within application path '%s'."$path$this->rootPath)
/src/Application/Application.php491
sprintf("vxPDO configuration for '%s' not found."$name)
/src/Application/Application.php341
sprintf("Locale '%s' does not exist."$localeId)
/src/Application/Application.php694
sprintf("'%s' not a parent of assets path '%s'."$path$this->absoluteAssetsPath)
/src/Application/Application.php564
'Session start failed.'
/src/Session/NativeSessionStorage.php90
sprintf("Cannot start session. Headers have already been sent by file '%s' at line %d."$file$line)
/src/Session/NativeSessionStorage.php86
'No configuration object provided. Cannot instantiate application.'
/src/Application/Application.php234
'Could not  set session save handler.'
/src/Session/NativeSessionStorage.php126
sprintf("Invalid background color '%s'."trim($bgColor))
/src/Security/Captcha.php86
sprintf("Invalid font color '%s'."trim($color))
/src/Security/Captcha.php107
sprintf('The HTTP status code is not a redirect ("%s" given).'$status)
/src/Http/RedirectResponse.php43
'Cannot redirect to an empty URL.'
/src/Http/RedirectResponse.php87
'No font(s) set.'
/src/Security/Captcha.php181
'GD image stream could not be initialized.'
/src/Security/Captcha.php212
sprintf("Invalid grid color '%s'."trim($color))
/src/Security/Captcha.php129
'No font(s) set.'
/src/Security/Captcha.php154
sprintf('The cookie name "%s" contains invalid characters.'$name)
/src/Http/Cookie.php102
'The cookie name cannot be empty.'
/src/Http/Cookie.php106
sprintf('The HTTP status code "%s" is not valid.'$code)
/src/Http/Response.php471
sprintf('Response does not support the following options: "%s".'implode('", "'$diff))
/src/Http/Response.php965
sprintf('Format "%s" invalid (%s).'$formatimplode(', ', [self::COOKIES_FLATself::COOKIES_ARRAY]))
/src/Http/ResponseHeaderBag.php238
'An uploaded file must be an array or an instance of UploadedFile.'
/src/Http/FileBag.php55
'The cookie expiration time is not valid.'
/src/Http/Cookie.php116
'The "sameSite" parameter value is not valid.'
/src/Http/Cookie.php136
'The filename fallback must only contain ASCII characters.'
/src/Http/HeaderUtils.php176
sprintf('The disposition must be either "%s" or "%s".'self::DISPOSITION_ATTACHMENTself::DISPOSITION_INLINE)
/src/Http/HeaderUtils.php167
'The content cannot be set on a StreamedResponse instance.'
/src/Http/StreamedResponse.php135
'The Response callback must not be null.'
/src/Http/StreamedResponse.php117
sprintf('The Response content must be a string or object implementing __toString(), "%s" given.', \gettype($content))
/src/Http/Response.php412
sprintf('The %s HTTP header is not parseable (%s).'$key$value)
/src/Http/HeaderBag.php226
'The filename and the fallback cannot contain the "/" and "\\" characters.'
/src/Http/HeaderUtils.php186
'The filename fallback cannot contain the "%" character.'
/src/Http/HeaderUtils.php181
sprintf('Invalid Host "%s".'$host)
/src/Http/Request.php1115
'The content cannot be set on a BinaryFileResponse instance.'
/src/Http/BinaryFileResponse.php321
'File must be readable.'
/src/Http/BinaryFileResponse.php96
json_last_error_msg( )
/src/Http/JsonResponse.php135
sprintf('The request has both a trusted "%s" header and a trusted "%s" header, conflicting with each other. You should either configure your proxy to remove one of them, or configure your project to distrust the offending one.'self::$trustedHeaders[self::HEADER_FORWARDED], self::$trustedHeaders[$type])
/src/Http/Request.php1978
'The Request factory must return an instance of Symfony\Component\HttpFoundation\Request.'
/src/Http/Request.php1908
sprintf('Invalid method override "%s".'$method)
/src/Http/Request.php1199
sprintf('Untrusted Host "%s".'$host)
/src/Http/Request.php1138
"Found more than one opening {form} tag."
/src/Form/HtmlForm.php1573
"Found more than one closing {end_form} tags."
/src/Form/HtmlForm.php1624
sprintf("No template for element '%s' defined."$this->getName( ))
/src/Form/FormElement/FormElement.php546
sprintf("Unknown form element '%s''"$type)
/src/Form/FormElement/FormElementFactory.php144
sprintf("No template for fragment of element '%s' defined."$this->parentElement->getName( ))
/src/Form/FormElement/FormElementWithOptions/FormElementFragment.php213
sprintf("Menu '%s' not found or empty."$id)
/src/Webpage/MenuGenerator.php156
'Not router assigned. Cannot create href attribute for menu entry.'
/src/Webpage/MenuEntry/MenuEntry.php263
'Unable to check Ipv6. Check that PHP was not compiled with option "disable-ipv6".'
/src/Http/IpUtils.php125
sprintf("Class mismatch of form elements array. Expected '%s', found '%s'."get_class($firstElement), get_class($e))
/src/Form/HtmlForm.php781
sprintf("Name mismatch of form elements array. Expected '%s' or empty name, found '%s'."$name$e->getName( ))
/src/Form/HtmlForm.php791
"Template file '$path{$this->tplFile}' does not exist."
/src/Form/HtmlForm.php1107
sprintf("Element '%s' not assigned to form."$matches[2])
/src/Form/HtmlForm.php1412
sprintf("Could not parse JSON attributes for element '%s'."$matches[2])
/src/Form/HtmlForm.php1426
sprintf("Attribute 'name' is not allowed with element '%s'."$matches[2])
/src/Form/HtmlForm.php1432
"Could not parse JSON attributes for '{form}'."
/src/Form/HtmlForm.php1521
sprintf("Attribute '%s' not allowed for '{form}'."$method)
/src/Form/HtmlForm.php1530
sprintf("Invalid form method: '%s'."$method)
/src/Form/HtmlForm.php268
'Invalid NULL offset. Only named offsets allowed.'
/src/Form/ValuesBag.php153
'Values can not be evaluated. No request bound.'
/src/Form/HtmlForm.php492
sprintf("Invalid form enctype: '%s'."$type)
/src/Form/HtmlForm.php302
sprintf("Unknown form element '%s'"$name)
/src/Form/HtmlForm.php716
'CSRF token mismatch.'
/src/Form/HtmlForm.php630
sprintf("Element '%s' already assigned."$name)
/src/Form/HtmlForm.php765
sprintf("Element '%s' already assigned."$element->getName( ))
/src/Form/HtmlForm.php731
sprintf("'%s' is an invalid IP address version; allowed are '%s'."$versionimplode("', '"array_keys($allowedVersions)))
/src/Constraint/Validator/Ip.php63
"'Fileinfo' extension not found. Analyzing of buffers not supported."
/src/File/MimeTypeGetter.php1113
"Date validator option 'validFrom' is not a DateTime instance."
/src/Constraint/Validator/Date.php69
"Date validator option 'locale' is not a Locale instance."
/src/Constraint/Validator/Date.php63
'Date validator requires either a valid locale, either passed to constructor or configured in application.'
/src/Constraint/Validator/Date.php87
"Date validator option 'validUntil' is not a DateTime instance."
/src/Constraint/Validator/Date.php79
sprintf("'%s' is not a valid regular expression."$regExp)
/src/Constraint/Validator/RegularExpression.php41
sprintf("Invalid type for DNS checking '%s'; allowed types are '%s'."$typestr_replace(' '"', '"$allowedTypes))
/src/Constraint/Validator/Email.php51
'Propel is configured as driver for vxPDO but not available in this application.'
/src/Database/DatabaseInterfaceFactory.php66
sprintf("vxPDO accepts only mysql and pgsql as established connection drivers. The configured Propel connection '%s' uses '%s'."$dsnName$adapterName)
/src/Database/DatabaseInterfaceFactory.php82
sprintf("No class for driver '%s' supported."$type)
/src/Database/DatabaseInterfaceFactory.php120
'Missing statement string.'
/src/Database/Adapter/Propel2ConnectionWrapper.php189
vsprintf('ERROR: %s, %s, %s'$this->statement->errorInfo( ))
/src/Database/AbstractPdoAdapter.php782
'Value cannot be converted into string.'
/src/Database/AbstractPdoAdapter.php880
'No database type defined.'
/src/Database/DatabaseInterfaceFactory.php47
'No driver found in DSN.'
/src/Database/DatabaseInterfaceFactory.php54
sprintf("Wrong driver type of connection. Connection reports '%s', should be 'pgsql'."$drivername)
/src/Database/Adapter/Pgsql.php124
sprintf("Character set '%s' not mapped or supported."DEFAULT_ENCODING)
/src/Database/Adapter/Mysql.php67
"Missing parameter 'host' in datasource connection configuration."
/src/Database/Adapter/Mysql.php81
"Missing parameter 'dbname' in datasource connection configuration."
/src/Database/Adapter/Mysql.php84
sprintf("Character set '%s' not mapped or supported."DEFAULT_ENCODING)
/src/Database/Adapter/Pgsql.php66
sprintf("Table '%s' not found."$tableName)
/src/Database/AbstractPdoAdapter.php571
sprintf("Table '%s' has more than one or no primary key column."$tableName)
/src/Database/AbstractPdoAdapter.php635
sprintf("Unknown column '%s' for WHERE clause."$whereName)
/src/Database/AbstractPdoAdapter.php652
vsprintf('ERROR: %s, %s, %s'$this->statement->errorInfo( ))
/src/Database/AbstractPdoAdapter.php683
sprintf("Table '%s' not found."$tableName)
/src/Database/AbstractPdoAdapter.php701
vsprintf('ERROR: %s, %s, %s'$this->statement->errorInfo( ))
/src/Database/AbstractPdoAdapter.php728
sprintf("Table '%s' has more than one or no primary key column."$tableName)
/src/Database/AbstractPdoAdapter.php733
sprintf("Unknown column '%s' for WHERE clause."$whereName)
/src/Database/AbstractPdoAdapter.php749
sprintf("Unknown column '%s' in table '%s'."$columnName$tableName)
/src/Database/AbstractPdoAdapter.php260
sprintf("Table '%s' not found."$tableName)
/src/Database/AbstractPdoAdapter.php350
vsprintf('ERROR: %s, %s, %s'$this->statement->errorInfo( ))
/src/Database/AbstractPdoAdapter.php410
'Rows data contains a non-array value. Attributes cannot be determined.'
/src/Database/AbstractPdoAdapter.php435
sprintf("Table '%s' not found."$tableName)
/src/Database/AbstractPdoAdapter.php449
sprintf("Row %d contains a non-array value."$i)
/src/Database/AbstractPdoAdapter.php496
sprintf("Attribute mismatch in row %d. Expected ['%s'], but found ['%s']."$iimplode("', '"$names), implode("', '"array_keys($matchedRow)))
/src/Database/AbstractPdoAdapter.php504
vsprintf('ERROR: %s, %s, %s'$this->statement->errorInfo( ))
/src/Database/AbstractPdoAdapter.php551
'Invalid token id.'
/src/Security/Csrf/CsrfTokenSessionStorage.php90
sprintf("CSRF token with id '%s' not found."$tokenId)
/src/Security/Csrf/CsrfTokenSessionStorage.php73
sprintf("Mismatch of database name: DSN states '%s', dbname element states '%s'."$matches[1], $this->dbname)
/src/Database/AbstractPdoAdapter.php147
'Database name missing in DSN string.'
/src/Database/AbstractPdoAdapter.php144
sprintf("Mismatch of host: DSN states '%s', host element states '%s'."$matches[1], $this->host)
/src/Database/AbstractPdoAdapter.php158
'Host missing in DSN string.'
/src/Database/AbstractPdoAdapter.php155
sprintf("Unknown table '%s'."$tableName)
/src/Database/AbstractPdoAdapter.php224
sprintf("Mismatch of port: DSN states '%s', host element states '%s'."$matches[1], $this->port)
/src/Database/AbstractPdoAdapter.php167
sprintf("Method '%s' not supported by createFromLogin."$type)
/src/Security/Password/PasswordGenerator.php118
'No font colors defined.'
/src/Security/Captcha.php225
sprintf("Cost is too small. Cost must be at least %d."self::MIN_COST)
/src/Security/Password/PasswordEncrypter.php50
"password_hash() not supported by current PHP version, but required by " __CLASS__/src/Security/Password/PasswordEncrypter.php44
sprintf("Password too long. Maximum length is %d."self::MAX_LENGTH)
/src/Security/Password/PasswordEncrypter.php81
sprintf("Password too short. Minimum length is %d."self::MIN_LENGTH)
/src/Security/Password/PasswordEncrypter.php78
'No suitable function for generating a CSRF token available.'
/src/Security/Csrf/CsrfTokenManager.php156
'CSRF token length not set or too short.'
/src/Security/Csrf/CsrfTokenManager.php140
'Role is not a role instance.'
/src/User/User.php225
sprintf("Role '%s' defined twice."$role->getRoleName( ))
/src/User/User.php228
sprintf("Session key '%s' doesn't hold a SessionUser instance."$sessionKey)
/src/User/SimpleSessionUserProvider.php68
'An empty username is not allowed.'
/src/User/User.php76
'Exception handler already registered.'
/src/Debug/ExceptionHandler.php52
'Error handler already registered.'
/src/Debug/ErrorHandler.php68
sprintf('%s: %s in %s line %d', isset($this->errorLevels[$errorLevel]) ? $this->errorLevels[$errorLevel] : $errorLevel$message$file$line)
/src/Debug/ErrorHandler.php144
sprintf("Wrong driver type of connection. Connection reports '%s', should be 'mysql'."$drivername)
/src/Database/Adapter/Mysql.php138
sprintf("Unknown column '%s' in table '%s'."$columnName$tableName)
/src/Database/Adapter/Mysql.php161
sprintf("Charset mismatch; site configuration says '%s', DSN says '%s'."$charset$matches[1])
/src/Database/Adapter/Mysql.php106
'Connection is already set and cannot be redeclared.'
/src/Database/Adapter/Mysql.php130
sprintf("A session user with the session key '%s' already exists."$sessionKey)
/src/User/SessionUser.php62
sprintf("The session key '%s' is already in use."$sessionKey)
/src/User/SessionUser.php65
sprintf("Column '%s' in table '%s' is not of type ENUM or SET."$columnName$tableName)
/src/Database/Adapter/Mysql.php169
"Redirect can't be executed. Controller has no route assigned."
/src/Controller/Controller.php198
'Connection is already set and cannot be redeclared.'
/src/Database/Adapter/Pgsql.php116
"Missing parameter 'dbname' in datasource connection configuration."
/src/Database/Adapter/Pgsql.php83
"Missing parameter 'host' in datasource connection configuration."
/src/Database/Adapter/Pgsql.php80