Error messages

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

MessageFileLine
sprintf('No identifier/primary key specified for Entity "%s" sub class of "%s". Every Entity must have an identifier/primary key.'$entityName$parent)
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php38
'Query Cache is not configured.'
/app/plugin/doctrine/Doctrine/ORM/ORMException.php133
sprintf('No identifier/primary key specified for Entity "%s". Every Entity must have an identifier/primary key.'$entityName)
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php44
'Class Metadata Cache is not configured.'
/app/plugin/doctrine/Doctrine/ORM/ORMException.php138
"The inheritance type '$type' specified for '$entityName' does not exist."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php53
"Invalid result cache driver; it must implement Doctrine\\Common\\Cache\\Cache."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php124
"Id generators can't be used with a composite id."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php58
"This behaviour is (currently) not supported by Doctrine 2"
/app/plugin/doctrine/Doctrine/ORM/ORMException.php128
"Your proxy directory must be writable."
/app/plugin/doctrine/Doctrine/ORM/Proxy/ProxyException.php37
"Entity '" $entityName "' has no field '" $fieldName "'. " "You can therefore not call '" $method "' on the entities' repository"
/app/plugin/doctrine/Doctrine/ORM/ORMException.php110
"You must configure a proxy namespace. See docs for details"
/app/plugin/doctrine/Doctrine/ORM/Proxy/ProxyException.php41
"You cannot search for the association field '" $entityName "#" $associationFieldName "', " "because it is the inverse side of an association. Find methods only work on owning side associations."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php118
sprintf("The class %s is not part of the proxy namespace %s"$className$proxyNamespace)
/app/plugin/doctrine/Doctrine/ORM/Proxy/ProxyException.php46
"Cannot use different EventManager instances for EntityManager and Connection."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php99
"Specifying the paths to your entities is required " "in the AnnotationDriver to retrieve all class names."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php31
"You need to pass a parameter to '" $methodName "'"
/app/plugin/doctrine/Doctrine/ORM/ORMException.php104
"The DQL alias '" $dqlAlias "' contains an entity " "of an inheritance hierachy with an empty discriminator value. This means " "that the database contains inconsistent data with an empty " "discriminator value in a table row."
/app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/HydrationException.php20
"The EntityManager is closed."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php89
sprintf('The discriminator column "%s" is missing for "%s" using the DQL alias "%s".'$discrColumnName$entityName$dqlAlias)
/app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/HydrationException.php36
"'$mode' is an invalid hydration mode."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php94
sprintf('The meta mapping for the discriminator column "%s" is missing for "%s" using the DQL alias "%s".'$discrColumnName$entityName$dqlAlias)
/app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/HydrationException.php51
"Invalid order by orientation specified for " $className "#" $field/app/plugin/doctrine/Doctrine/ORM/ORMException.php79
"You must configure a proxy directory. See docs for details"
/app/plugin/doctrine/Doctrine/ORM/Proxy/ProxyException.php33
"'$mode' is an invalid flush mode."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php84
"The mapping driver '$type' does not exist"
/app/plugin/doctrine/Doctrine/ORM/Tools/Export/ExportException.php16
"Entity of type " get_class($entity) . " is missing an assigned ID for field  '" $field "'. " "The identifier generation strategy for this entity requires the ID field to be populated before " "EntityManager#persist() is called. If you want automatically generated identifiers instead " "you need to adjust the metadata mapping accordingly."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php61
"Attempting to overwrite an existing file '" $file "'."
/app/plugin/doctrine/Doctrine/ORM/Tools/Export/ExportException.php21
"Unrecognized field: $field"
/app/plugin/doctrine/Doctrine/ORM/ORMException.php70
"The result returned by the query was not unique."
/app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/HydrationException.php9
'Could not find a named native query by the name "' $nativeQueryName '"'
/app/plugin/doctrine/Doctrine/ORM/ORMException.php45
"The parent object of entity result with alias '$alias' was not found." " The parent alias is '$parentAlias'."
/app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/HydrationException.php15
"Entity of type " get_class($entity) . " has identity through a foreign entity " get_class($relatedEntity) . ", " "however this entity has no identity itself. You have to call EntityManager#persist() on the related entity " "and make sure that an identifier was generated before trying to persist '" get_class($entity) . "'. In case " "of Post Insert ID Generation (such as MySQL Auto-Increment or PostgreSQL SERIAL) this means you have to call " "EntityManager#flush() between both persist operations."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php51
"0"
/app/plugin/doctrine/Doctrine/ORM/Tools/ToolsException.php33
'Could not find a named query by the name "' $queryName '"'
/app/plugin/doctrine/Doctrine/ORM/ORMException.php40
"Schema-Tool failed with Error '" $e->getMessage( ) . "' while executing DDL: " $sql/app/plugin/doctrine/Doctrine/ORM/Tools/ToolsException.php33
"It's a requirement to specify a Metadata Driver and pass it " "to Doctrine\\ORM\\Configuration::setMetadataDriverImpl()."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php34
"The specified export driver '$type' does not exist"
/app/plugin/doctrine/Doctrine/ORM/Tools/Export/ExportException.php11
"Could not map doctrine 1 type '$type'!"
/app/plugin/doctrine/Doctrine/ORM/Tools/ToolsException.php38
"A single-valued association path expression to an entity with a composite primary " "key is not supported. Explicitly name the components of the composite primary key " "in the query."
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php145
"Iterate with fetch join in class " $assoc['sourceEntity'] . " using association " $assoc['fieldName'] . " not allowed."
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php137
"Double-dispatch for node " get_class($node) . " is not supported."
/app/plugin/doctrine/Doctrine/ORM/Query/AST/ASTException.php31
"Cannot check if a child of '" $rootClass "' is instanceof '" $className "', " "inheritance hierachy exists between these two classes."
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php153
"Loading partial objects is dangerous. Fetch full objects or consider " "using a different fetch mode. If you really want partial objects, " "set the doctrine.forcePartialLoad query hint to TRUE."
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php112
"Invalid query operation: Not allowed to iterate over fetch join collections " "in class " $assoc['sourceEntity'] . " assocation " $assoc['fieldName']
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php104
"A single-valued association path expression to an inverse side is not supported" " in DQL queries. Use an explicit join instead."
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php130
"Unsupported query operation: It is not yet possible to overwrite the join " "conditions in class " $assoc['sourceEntityName'] . " assocation " $assoc['fieldName'] . ". " "Use WITH to append additional join conditions to the association."
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php121
"DQL Query parameter and type numbers missmatch, but have to be exactly equal."
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php84
"Invalid parameter: token " $key " is not defined in the query."
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php79
"Invalid literal '$literal'"
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php95
"Invalid PathExpression '" $pathExpr->identificationVariable "." $pathExpr->field "'."
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php90
'Invalid parameter type, ' $received ' given, but ' $expected ' expected.'
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php59
'Single id is not allowed on composite primary key in entity ' $entity/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php258
'Invalid parameter position: ' $pos/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php64
'Locking type "' $unsupportedType '" (specified in "' $entity '", field "' $fieldName '") ' 'is not supported by Doctrine.'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php263
"Invalid parameter number: number of bound variables does not match number of tokens"
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php69
'Query named "' $queryName '" in "' $entity '" was already declared, but it must be declared only once'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php248
'Invalid parameter format, ' $value ' given, but :<name> or ?<num> expected.'
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php74
'Result set mapping named "' $resultName '" in "' $entity '" was already declared, but it must be declared only once'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php253
'Property "' $fieldName '" in "' $entity '" was already declared, but it must be declared only once'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php238
'[Syntax Error] ' $message/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php44
'Property "' $fieldName '" in "' $entity '" was already declared, but it must be declared only once'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php243
'[Semantical Error] ' $message/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php49
"The attribute 'type' is required for the column description of property " $className "::\$" $propertyName "."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php224
0/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php49
"TableIdGenerator is not yet implemented for use with class " $className/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php229
'Invalid lock mode hint provided.'
/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php54
sprintf('Class "%s" sub class of "%s" is not a valid entity or mapped super class.'$className$parent)
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php210
"A detached entity was found during " $operation " " self::objToStr($entity)
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php96
sprintf('Class "%s" is not a valid entity or mapped super class.'$className)
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php216
$context ' expects parameter ' $parameterIndex ' to be an entity object, ' gettype($given) . ' given.'
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php101
'An error occurred in ' $entity/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php198
"The pessimistic lock failed."
/app/plugin/doctrine/Doctrine/ORM/PessimisticLockException.php35
'The column ' $joinColumn ' must be mapped to a field in class ' $className ' since it is referenced by a join column of another class.'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php203
0/app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php44
"The mapping of field '$fieldName' is invalid."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php185
"A detached entity of type " $assoc['targetEntity'] . " (" self::objToStr($entry) . ") " " was found through the relationship '" $assoc['sourceEntity'] . "#" $assoc['fieldName'] . "' " "during cascading a persist operation."
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php73
0/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php198
"Entity " self::objToStr($entity) . " is not managed. An entity is managed if its fetched " "from the database or registered as new through EntityManager#persist"
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php80
"The mapping of field '$fieldName' requires an the 'joinTable' attribute."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php155
"Entity has no identity, therefore " $operation " cannot be performed. " self::objToStr($entity)
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php86
"The mapping of field '{$field}' is invalid: The option '{$expectedOption}' is required."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php169
"Entity is removed, therefore " $operation " cannot be performed. " self::objToStr($entity)
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php91
"OneToMany mapping on field '$fieldName' requires the 'mappedBy' attribute."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php150
"The given entity of type '" $className "' (" self::objToStr($entity) . ") has no identity/no " "id values set. It cannot be added to the identity map."
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php47
"Result set mapping name on entity class '$className' is not defined."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php145
"Entity " self::objToStr($entity) . " can not be scheduled for insertion twice."
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php41
'Result set mapping named "' $resultName '" in "' $entity ' requires a field name.'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php140
"A new entity was found through the relationship '" $assoc['sourceEntity'] . "#" $assoc['fieldName'] . "' that was not" " configured to cascade persist operations for entity: " self::objToStr($entry) . "." " To solve this issue: Either explicitly call EntityManager#persist()" " on this unknown entity or configure cascade persist " " this association in the mapping for example @ManyToOne(..,cascade={\"persist\"})." . (method_exists($entry'__toString') ? "" " If you cannot find out which entity causes the problem" " implement '" $assoc['targetEntity'] . "#__toString()' to get a clue.")
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php60
'Result set mapping named "' $resultName '" in "' $entity ' requires a entity class name.'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php135
"Only managed entities can be marked or checked as read only. But " self::objToStr($entity) . " is not"
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php54
'Query named "' $queryName '" in "' $entity ' requires a result class or result set mapping.'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php130
'An open transaction is required for this operation.'
/app/plugin/doctrine/Doctrine/ORM/TransactionRequiredException.php35
"Query name on entity class '$className' is not defined."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php125
"Cannot obtain optimistic lock on unversioned entity " $entityName/app/plugin/doctrine/Doctrine/ORM/OptimisticLockException.php62
'Query named "' $queryName '" in "' $entity '" could not be empty.'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php120
"Removed entity " self::objToStr($entity) . " can not be scheduled for insertion."
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php36
"No result set mapping found named '$resultName' on class '$className'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php115
"A managed+dirty entity " self::objToStr($entity) . " can not be scheduled for insertion."
/app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php31
"No query found named '$queryName' on class '$className'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php110
"The optimistic lock on an entity failed."
/app/plugin/doctrine/Doctrine/ORM/OptimisticLockException.php52
"No mapping found for field '$fieldName' on class '$className'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php105
"It is not allowed to overwrite internal function '$functionName' in the DQL parser through user-defined functions."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php165
"The column type of attribute '$fieldName' on class '$className' could not be changed."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php100
array_combine($class->getIdentifierFieldNames( ), $this->entityIdentifiers[$oid])
/app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php2262
"Invalid field override named '$fieldName' for class '$className'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php89
"The optimistic lock failed, version " $expectedLockVersion " was expected, but is actually " $actualLockVersion/app/plugin/doctrine/Doctrine/ORM/OptimisticLockException.php57
"No mapping file found named '$fileName' for class '$entityName'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php78
"Unknown Entity namespace alias '$entityNamespaceAlias'."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php149
"The association mapping '$fieldName' misses the 'sourceEntity' attribute."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php73
'Proxy Classes are always regenerating.'
/app/plugin/doctrine/Doctrine/ORM/ORMException.php143
"The association mapping '$fieldName' misses the 'targetEntity' attribute."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php68
"The identifier $fieldName is missing for a query of " $className/app/plugin/doctrine/Doctrine/ORM/ORMException.php160
"The field or association mapping misses the 'fieldName' attribute in entity '$entity'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php63
"Invalid repository class '" $className "'. It must be a Doctrine\Common\Persistence\ObjectRepository."
/app/plugin/doctrine/Doctrine/ORM/ORMException.php155
sprintf("You have specified invalid cascade options for %s::$%s: %s; available options: 'remove', 'persist', 'refresh', 'merge', and 'detach'"$className$propertyName$cascades)
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php434
"Transaction commit failed because the transaction has been marked for rollback only."
/app/plugin/doctrine/Doctrine/DBAL/ConnectionException.php37
"There is no active transaction."
/app/plugin/doctrine/Doctrine/DBAL/ConnectionException.php42
"Savepoints are not supported by this driver."
/app/plugin/doctrine/Doctrine/DBAL/ConnectionException.php47
"May not alter the nested transaction with savepoints behavior while a transaction is open."
/app/plugin/doctrine/Doctrine/DBAL/ConnectionException.php52
"Operation '$method' is not supported by platform."
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php9
"Invalid 'platform' option specified, need to give an instance of " "\Doctrine\DBAL\Platforms\AbstractPlatform."
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php15
"The 'pdo' option was used in DriverManager::getConnection() but no " "instance of PDO was given."
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php22
"An inverse association is not allowed to be identifier in '$className#$field'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php389
"Many-to-many or one-to-many associations are not allowed to be identifier in '$className#$field'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php394
"Its not supported to define inheritance information on a mapped superclass '" $className "'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php399
"Entity '" $className "' has to be part of the discriminator map of '" $rootClassName "' " "to be properly mapped in the inheritance hierachy. Alternatively you can make '" $className "' an abstract class " "to avoid this exception from occuring."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php405
"Entity '" $className "' has no method '" $methodName "' to be registered as lifecycle callback."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php413
"Entity '" $className "' has a mapping with invalid fetch mode '" $annotation "'"
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php418
"Entity '" $className "' has a composite identifier but uses an ID generator other than manually assigning (Identity, Sequence). This is not supported."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php423
"The target-entity " $targetEntity " cannot be found in '" $sourceEntity "#" $associationName "'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php428
"Duplicate definition of column '" $columnName "' on entity '" $className "' in a field or discriminator column mapping."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php344
"It is not possible to set id field '$fieldName' to type '$type' in entity class '$className'. The type '$type' requires conversion SQL which is not allowed for identifiers."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php334
"It is not possible to map entity '" $className "' with a composite primary key " "as part of the primary key of another entity '" $targetEntity "#" $targetField "'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php360
"It is illegal to put an inverse side one-to-many or many-to-many association on mapped superclass '" $className "#" $field "'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php349
"Cannot find a field on '$className' that is mapped to column '$column'. Either the " "field does not exist or an association exists but it has multiple join columns."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php371
"'$className#$field' is not an association with a single join column."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php366
"Orphan removal is only allowed on one-to-one and one-to-many " "associations, but " $className "#" $field " is not."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php383
"The orphan removal option is not allowed on an association that is " "part of the identifier in '$className#$field'."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php377
"Entity class '$className' used in the discriminator map of class '$owningClass' " "does not exist."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php291
'File mapping drivers must have a valid directory path, ' 'however the given path ' $path ' seems to be incorrect!'
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php275
"Entity class '$className' is using inheritance but no discriminator map was defined."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php309
"The entries " implode(', '$entries) . " in discriminator map of class '" $className "' is duplicated. " "If the discriminator map is automatically generated you have to convert it to an explicit discriminator map now. " "The entries of the current map are: @DiscriminatorMap({" implode(', 'array_map(function ($a$b) { /**/ } , array_keys($map), array_values($map))) . "})"
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php299
"Discriminator column type on entity class '$className' is not allowed to be '$type'. 'string' or 'integer' type variables are suggested!"
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php319
"Entity class '$className' is using inheritance but no discriminator column was defined."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php314
"Setting Id field '$fieldName' as versionale in entity class '$className' is not supported."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php329
"Discriminator column name on entity class '$className' is not defined."
/app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php324
'Could not convert database value "' $value '" to Doctrine Type ' $toType '. Expected format: ' $expectedFormat/app/plugin/doctrine/Doctrine/DBAL/Types/ConversionException.php61
rtrim($message)
/app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php40
"Alter table change not supported, given '$changeName'"
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php124
'Could not convert database value "' $value '" to Doctrine Type ' $toType/app/plugin/doctrine/Doctrine/DBAL/Types/ConversionException.php46
"This functionality is not implemented with this sharding provider."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php33
1331557937/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php33
"No cache key was set."
/app/plugin/doctrine/Doctrine/DBAL/Cache/CacheException.php30
"Trying to cache a query but no result driver is configured."
/app/plugin/doctrine/Doctrine/DBAL/Cache/CacheException.php35
"The table with name '" $tableName "' already exists."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php70
"The column '" $columnName "' on table '" $tableName "' already exists."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php82
"An index with name '$indexName' was already defined on table '$table'."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php51
"There is no column with name '$columnName' on table '$table'."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php60
"There exists no foreign key with the name '$fkName' on table '$table'."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php110
"The performed schema operation on " $localTable->getName( ) . " requires a named foreign key, " "but the given foreign key from (" implode(", "$foreignKey->getColumns( )) . ") onto foreign table " "'" $foreignKey->getForeignTableName( ) . "' (" implode(", "$foreignKey->getForeignColumns( )) . ") is currently " "unnamed."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php116
"The sequence '" $sequenceName "' already exists."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php92
"There exists no sequence with the name '" $sequenceName "'."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php101
'Type to be overwritten ' $name ' does not exist.'
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php104
'Unknown column type "' $name '" requested. Any Doctrine type that you use has ' 'to be registered with \Doctrine\DBAL\Types\Type::addType(). You can get a list of all the ' 'known types with \Doctrine\DBAL\Types\Type::getTypeMap(). If this error occurs during database ' 'introspection then you might have forgot to register all database types for a Doctrine Type. Use ' 'AbstractPlatform#registerDoctrineTypeMapping() or have your custom types implement ' 'Type#getMappedDatabaseTypes(). If the type name is empty you might ' 'have a problem with the cache or forgot some mapping information.'
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php92
'Type ' $name ' already exists.'
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php87
"Invalid Offset in Limit Query, it has to be larger or equal to 0."
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php82
"Index '$indexName' does not exist on table '$table'."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php42
"Invalid index-name $indexName given, has to be [a-zA-Z0-9_]"
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php33
"There is no table with name '" $tableName "' in the schema."
/app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php24
"The given alias '" $alias "' is not part of " "any FROM or JOIN clause table. The currently registered " "aliases are: " implode(", "$registeredAliases) . "."
/app/plugin/doctrine/Doctrine/DBAL/Query/QueryException.php34
0/app/plugin/doctrine/Doctrine/DBAL/DBALException.php47
"An exception occurred while executing '" $sql "'"
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php41
"The given 'driver' " $unknownDriverName " is unknown, " "Doctrine currently supports only the following drivers: " implode(", "$knownDrivers)
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php35
"The options 'driver' or 'driverClass' are mandatory if no PDO " "instance is given to DriverManager::getConnection()."
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php29
"No columns specified for table " $tableName/app/plugin/doctrine/Doctrine/DBAL/DBALException.php77
"Invalid table name specified: " $tableName/app/plugin/doctrine/Doctrine/DBAL/DBALException.php68
"The given 'driverClass' " $driverClass " has to implement the " "\Doctrine\DBAL\Driver interface."
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php58
"The given 'wrapperClass' " $wrapperClass " has to be a " "subtype of \Doctrine\DBAL\Connection."
/app/plugin/doctrine/Doctrine/DBAL/DBALException.php52
sprintf('[Type Error] Attribute "%s" of @%s declared on %s expects %s, but got %s.'$attributeName$annotationName$context$expectedis_object($actual) ? 'an instance of ' get_class($actual) : gettype($actual))
/app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationException.php97
'[Creation Error] ' $message/app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationException.php81
sprintf('[Type Error] Attribute "%s" of @%s declared on %s expects %s. This value should not be null.'$attributeName$annotationName$context$expected)
/app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationException.php119
"Cannot switch shard during an active transaction."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php48
1332141766/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php48
1332142103/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php53
"You have to specify a string or integer as shard distribution value."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php53
1332141280/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php38
"SQLAzure requires a federation name to be set during sharding configuration."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php38
1332141329/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php43
"SQLAzure requires a distribution key to be set during sharding configuration."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php43
"No mapping file found named '$fileName' for class '$entityName'."
/app/plugin/doctrine/Doctrine/Common/Persistence/Mapping/MappingException.php74
"Invalid mapping file '$fileName' for class '$entityName'."
/app/plugin/doctrine/Doctrine/Common/Persistence/Mapping/MappingException.php84
'[Syntax Error] ' $message/app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationException.php41
'[Semantical Error] ' $message/app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationException.php52
"You have to specify a sharding distribution type such as 'integer', 'string', 'guid'."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php58
"The class '" $className "' was not found in the " "chain configured namespaces " implode(", "$namespaces)
/app/plugin/doctrine/Doctrine/Common/Persistence/Mapping/MappingException.php38
"Specifying the paths to your entities is required " "in the AnnotationDriver to retrieve all class names."
/app/plugin/doctrine/Doctrine/Common/Persistence/Mapping/MappingException.php47
'File mapping drivers must have a valid directory path, ' 'however the given path ' $path ' seems to be incorrect!'
/app/plugin/doctrine/Doctrine/Common/Persistence/Mapping/MappingException.php62
"Given Fetch-Style " $fetchMode " is not supported."
/app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php179
db2_stmt_errormsg( )
/app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php143
db2_stmt_errormsg( )
/app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php46
db2_conn_errormsg( )
/app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php38
"Missing 'host' in configuration for sqlsrv driver."
/app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/Driver.php30
"Fetch mode is not supported!"
/app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php211
db2_stmt_errormsg( )
/app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php70
"Missing 'dbname' in configuration for sqlsrv driver."
/app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/Driver.php33
'AbstractPlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/SQLServerPlatform.php157
'getDropTableSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/MySqlPlatform.php709
"sqlsrv does not support named parameters to queries, use question mark (?) placeholders instead."
/app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php114
"Invalid Oracle identifier"
/app/plugin/doctrine/Doctrine/DBAL/Platforms/OraclePlatform.php51
sprintf("Platform %s does not support offset values in limit queries."$this->getName( ))
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php2671
"LIMIT argument offset=$offset is not valid"
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php2668
'MysqlPlatform::getDropIndexSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/MySqlPlatform.php597
'MysqlPlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/MySqlPlatform.php591
"There exists no keyword list with name '" $keywordList "'. " "Known lists: " implode(", "array_keys($this->keywordListClasses))
/app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php108
"Cannot use TableGenerator with SQLite."
/app/plugin/doctrine/Doctrine/DBAL/Id/TableGenerator.php89
"Race-condition detected while updating sequence. Aborting generation"
/app/plugin/doctrine/Doctrine/DBAL/Id/TableGenerator.php140
"Error occured while generating ID with TableGenerator, aborted generation: " $e->getMessage( )
/app/plugin/doctrine/Doctrine/DBAL/Id/TableGenerator.php154
"Argument 'SQL' is required in order to execute this command correctly."
/app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php66
"Option 'depth' must contains an integer value"
/app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php72
sprintf("SQL file '<info>%s</info>' does not exist."$fileName)
/app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php71
sprintf("SQL file '<info>%s</info>' does not have read permissions."$fileName)
/app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php75
"Invalid fetch style: " $fetchMode/app/plugin/doctrine/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php227
"Unkown type: '{$type}'"
/app/plugin/doctrine/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php97
"Unknown type: '{$type}'"
/app/plugin/doctrine/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php117
"Unknown fetch type '{$fetchMode}'"
/app/plugin/doctrine/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php245
db2_conn_errormsg($this->_conn)
/app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php90
db2_conn_errormsg($this->_conn)
/app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php98
"lastInsertId failed: Query was executed but no result was returned."
/app/plugin/doctrine/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php132
"Invalid fetch style: " $fetchMode/app/plugin/doctrine/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php214
"Cannot have foreign key between global/federation."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php220
"Cannot switch shard when transaction is active."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php145
"Shard " $shard['id'] . " is duplicated in the configuration."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php119
"Shard Id has to be a non-negative number."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php115
"Missing 'id' for one configured shard. Please specificy a unique shard-id."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php111
"The 'shardChoser' configuration is not a valid instance of Doctrine\DBAL\Sharding\ShardChoser\ShardChoser"
/app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php104
"Missing Shard Choser configuration 'shardChoser'"
/app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php96
"Connection Parameters require 'global' and 'shards' configurations."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php92
"No shards found."
/app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardManager.php76
"Invalid fetch-style given for caching result."
/app/plugin/doctrine/Doctrine/DBAL/Cache/ResultCacheStatement.php177
"Invalid fetch-style given for fetching result."
/app/plugin/doctrine/Doctrine/DBAL/Cache/ArrayStatement.php79
"Caching layer does not support 2nd/3rd argument to setFetchMode()"
/app/plugin/doctrine/Doctrine/DBAL/Cache/ArrayStatement.php53
"Invalid option to connect(), only master or slave allowed."
/app/plugin/doctrine/Doctrine/DBAL/Connections/MasterSlaveConnection.php147
'You have to configure at least one slaves.'
/app/plugin/doctrine/Doctrine/DBAL/Connections/MasterSlaveConnection.php115
'master or slaves configuration missing'
/app/plugin/doctrine/Doctrine/DBAL/Connections/MasterSlaveConnection.php112
'SchemaCreateTableEventArgs expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.'
/app/plugin/doctrine/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php57
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php82
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php83
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php80
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php81
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php78
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php79
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php76
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php77
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php74
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php75
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php72
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php73
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php70
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php71
"No shards found for " $this->federationName/app/plugin/doctrine/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php201
"No clustered index found on table " $table->getName( )
/app/plugin/doctrine/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php121
sprintf("Doctrine 1.X schema directory '<info>%s</info>' does not exist."$dirName)
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php167
sprintf("Entities destination directory '<info>%s</info>' does not have write permissions."$destPath)
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php83
sprintf("Doctrine 2.X mapping destination directory '<info>%s</info>' does not exist."$destPath)
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php178
sprintf("Doctrine 1.X schema directory '<info>%s</info>' does not have read permissions."$dirName)
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php171
sprintf("Mapping destination directory '<info>%s</info>' does not exist."$input->getArgument('dest-path'))
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php137
sprintf("Doctrine 2.X mapping destination directory '<info>%s</info>' does not have write permissions."$destPath)
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php182
'No Result cache driver is configured on given EntityManager.'
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php84
sprintf("Mapping destination directory '<info>%s</info>' does not have write permissions."$destPath)
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php141
"Hydration mode '$hydrationModeName' does not exist. It should be either: object. array, scalar or single-scalar."
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php95
"Option 'depth' must contains an integer value"
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php87
"Option 'max-result' must contains an integer value"
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php111
"Option 'first-result' must contains an integer value"
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php103
sprintf("Entities destination directory '<info>%s</info>' does not exist."$input->getArgument('dest-path'))
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php123
'You do not have any mapped Doctrine ORM entities according to the current configuration. ' 'If you have entities or mapping files you should check your mapping configuration for errors.'
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/InfoCommand.php61
sprintf("Entities destination directory '<info>%s</info>' does not exist."$input->getArgument('dest-path'))
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php79
sprintf("Entities destination directory '<info>%s</info>' does not have write permissions."$destPath)
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php127
"Cannot use SimpleObjectHydrator with a ResultSetMapping that contains more than one object result."
/app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php64
"Cannot use SimpleObjectHydrator with a ResultSetMapping that contains scalar mappings."
/app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php68
sprintf('Field "%s" is not a valid field of the entity "%s" in PreUpdateEventArgs.'$fieldget_class($this->getEntity( )))
/app/plugin/doctrine/Doctrine/ORM/Event/PreUpdateEventArgs.php121
"TableGenerator not yet implemented."
/app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataFactory.php485
"Can't instantiate custom generator : " $definition['class']
/app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataFactory.php491
"Unknown generator type: " $class->generatorType/app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataFactory.php498
"Class " $this->name " has a composite identifier."
/app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php640
"ClassMetadataInfo::setTable() has to be called before defining a one to one relationship."
/app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php1411
"Cannot clear APC Cache from Console, its shared in the Webserver memory and not accessible from the CLI."
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php88
'No Query cache driver is configured on given EntityManager.'
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php84
"Cannot clear APC Cache from Console, its shared in the Webserver memory and not accessible from the CLI."
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php88
'No Metadata cache driver is configured on given EntityManager.'
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php84
"Cannot clear APC Cache from Console, its shared in the Webserver memory and not accessible from the CLI."
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php88
'You can pass either the --dump-sql or the --force option (but not both simultaneously).'
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php109
"Can only iterate a Result once."
/app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/IterableResult.php62
"hydrateRowData() not implemented by this hydrator."
/app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php171
"Table#renameColumn() was removed, because it drops and recreates " "the column instead. There is no fix available, because a schema diff cannot reliably detect if a " "column was renamed or one column was created and another one dropped."
/app/plugin/doctrine/Doctrine/DBAL/Schema/Table.php273
"Expecting a string as Index Column"
/app/plugin/doctrine/Doctrine/DBAL/Schema/Index.php78
"Type should be a ToOne Assocation here"
/app/plugin/doctrine/Doctrine/ORM/Mapping/Builder/AssociationBuilder.php163
"@NamedQueries should contain an array of @NamedQuery annotations."
/app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php191
'DrizzlePlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/DrizzlePlatform.php308
"LIMIT argument offset=$offset is not valid"
/app/plugin/doctrine/Doctrine/DBAL/Platforms/MsSqlPlatform.php594
'AbstractPlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/MsSqlPlatform.php133
"Table " $this->getName( ) . " has no primary key."
/app/plugin/doctrine/Doctrine/DBAL/Schema/Table.php571
"<index-by /> is not a valid tag"
/app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/XmlDriver.php386
"Association name expected, '" $assocName "' is not an association."
/app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php2695
"'orderBy' is expected to be an array, not " gettype($mapping['orderBy'])
/app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php1546
"'orderBy' is expected to be an array, not " gettype($mapping['orderBy'])
/app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php1457
"@NamedQueries should contain an array of @NamedQuery annotations."
/app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php186
"Unknown class " $className/app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php162
"Table " $table->getName( ) . " has no primary key. Doctrine does not " "support reverse engineering from tables that don't have a primary key."
/app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php133
"<index-by /> is not a valid tag"
/app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/XmlDriver.php491
"Incomplete definition. 'columns' required."
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php1911
'Invalid foreign key action: ' $upper/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php2057
"Incomplete definition. 'columns' required."
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php1401
"Incomplete definition. 'columns' required."
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php1885
"Incomplete definition. 'foreignTable' required."
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php2084
'Invalid isolation level:' $level/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php2230
"Incomplete definition. 'local' required."
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php2078
"Incomplete definition. 'foreign' required."
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php2081
"Unknown database type " $dbType " requested, " get_class($this) . " may not support it."
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php321
'Values must not be empty.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php818
'DrizzlePlatform::getDropIndexSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/DrizzlePlatform.php314
'getDropTableSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/DrizzlePlatform.php444
"Second argument of AbstractPlatform::getCreateTableSQL() has to be integer."
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php1151
'Can only create primary or unique constraints, no common indexes with getCreateConstraintSQL().'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php1366
'getDropTableSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php1053
'AbstractPlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.'
/app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php1093
"You must pass true to this function, otherwise it won't work."
/_japp/model/lib/rbac/base.php354
"RBAC can not reset table on this type of database: {$Adapter}"
/_japp/model/lib/rbac/base.php365
"No database setup file available for '{$Adapter}'."
/_japp/model/lib/db/base.php363
"Not implemented."
/_japp/model/lib/db/adapter/mssql.php109
"You must pass true to this function, otherwise it won't work."
/_japp/model/lib/rbac/users.php137
"RBAC can not reset table on this type of database: {$Adapter}"
/_japp/model/lib/rbac/users.php148
"You must pass true to this function, otherwise it won't work."
/_japp/model/lib/rbac/base.php300
"RBAC can not reset table on this type of database: {$Adapter}"
/_japp/model/lib/rbac/base.php310
"Unable to connect to MySQLi database: " mysqli_connect_error( )
/_japp/model/lib/db/adapter/mysqli.php43
"MySQLi error: " mysqli_error($DB->Connection)
/_japp/model/lib/db/adapter/mysqli.php125
"Store_Result error on MySQLi prepared statement : " $this->Statement->get_warnings( )
/_japp/model/lib/db/adapter/mysqli.php226
"No header array provided!"
/app/plugin/autolist.php182
"Not Implemented"
/_japp/model/lib/db/adapter/mssql.php113
"Unknown SQL Server type in list."
/_japp/model/lib/db/adapter/mssql.php171
"Unknown SQL Server type in list."
/_japp/model/lib/db/adapter/mssql.php187
"Can not initialize database."
/_japp/model/lib/db/adapter/mysqli.php39
"Matching Criteria on PersistentCollection only works on OneToMany assocations at the moment."
/app/plugin/doctrine/Doctrine/ORM/PersistentCollection.php817
"Unexpected entity state: $entityState." self::objToStr($entity)
/app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php1671
"Not implemented."
/app/plugin/doctrine/Doctrine/ORM/EntityManager.php651
'Expected argument of type "callable", got "' gettype($func) . '"'
/app/plugin/doctrine/Doctrine/ORM/EntityManager.php217
sprintf('Found entity of type %s on association %s#%s, but expecting %s'get_class($entry), $assoc['sourceEntity'], $assoc['fieldName'], $targetClass->name)
/app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php754
"Entity has to be managed for single computation " self::objToStr($entity)
/app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php404
"Unexpected entity state: $entityState." self::objToStr($entity)
/app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php1603
"Dirty entity can not be scheduled for insertion."
/app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php1131
"Filter '" $name "' is not enabled."
/app/plugin/doctrine/Doctrine/ORM/Query/FilterCollection.php157
"Filter '" $name "' does not exist."
/app/plugin/doctrine/Doctrine/ORM/Query/FilterCollection.php107
"The column '$columnName' conflicts with another column in the mapper."
/app/plugin/doctrine/Doctrine/ORM/Query/ResultSetMappingBuilder.php91
'ResultSetMapping builder does not currently support inheritance.'
/app/plugin/doctrine/Doctrine/ORM/Query/ResultSetMappingBuilder.php81
"Undefined method '$method'. The method name must start with " "either findBy or findOneBy!"
/app/plugin/doctrine/Doctrine/ORM/EntityRepository.php197
"Invalid argument: " $conn/app/plugin/doctrine/Doctrine/ORM/EntityManager.php863
"Binding entities to query parameters only allowed for entities that have an identifier."
/app/plugin/doctrine/Doctrine/ORM/AbstractQuery.php286
"Binding an entity with a composite primary key to a query is not supported. " "You should split the parameter into the explicit fields and bind them seperately."
/app/plugin/doctrine/Doctrine/ORM/AbstractQuery.php273
"Slicing elements is not supported by this CollectionPersister."
/app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php157
"Checking for existance of an element is not supported by this CollectionPersister."
/app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php162
"Expression of type '$class' not allowed in this context."
/app/plugin/doctrine/Doctrine/ORM/Query/Expr/Base.php92
"Counting the size of this persistent collection is not supported by this CollectionPersister."
/app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php152
"Not implemented"
/app/plugin/doctrine/Doctrine/ORM/Query/SqlWalker.php1754
"Parameter '" $name "' does not exist."
/app/plugin/doctrine/Doctrine/ORM/Query/Filter/SQLFilter.php100
"The column '$renamedColumnName' conflicts with another column in the mapper."
/app/plugin/doctrine/Doctrine/ORM/Query/ResultSetMappingBuilder.php102
"Entity '" $classMetadata->name "' has no field '" $fieldName "'. "
/app/plugin/doctrine/Doctrine/ORM/Query/ResultSetMappingBuilder.php249
"Attempt to backup overwritten entity file but copy operation failed."
/app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php344
'Invalid provided visibilty (only private and protected are allowed): ' $visibility/app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php454
"Unknown composite " $expr->getType( )
/app/plugin/doctrine/Doctrine/ORM/Persisters/SqlExpressionVisitor.php86
"Illegal invocation of " __METHOD__ "."
/app/plugin/doctrine/Doctrine/ORM/Persisters/JoinedSubclassPersister.php448
"Removing a key is not supported by this CollectionPersister."
/app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php177
"Selecting a collection by index is not supported by this CollectionPersister."
/app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php182
"Checking for existance of a key is not supported by this CollectionPersister."
/app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php167
"Removing an element is not supported by this CollectionPersister."
/app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php172
"Cannot count query which selects two FROM components, cannot make distinction"
/app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/CountWalker.php61
'Cannot count query that uses a HAVING clause. Use the output walkers for pagination'
/app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/CountWalker.php47
"Paginating an entity with foreign key as identifier only works when using the Output Walkers. Call Paginator#setUseOutputWalkers(true) before iterating the paginator."
/app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php78
"Cannot count query which selects two FROM components, cannot make distinction"
/app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/WhereInWalker.php82
"Column name `" $joinColumn['referencedColumnName'] . "` referenced for relation from " $mapping['sourceEntity'] . " towards " $mapping['targetEntity'] . " does not exist."
/app/plugin/doctrine/Doctrine/ORM/Tools/SchemaTool.php538
sprintf('Invalid provided IdGeneratorType: %s'$type)
/app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php1285
sprintf('Invalid provided ChangeTrackingPolicy: %s'$type)
/app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php1271
sprintf('Invalid provided InheritanceType: %s'$type)
/app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php1257
"Argument 'DQL' is required in order to execute this command correctly."
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php81
sprintf("Proxies destination directory '<info>%s</info>' does not have write permissions."$destPath)
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php91
sprintf("Proxies destination directory '<info>%s</info>' does not exist."$em->getConfiguration( )->getProxyDir( ))
/app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php87
'For the AnnotationExporter you must set an EntityGenerator instance with the setEntityGenerator() method.'
/app/plugin/doctrine/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php48
sprintf('Not all identifier properties can be found in the ResultSetMapping: %s'implode(', 'array_diff($rootIdentifierarray_keys($sqlIdentifier))))
/app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php129
"Cannot count query which selects two FROM components, cannot make distinction"
/app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php99
sprintf('Not all identifier properties can be found in the ResultSetMapping: %s'implode(', 'array_diff($rootIdentifierarray_keys($sqlIdentifier))))
/app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php121
"Cannot count query which selects two FROM components, cannot make distinction"
/app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php91
"You should set variable \$jfurl as jframework url before incluing this script."
/embed.php8
"User Id missing"
/challenges/single/BusinessLayerAccessControl/index.php150
"You should init jframework before trying to run a request"
/_japp/model/frontcontroller.php120
"File not found : {$file}"
/_japp/model/j.php68
"User id missing"
/challenges/single/BusinessLayerAccessControl/index.php277
"FrontController already instantiated."
/_japp/model/frontcontroller.php25
"Invalid autoload rule added: {$File} set for autoloading of class '{$Classname}' does not exist."
/_japp/model/core/autoload.php197
"Invalid autoload rule added: {$File} set for autoloading of class '{$Classname}' does not exist."
/_japp/model/core/autoload.php184
"Autoload class is static and should not be instantiated."
/_japp/model/core/autoload.php21
"File not found : {$file}"
/_japp/model/j.php83
"Can not load user options without a logged in user."
/_japp/model/lib/settings.php161
"Can not load user options without a logged in user."
/_japp/model/lib/settings.php141
"TablePrefix shouldn't be an empty string: " $this->Adapter/_japp/model/lib/db.php20
"Unknown multiple login policy."
/_japp/model/lib/user.php184
"The user '{$UserID}' provided to RBAC::Check function not found."
/_japp/model/lib/rbac.php131
"The permission '{$Permission}' not found."
/_japp/model/lib/rbac.php129
"Can not load user options without a logged in user."
/_japp/model/lib/settings.php196
"Can not delete user options without a logged in user."
/_japp/model/lib/settings.php180
"More than one session record found in database!"
/_japp/model/lib/session.php71
"Unable to session_start()."
/_japp/model/lib/session.php18
"You have to provide valid email address."
/_japp/model/lib/xuser.php229
"You must pass true to this function, otherwise it won't work."
/_japp/model/lib/rbac.php191
"Title of the category is missing"
/app/model/lesson/base/category.php103
'Missing key to get session data'
/app/model/lesson/base/base.php154
'Missing key to get session data'
/app/model/lesson/base/base.php138
'Missing key/value for saving session data'
/app/model/lesson/base/base.php121
"Lesson '$lessonName' not found"
/app/model/lesson/scanner.php98
"No settings found for 'categoryLessons'"
/app/model/lesson/scanner.php87
"Please select a lesson"
/app/model/lesson/scanner.php83
"No class {$className} exists. Please run loadClasses() first."
/app/model/lesson/scanner.php55
"You can only provide a regex or a closure for validation."
/app/model/j/form/widget.php82
"Could not find appropariate jWidget instanciation in {$file}:{$line} (Maybe you forgot to call parent::__construct(\$Parent) in your widget constructor?)"
/app/model/j/widget.php323
"Name used for widget object at {$file}:{$line} already used for another widget at " self::$widgetInfo[$variableName]['file'] . ":" self::$widgetInfo[$variableName]['line']
/app/model/j/widget.php314
"Could not find variable: You should instantiate jWidget by assigning it to a variable, e.g \$someWidget=new jWidget(\$this);
                                in file 
{$file} line {$line}"
/app/model/j/widget.php307
"You should instantiate jWidget by assigning it to a variable, e.g \$someWidget=new jWidget(\$this);
                                in file 
{$file} line {$line} "
/app/model/j/widget.php299
"Widget {$this->Name( )} of type " get_class($this) . " is terminal, i.e it can not contain children."
/app/model/j/widget.php230
'The command name cannot be empty.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Command/Command.php66
'You must override the execute() method in the concrete command class.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Command/Command.php167
sprintf('Invalid option specified: "%s". Expected one of (%s)'$optionimplode(', 'array_keys(static::$availableOptions)))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyle.php168
'Undefined style: ' $name/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatter.php121
'The YAML value does not appear to be valid UTF-8.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php54
'A YAML file cannot contain tabs as indentation.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php70
sprintf('Command name "%s" is invalid.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Command/Command.php611
sprintf('Unable to parse "%s" as the file is not readable.'$input)
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Yaml.php58
'Aborted'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Helper/DialogHelper.php42
sprintf('The helper "%s" is not defined.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Helper/HelperSet.php79
"First exception"
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php20
"Second exception"
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php22
sprintf('Invalid background color specified: "%s". Expected one of (%s)'$colorimplode(', 'array_keys(static::$availableBackgroundColors)))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyle.php123
sprintf('Invalid option specified: "%s". Expected one of (%s)'$optionimplode(', 'array_keys(static::$availableOptions)))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyle.php145
'Incorrectly nested style tag found.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php85
sprintf('Invalid foreground color specified: "%s". Expected one of (%s)'$colorimplode(', 'array_keys(static::$availableForegroundColors)))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyle.php95
sprintf('The "-%s" option does not exist.'$name[$i])
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php128
sprintf('The "%s" argument does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArrayInput.php185
sprintf('The "--%s" option requires a value.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArrayInput.php165
sprintf('The "--%s" option does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArrayInput.php158
sprintf('The "--%s" option requires a value.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php231
sprintf('The "--%s" option does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php213
sprintf('The "-%s" option does not exist.'$shortcut)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php196
'Too many arguments.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php181
sprintf('An option named "%s" already exists.'$option->getName( ))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php265
sprintf('The "%s" argument does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php156
'Cannot add a required argument after an optional one.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php124
'Cannot add an argument after an array argument.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php120
sprintf('The "-%s" option does not exist.'$shortcut)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArrayInput.php140
sprintf('The "-%s" option does not exist.'$shortcut)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php373
sprintf('The "--%s" option does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php290
sprintf('An option with shortcut "%s" already exists.'$option->getShortcut( ))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php267
"Required parameter missing"
/app/model/contest/details.php51
"Active contest is already present"
/app/model/contest/details.php57
"Required parameter missing"
/app/model/contest/details.php79
"Unknown source of form data. Please provide form data manually."
/app/model/j/form.php22
"No form data provided to set."
/app/model/j/form.php23
"Name used for widget object at {$file}:{$line} already used for another widget at " self::$widgetInfo[$Name]['file'] . ":" self::$widgetInfo[$Name]['line']
/app/model/j/widget.php157
"Argument 1 passed to jWidget::__construct() must be an instance of jWidget or null."
/app/model/j/widget.php172
"Add child is implicitly called by jWidget constructors. You should not manually call it."
/app/model/j/widget.php228
"Required parameter missing"
/app/model/contest/challenges.php87
"Required parameter missing"
/app/model/contest/challenges.php106
"Required parameter missing"
/app/model/contest/challenges.php119
"Required parameter missing"
/app/model/contest/challenges.php133
"Required parameter missing"
/app/model/contest/challenges.php150
"Required parameter missing"
/app/model/contest/submissions.php48
"Required parameter missing"
/app/model/contest/submissions.php70
"Required parameters missing"
/app/model/contest/submissions.php88
sprintf('Unexpected characters (%s).'substr($scalar$i))
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php174
sprintf('Unable to dump PHP resources in a YAML file ("%s").'get_resource_type($value))
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php82
sprintf('Malformed inline YAML string (%s).'substr($scalar$i))
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php218
sprintf('Malformed inline YAML string (%s).'$scalar)
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php191
sprintf('Malformed inline YAML string %s'$mapping)
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php352
sprintf('Malformed inline YAML string %s'$sequence)
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php288
"Required parameter missing"
/app/model/contest/challenges.php69
"Required parameter missing"
/app/model/contest/challenges.php47
'YAML merge keys used with a scalar value instead of an array.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php135
sprintf('Reference "%s" does not exist.'$isInPlace)
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php120
'Indentation problem.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php281
'Merge items must be arrays.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php140
sprintf('Reference "%s" does not exist.'$value)
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php368
'Indentation problem.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php318
sprintf('Unexpected characters near "%s".'substr($value$i))
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php58
'No suitable convert encoding function (install the iconv or mbstring extension).'
/app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Unescaper.php143
'You must either use addNamespace(), or setImports(), but not both.'
/app/plugin/doctrine/Doctrine/Common/Annotations/DocParser.php260
'You must either use addNamespace(), or setImports(), but not both.'
/app/plugin/doctrine/Doctrine/Common/Annotations/DocParser.php246
sprintf('Field "%s" is not a valid field of the entity "%s" in PreUpdateEventArgs.'$fieldget_class($this->getEntity( )))
/app/plugin/doctrine/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php125
sprintf('Doctrine %s Manager named "%s" does not exist.'$this->name$name)
/app/plugin/doctrine/Doctrine/Common/Persistence/AbstractManagerRegistry.php252
sprintf('Doctrine %s Manager named "%s" does not exist.'$this->name$name)
/app/plugin/doctrine/Doctrine/Common/Persistence/AbstractManagerRegistry.php182
sprintf('Doctrine %s Connection named "%s" does not exist.'$this->name$name)
/app/plugin/doctrine/Doctrine/Common/Persistence/AbstractManagerRegistry.php127
"There is no method " $method " on " $this->cm->getName( )
/app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php241
"No runtime object manager set. Call PersistentObject#setObjectManager()."
/app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php215
sprintf('Invalid Target "%s". Available targets: [%s]'$literalimplode(', 'array_keys(self::$map)))
/app/plugin/doctrine/Doctrine/Common/Annotations/Annotation/Target.php96
sprintf('@Target expects either a string value, or an array of strings, "%s" given.'is_object($values['value']) ? get_class($values['value']) : gettype($values['value']))
/app/plugin/doctrine/Doctrine/Common/Annotations/Annotation/Target.php86
sprintf('@IgnoreAnnotation expects either a string name, or an array of strings, but got %s.'json_encode($values['value']))
/app/plugin/doctrine/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php49
sprintf('The directory "%s" is not writable. Both, the webserver and the console user need access. You can manage access rights for multiple users with "chmod +a". If your system does not support this, check out the acl package.'$cacheDir)
/app/plugin/doctrine/Doctrine/Common/Annotations/FileCacheReader.php67
sprintf('The directory "%s" does not exist and could not be created.'$cacheDir)
/app/plugin/doctrine/Doctrine/Common/Annotations/FileCacheReader.php64
"A callable is expected in AnnotationRegistry::registerLoader()."
/app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationRegistry.php100
sprintf("Unknown property '%s' on annotation '%s'."$nameget_class($this))
/app/plugin/doctrine/Doctrine/Common/Annotations/Annotation.php76
sprintf("Unknown property '%s' on annotation '%s'."$nameget_class($this))
/app/plugin/doctrine/Doctrine/Common/Annotations/Annotation.php61
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php73
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php74
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php71
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php72
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php69
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php70
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php67
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php68
"Expected persistent object of type '" $targetClass "'"
/app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php190
"There is no method add" $field "() on " $this->cm->getName( )
/app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php198
"no field with name '" $field "' exists on '" $this->cm->getName( ) . "'"
/app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php130
"no field with name '" $field "' exists on '" $this->cm->getName( ) . "'"
/app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php150
"Trying to use PersistentObject with different ObjectManager instances. " "Was PersistentObject::setObjectManager() called?"
/app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php99
"Expected persistent object of type '" $targetClass "'"
/app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php125
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php75
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php76
sprintf('Unable to parse input near "... %s ..."'substr($input$cursor10))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/StringInput.php72
sprintf('The "%s" option does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php194
'Cannot set a default value except for Parameter::OPTIONAL mode.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputArgument.php99
sprintf('Argument mode "%s" is not valid.'$mode)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputArgument.php49
sprintf('The "%s" argument does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php120
'Not enough arguments.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php74
sprintf('The "%s" option does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php177
sprintf('The "%s" argument does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php137
'Cannot set a default value when using Option::VALUE_NONE mode.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php159
'Impossible to have an option mode VALUE_IS_ARRAY if the option does not accept a value.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php83
sprintf('An argument with name "%s" already exists.'$argument->getName( ))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php116
'A default value for an array option must be an array.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php166
'An option name cannot be empty.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php54
'A default value for an array argument must be an array.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputArgument.php106
sprintf('Option mode "%s" is not valid.'$mode)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php74
'An option shortcut cannot be empty.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php67
"Values are not supported expressions as children of and/or expressions."
/app/plugin/doctrine/Doctrine/Common/Collections/Expr/CompositeExpression.php42
"No expression given to CompositeExpression."
/app/plugin/doctrine/Doctrine/Common/Collections/Expr/CompositeExpression.php45
"Unknown Expression " get_class($expr)
/app/plugin/doctrine/Doctrine/Common/Collections/Expr/ExpressionVisitor.php77
"Unknown comparison operator: " $comparison->getOperator( )
/app/plugin/doctrine/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php136
sprintf('The directory "%s" does not exist and could not be created.'$directory)
/app/plugin/doctrine/Doctrine/Common/Cache/FileCache.php52
sprintf('The directory "%s" is not writable.'$directory)
/app/plugin/doctrine/Doctrine/Common/Cache/FileCache.php59
'To use all features of \Doctrine\Common\Cache\XcacheCache, you must set "xcache.admin.enable_auth" to "Off" in your php.ini.'
/app/plugin/doctrine/Doctrine/Common/Cache/XcacheCache.php90
"Invalid argument given, PhpFileCache only allows objects that implement __set_state() " "and fully support var_export(). You can use the FilesystemCache to save arbitrary object " "graphs using serialize()/deserialize()."
/app/plugin/doctrine/Doctrine/Common/Cache/PhpFileCache.php85
sprintf('Command "%s" is ambiguous (%s).'$name$this->getAbbreviationSuggestions($aliases[$searchName]))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php582
sprintf('Unknown output type given (%s)'$type)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Output/Output.php166
'The StreamOutput class needs a stream as its first argument.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Output/StreamOutput.php51
'Unable to write output.'
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Output/StreamOutput.php86
"Unknown composite " $expr->getType( )
/app/plugin/doctrine/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php167
sprintf('The command "%s" does not exist.'$name)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php419
sprintf('The namespace "%s" is ambiguous (%s).'$namespace$this->getAbbreviationSuggestions($abbrevs[$part]))
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php507
sprintf('Command "%s" is ambiguous (%s).'$name$suggestions)
/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php556
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php69
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php102
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php101
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php100
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php73
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php72
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php71
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php70
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php77
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php76
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php75
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php74
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php81
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php80
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php79
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php78
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php86
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php87
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php84
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php85
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php90
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php91
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php88
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php89
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php94
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php95
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php92
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php93
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php98
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php99
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php96
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php97
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php99
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php98
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php101
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php100
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAANNSURBVDiNtZVNaFxVGIaf75xz782fUvsjGI00BY2IoILGmJks2igRqcH6H4pdSOmmK2sToS6iiBsRhIouTDetYnVRjSJCLbYbFSKdKiiIQZRY04ihNmnoZGbuufdzMXeSMaZjXPTAyzmLj+d7v5d77hFV5Uosc0WogPs/xb37gwERDoRtvv/UqPpGtWt23DcS7r1+U+eHRmzfWgz9J1heEpMbdm/e3HH7q3sGD7RY49K1GGnYeWBYWnPixrtv3Zq/r/vRpsCFa2E2Buefl3bBneq/e0fnnV33Bt9Of07P5kGMo1JecIu5/cE/6sUwG7T69lr2q4JzI+Ed1jSdGNy285rrNt1gJ6Y+BZQkTXhh11vNRgyCILKc5OjY7vXgHbA6uPc5t721ue3ow1ufbjORMjH1CUYs1gR8MXkYIw4jBmssgkFEyG95vHEUueFg37qrN7y8o39Xy/nFKX4+ewZrApwJSDUlTROscRix+NRgMsdJGqMosho4P+IOtm/seGYg/1jL5PlvmJ77aRmoCYGkpLZCRTyJxqDgCInsVXiNWXmDlx0b2jGIkhD7EmVfJBaLotgQwGNQjBXEVL1pqmgJiumFf0WxlP5XzckT5/78/dBHJ9+9dNOGbrquvYeyL5KaEtgKLoKw2RK1WJpaLVFr9Rw0G1KpXB6so5p+/Zrf99fsheFjxw8X14cd9HQ+RBAE2MDgQkMQmSp8CWpxkcFYQYGFc8u8pShEJACiiTf8B7c9VZwZT947cn/v9ra+zielMPsxaio8uOVZnHPYwKCqpF5JfHVHYOYMLSISq2rsMqgDwkzRD+8n392Y55Hjfvyd3F3bNuZv2elOzx5DU3j90CvlcjGOVo4uMDd/FgOEIpLUHNtMrqbfvkz+mP+VocSfPDh/cb4r1zMUaiLEZQ0KY/6B8kUWgHKmUrbXWK7hT2h+moXC28neQuH0yc9OjJcXi6VG5fUrrTlOMvk69xVAfAktjKUvVoZ+mbxUPLKHNI3EUMxcxlmdX6FqFKrqRSSLqtqxrpED3PdHk7HK4MyP6zbL7iRmLhvd18FjYBEoqapK/Y2RKj0Aomx3dRNIJs1UP2UZKKsuvypyucdURCzV79zWqTZNbaIESHQVyN9x5li6vCTOrQAAAABJRU5ErkJggg==')
/files/index.php91
base64_decode('iVBORw0KGgoAAAANSUhEUgAAACcAAAAMCAYAAADhyKTAAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9kHCwkgGBX9Oy0AAALjSURBVDjLfdVNaF5VEAbgZ74kNVGhUg1NqUZNpQWlosb6g3+INYpSN4JSEboSgn+gdmNEVwr+IARBEERECtWFdaOCVItYtEERFZQSN63R2FaKoiZYaL92XHSuXD5SD1zOnXvO3HfOzDvvicwEEbEMN2MDVjo5DuIr7M7Mo5YYETGGCVyEM/A3fsTOzJw/hc8gbsUVGMYJ/IoZfJ6ZJyAyU0SchUdxBJ9gDoELsBGn4ZXM/LMH5I4KbBe+wwKW40rchHczc3ePz0o8gt/L7xf0YQy34ShezcxFGMDTuL8Jtv2gU2vPYKD1/Xq8hJGyRzGFs8s+H9O4rOVzOp7F3Q1WHWao3vvxALYiOgVyHNuzqXFrVIq3o1t7RcRQAbyRmYdqaxeLNcvMOWzDvRHRqT0TOIz3MBgRW/EipiNishL1ZgW8oYOrsPMkZmyJiKmIuCEi1tf7ZJ14V5ULLsHhzJytYFfgweLqE8Vf+KbmsZqvLi4m7sQqPI8XsBabMrOLT5vgzsV+XI7VeLl4sBk78FHx4CeMFMiq8mnGUBH7nAqwr7KXmMdIRAxgBfZHRD/WFLfnMnMffsCl9b+fMdLf8LTmTnXOYNl9tbZsqaZrVx/HqixLdnUPVboR8Tq6TWe28P4bnTrZGL6tjD1eNX8bm0pejlfnNvw6UHYDdgAflLktM49UuaMqczAzj+EPXFj77sKTEXFmRAwXVWZrbRSH+kvHJvB1Zr7Vc8jvC6SDW0qHYC/ui4iLM3Pv/yRpvLLaUGAGt0fELD7EuqIR7MOOlt6+37TvFLagbwkp6au1p3qk5Nr68Xll34jnGukoTk1jfctnqKTknqLFQO1b3bIn8RiiEeHleKgCaURYS4S7JYx/9QjqxirPZ9WZC0X68Qr+nczc0+MzjIfxT2HNF73W1K2xgNcyczFa11c/rsM11Y3K8Ut80UPcNthoHWBdSc5Clf3jzPztFD5N6cYLq1vX1x7MNHr7L3sYPXKw/UdVAAAAAElFTkSuQmCC')
/files/index.php92
1/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php119
0/app/config/setup.php141
1/_japp/model/core/errorhandler.php157
255/app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php124
'You must provide an array for operation outputs'
/_japp/plugin/nusoap/nusoap.php4431
"$partType has no namespace!"
/_japp/plugin/nusoap/nusoap.php5529
'You must specify a name when you register an operation'
/_japp/plugin/nusoap/nusoap.php4425
'You must provide an array for operation inputs'
/_japp/plugin/nusoap/nusoap.php4428
'WSDL ERROR: ' $err/_japp/plugin/nusoap/nusoap.php3683
'You cannot bind to an external WSDL file, and register methods outside of it! Please choose either WSDL or no WSDL.'
/_japp/plugin/nusoap/nusoap.php4422
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAALPSURBVDiNlZVNT1NBFIbfd3proVRxISRAiXwmGmIIEg2GhStdalwYv1Djj/BPmJC4NGqMCrXxI4A/gIU7V24UQYEFMSEhSADTFuHeO8fFnemdfpE47WSmt81z3vPOOVOKCADg7Yc3vYmEmgyD8IoACQAAxL5BsqTIVRH5Emr9CZDc7Rv3DtBg0ILfz+RnRkfOXevt6QfJmh+GYYhiqYBisYDN35v7Cwtfd7XWDwWYnrh1XzcE599NBTevTyS2d7cQBAFEBFpraNEQrUESnpdEMplE6Gu0ZDL48XPx7/fFb2s61ON37zzYcsHKbrSWBEn4vh8BtYaIjgKIIAgDlPaK2Nndxq/1NSwtLWJkeLTpwvnxQSo1/2r6RXNdsFVuVdopIoD5zo50Sxo7f7YBAH19A+r0qaEhRc6+fP1c1QFHNkWpG5jl0S4EARzxkhAd2zoyfNbr6Mhe1CJjtWAtNgLEzKgkBBCa0gBAAiC85BHk8tN4+uwJNjY2kO3MpkhcqvXYpCsiiF6uaAEZ6SUJKqK9/QRO9nTj6LEMZudm0Np6nIrqquV51R6XlZkNGQUxxQwKQBLp5jTS2TS6s9048A+gtYbv+2dqwdpqM2QhQAM3Pkerin03WppSTejq6kKotVcLNocHWhBNo0TEyp6xHyqrpXxOLth6nFDKURmv1cgyzN1LHbCNpqgM0Ch113p0h1zOGnUOT6kYbO+M6rV6WKG6rmITjVRRSTke01Huao8xUpF1BdhGc6HladU7FsU8KWd7qMeNoNFUTiaIO5QWfIjHVdlBWPVQbK0j3pcvsDqKAQlFoqtTRMr9QadhxB5iVXyCVlhYASaZmnz8aH5ldfnyQP9gw9NvNEQEK6vLCIJgnmRKRPY9kgpAW24qnysV9zKZTHpMxLn17J+eA3H1SnR36EKh+Hlu7mMOQBvJdYoISKYAdAJI/pfU2uEDWBeR/X8JhI/HEPUHOgAAAABJRU5ErkJggg==')
/files/index.php102
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QAVQBXAFOSIcO/AAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH1gkPCigUF9DYtAAABNRJREFUOMutlVlslFUUx3/fNvu0M6ULnXYsMCyFFhPTBAJUQpXIYkSWEHzQoLz7YGKQSGI0oqJBE31TXwAVY5RoSFDAlpmyhFJaELHS0pa2FGbaMtDO6nzffIsvU5gIPric5OScnHvP/56c/JIr8De294N3qsbH4287nfbVdrutWpZluyiKAoBpmpauGznLsgbzun7M63Hv27Vz93hxv/AQwTJd10/IstzkK/URCAQIVAcoLy/H7fYAkMmkicfjRGNRotEoU4kpkqn0hRKvZ+2unbvvPiC85923HpNluTNYG5RbVrUwfGOYVCpFNBalrS1CIpFEEMDtdrN+/Rpqa2rw+fxUVVQRjoS5PjSkKYq8dNfO3b/IxcKmaZ2sr18ou1wuXn1tJ5qmgWXR/PgKNm3aQCRymrq6IHV1QW7H77Dvw4+xKTJOl5MXt2/H7fHYurq7jwNVxRML772/x9z+wnZ+u3qFf2ONCxez/+B+jhxtDciFdQiApOtGqrPrgtflcrH/wAE0TUPT8qxd9xS1NQGGR0bp6OxmzeoWxsbGOdF6EruiUOL1sGPHS3R2XUDVtLF8Pi8KgAjYAfeGTc9+vnzZko3B2iAtq1oYGR0hk0kTjcX47vAR4nfuomp5yvw+tmx+hrmhOfhKfQRmBghHwgwND1mnz5x/PRob+1oGJMAFVIiC9aTT7aXvWh+jN0eZpmLRgkV88tHKh1IxcG2AqcQUqVSGcx1dU2dPtXepqpqdFrYBJYZh5K78ellZ2NBgb4+cFbxue6amJuAqK/M/gKUoilgWyLJCLDZGNpujvn6uX5CEz27euPmKUFiDD6gBGjdu2vCpzW6zLVu2nFuxMbOr+1Iyl/2jdGoyLum6bimKDUWRBVEUsdkUAGbPnkWgOkBlZRXRsSidXZfPSMVDAGZvb98ZC8x0OhlKpZKyr8TjWLpsiblu/dNWU1OT2bj4UcorZ5qirOg2u8Nwur2qzWbTZEWRKysqhOYVzZxoDVdOEyECTqAMqABmAP6GxkXN1YHqJ2RFmaHrel5VtZwAFgjZVDrVI1jWyMXuS63BR+pK54RCz4mS0mC3K6HJZDImbN22ZbWm5Z+XJGmzJIle/oOl0pmMIsnu2MTduAj87PP5t6qq6pUkmY5z5wGIhNsBCLdFAPj2m8MPRMMw6P29l3QqTU/PVbSc6nY4HPj9XlXYum2LlU5l8M/wIwoC3hIvDruDZDLJrFl1KDaF/msDhOaGUFWV/mv9zJs/j9sTtxkcvE4oNIeBgUFKfaWkkmlcLgeZbO68DLCgfj6maTA5OQWAYRgIglCE1v28uF6MXl7LI0ki6Uw2eys6+bI4fZhOZ7FME0mSkCQJw9BRCjjlcuo9EVW9nxuGwcDAIKZpEo3GkCRJjcYm3ui5fKFHamhc9KbdbqevtxeH00l7+BQer4cfjx7H5XJaBw98JQQfCVpffnFIcLqcZrgtIrjcLqO766JYUVFuJqZSVklpyV2PxxM/c+rsypGhodOAJmzdtsUqvJ6TJMnxTygwDCNqmuYtVdU6fjp6bC+QBXJAXgbQdSOh5nKHxscnjicSidsD/YMT072AVeAcwCxyo8h1IA9ohTNLtiwr9/3hH+Y85LJQEDULwlZRbToWu1mI9/486S8iFv+D/QnVfTUabg8fNgAAAABJRU5ErkJggg==')
/files/index.php101
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH1QYYDQkr4Wx8tgAAAZhJREFUOMu1ld1qGkEYhp9vVo+anCriDSgq/lGStb2bXkQJpD1IYjD2wvpHQQRRPBHaHiwoFAIhB2X360Hczbgb3AmmHww7s7s888477zDwn0rizmg8vAA+HAJT1cuz9+cfd16OxkM9tEbjoca8QnrW1WqF53moKiKCyMOi7H48tpRSrVZ3OBmwDZjNZhlIujqdDqqaeb8X3Gw2KRQefwnDcGf8lPpcsIgwnU5zN6zb7WKMcQMbY1BV2u02AMVi8dkJyYC///iGfzJARJhMJrkA3/cJwzAffPL6lEqlQhAE9Hq9p9VsfbYT42RFEASICMvlMldxq9Vy9zhutVptr2LP85Ic54LTS4w3054wvXQnK758/cybwVtEhPl87hQ3p1T4pwNKpRKbzSaxwhiTqLYtiPtRFLl5vF6vEREWi8XLHRC76vV65nCkfXdWbG/GPo/7/f7zcmxXo9FI1MUK009VdYtbuVx+kaspAUdRdHXz6fr8ENivn7/fZe681GRHwPG2HQGvAAN4gAJ/gXvgD3AL3G3H4fY7/wAc1bAz9NMAcQAAAABJRU5ErkJggg==')
/files/index.php98
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAQDSURBVDiNlZVZbFVVFIa/tc8d2nKF0lIF2oahFJBisBNDKqKJIwloTUBExOHZR33QN19NSHw0QkSG0jgECnEgQBOJ0YBDQwKlSAsG0EIHaG+5A/eec/by4d7TgV5MXDk75yRn51v//vfaa4uqAvDlN4cWOY7Z5Xv+ZgUHADR4EJGUEbmiql2+tadB27a/ujPLA0IC8NeH2w831je3LlpYg4hMm+j7PslUgmQywdDwUKa7+3zcWvu+wsEdr71pHwhu/+qAt23LDmckfhvP81BVrLVYtai1iAihUJhwOIzvWmbEYvx5uefexZ4L16xvW954/e3bk8Em+LBWHRHBdd0c0FpUbS6BKp7vkUonGY2PcKP/Gpcu9VC/qrFo3eqWWjGmc9/Bz4sLggPlgcpgqCrk/wVRMqOE0bERABYvXmIeXV5XZ0SOfLF/jykAztmUW3oeFvAkeAkCREJh1E7YWr+qITRvXtUGq7p2OthqkAHNj1xJKKjkSwMQAYRQOEJb+0E+2/0pAwMDVM2viorwbMALjXucX66qjgtFYXA0xd5j3Vy8Okw661JbXcbWZ2qpmT8HxxFuXL/BkY7DtL78ihgxLwEfTQEHHo8rQznbfYvdR7+naWUp2zaepSS2iX9uRdn3w3FWLGjgnU11VFdVk3WzWGtxXfexB1oR6B2NZ9nT8R1bnu+jZuEQNxPvcWtsAUuX/MFbrSfpv32a33oGMcahKFpEZWUlvrWh6eD85iG5Dfr256s82dyLapZzV58m44eYGRsmkZ7FWKqWDc2/s/fYeRzH4DjO1H0q5LFjDCCc6xuiYUU5v17eiC9RRDKUx05R9tBF7ow4pJjBcHwYEYfgoOqkspxmhRGDMQZBGIqvYW7pCWYVdxFPpLkTdxiJF2Ekzt1UPfeyRTjGwTHO1FVT4IAYkwM3Lp/L9ZvFPDzzEo2L9zO75AzHz77ILxeeIJPx+HtwGZUVMwmFHEwebAsqzmcTMRgxtD61jL6/bjI4tplMxmVwJMbdZBrPLSGRLOVMV5x3tzZjjIPjmGkeT/SKfDYRQUQom1XMBzubOPXTGNcG1jO3tI76mjLSqWqO/dhC09JHqK+dg2NyQu73eKKO7VSwiNCwrIIPt6/m0InZ9PZ3cc+1VJVHeKFpJRuaa4hEIogYkOBw2QLg+xoNCuVl5axfN4eWNY/jeR4A4VCYcCQ8PkeZaFK2ULmB+qq51qmqqOSECIoxQjQSIagr6/uT8yNIIMyfAhaR6K5PPu7su9L73JKa2oI3yH+FqtJ3pRfP8zpFJKqqmZCIGKCi7UB7WyqZjsViJWtVJ1VLcOkVtExRBRGxiUTyTEfH0TagQkT6RVURkSgwHwj/L6nTwwX6VTXzL7a9CPnuPUapAAAAAElFTkSuQmCC')
/files/index.php97
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH1QsKEAYBqzHCKQAAAxFJREFUOMvVlU+IHEUUh7/q6prent6dzc5mFxcUMQZEI4qI6EESwYsHzdGjomchRwmYDZJcPCt4WYIHg+QUTIgg63V1RSNuFmOMJuqazIQ9ZDM7f3u7qp6H6WlnMmiU5GJDUd393vv61e9VvYb/26WWTiy9CyzeY+6xEFg8+PJBsdaqf/IUEf6N3RjD2XNnj4QAzjn1wUdn+HbtZwZ0Afq+gnhBkMIgInikuBcEEXh07wMcfutVAEIApRQr3/zInieeJwgCjHbEseNmQ2OdxzqPcx4A6wTrHNb6EZu1nvXLF1FK/QUGCLWiOp1w/30prxyYpFqp8tnKVb5eSwpAH5yD3G1g52k2dSFNAQ6CgKkk4pl9KXsWXkApw/6nm1zZ2KHbUzjfBzsnOJ/Deg2cTvJ3Qq+mC63DgfCBUlTKEdstTWprGD3NVqNJEu0iCsEPwL4PcTaj0ajTbmwy+eABrPMEAeMZK2AyLlHfnOOL1UtUp3f4ZaPKZLmE91Jk4r3gvfDHT9/hrOVm/QrJ7EPMLTzCb6Ee11gFUEkiUIp2J6HdFkohmCSv/AAswmbtd65eXOXhx/f3ZbRN5mYSTBiMZiwi2Cyju705ujfzLeVFSNMMgF6asr76OcZEZN1bhKbE7vkFdpo3sFlKkOtRZLzdbHHi5BmGN7L3nlanS6vVLYoXhY5ymIEIv9bP47xw/uQ5PIrZSmlUiqKSpQgRcM6ROYe1Qmgm2DUzMboS7+i1b9FqdzBRgqZDZXoeE/pxsAgYExfB8Z26we55bJbS62zz1GP7iCbKTJU19Ru1USm01sxWZ/9Tp9na2qJUinnpxeeYmYoxxrB24QJaB4cK8LNP7uX7S5fv3A4Z71VGC9571n9YB2TpjdfffD8EiOOYtw+9Nhw9ClF/DxYRvvxqhWvXNqhdv/7h4pGjhwFC7/3x05+efuduG/Dy8vJ7pz459THgAFF5PgaI8ppN5M8hoIdGmAfZodkCGdABekA6DB4sVg/BBkfID7Vnlc/Dgkk+fP4RP/BRjClbQG//ZchYHUdtI/Y/AcKMnti9YBGeAAAAAElFTkSuQmCC')
/files/index.php100
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAihJREFUOI3t0r9rU1EUwPHvfT/y0rRNsI21TVX8UUG0W6liXQSx0ojg4iAIruLs0EXpoBVtd3H2HxCkexERVOjkoBXUtGry2qaNTfKSvHfvuy5RYihq0i6CBw7c4dzPPedwBS3EgfQ9DSCEkKZlvgrC6tXM01sft6o1WoEBrl+b4MTYiLVv/+BJWzjP9ozPdO4IHLEEUoX07O41k33JZDyqZ3cElirEDyR+IEn290UxjCuHL9wd3jaspCLwJYEvkYFiYDAVx7CfpC5OxbbZsWJ1dVUuvnlbXcm5geU4oisR3xsNo6/3T0yfPn55KtIeLEPyuTVToc8W8oV32aUvXkdnt9Pd23PUEOJ5uezU2oQVoEVmbvJFWPJGq7XKw9zn5fXN/HpRmGLOVBwBsFqFtdY/z5/mp6rAzXr+Ei13/LfxH/6H4S2/28H0/XMIPQPimGkJW6BRkiDUIRvFWnvwofSDyVjMnk6fGWZ4aEA4EYuqr1grlO3FzBoZd7M9WBvhnUvjI2JXIsbXvEcuX8bd8ChVfHriURKdzo/SOOAB8k+wALoB8t8qlGsKd8Oj6PkUPR8hBADVio8wCIF+oFTPIqAbYbPpkY744Kix7BbHwlATdWxhWQaWYeAHPivuus5mXfxC9lFx6eVCvVsJBEDYCIumCSJAV+rUjfORROq2MK0hBJbWIEBq5X+orLyfdRcezwOV+ipKgN+8ima4Mex6Wg2TqYYOg9/c5TvS8eNfJDIr0gAAAABJRU5ErkJggg==')
/files/index.php99
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH1QsKFAImbV4amgAAAjVJREFUOMvVlc1rE0EYh5+Z3dSmGJFaBCvovaYnBVGQ+md4VSkSRKIXL36A4ElRT5LWIgiKWMWzN/UgCIpamyJpe/CgttHatE2aZJPNzushu5tNpId+eHDgNzuz8/LMb96dmYX/rSiA8xfS1zzTuNo5WK/XATCeOTF27/74usHn0mfl9MnhNYMyo3cpFAqHno0//7Bu8JHDR8nn82sGfvr8Edd1EZFQALt6+y6OZEZvdsbbQWNg4ABaW2uC+/v3tvW11liWxZOnj2+kUqmRTCZT+svxmdSwDB07zssZYeLH5j5azF28/vZB+kroOJkc5ParSS6dGsJxvQ2Dbz18cxlogaemsgAslessFGsbgu7r62mlCsBxHJLJwU3v3WrdawdHHW9V0QCVSmVrHFerALNb7nhlZQXdKK62gQPH8a7WXhbwDwMYEYwBYwRjBM9XI6KKU0OLNxMcEBV13PAMtYYBCcCgEET5HQRBNQeVgCgEYXu3za+lJVd7lTKgQ3AyOcjB3Du0pam5pslQhBN0gvDrYGm9Cc3P30WlnYXXgG0DMYDslxw7du4mv1zD8R0HvBAerYVw5kTcpuYaFpZLnr34HqDLBnoAuvcMsD9hkZsvowATTXTY9tPQtI/QNLAtZvg+Oy2lUrn0LTezCsRtoDo5mR3++mhibLN3++r0izvzc/NzwVosoBtIAHG/3eXvGNXKdNvFFbwTwPNV91UFiioCt33FIlA6wKrjafwxAzQiMv/sn/cH5SsZQC/sNk8AAAAASUVORK5CYII=')
/files/index.php94
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH1QwQERAYX4Te4gAAAthJREFUOMvVlc1LVFEYxn/3zozp0NSggxOm4UIjcmwRQdQm6R9oUYsQN1EKEvaxidokbqtVEaNT7kKychFBiyIxaFcZ5ScOlaSF1jQzaU33nnPnnhZz5zozYiDSogMv97zvec5zHs773HvhfxsawLnzZ3uytnW5dFEIAYCdtY/fivUPrpu46+xpdfJE+5qgaN9NksnkvvuDQ6/XTXxg/0EWFhbWBL55O4qUEqWUGwBVlaELvdG+q6V4b36ye3cTuu5Zk7imZntRrus6Ho+Hu/cGrnR2dvZGo9HlVcRCCCYnJ9g21k9wbnhdTbrkA5ZZam9zS0N773DMVRyJNGM9HmbPyVMbcsO7/ttHi65ifHyMXfkkPVMEXpz+xOLErJuHm+oJ79qxmjW4s/gqDMNwFAOWBZZEOYCvM/MkrAYC3U/dTYmBDso+zhOsrUJDAxQK0KRc6UGhYgBlSWwhQAgQJotTc/hbYxgjN1juacQYuYG/NcbcaBwlBEqYKGGCMFFWCXEmkyESac5VLAuk6WwQLlA+v07kcBPy+fWCN2gFZ4ssSPEXxdJEmY5iabpA36EzjA9P4Dt0xq2l5hMoYeTIszq28Xs1satYSpQwsEXugOrarWQGOihv6SLQHae8pQuAQHeczzOLpL6kHQGbkEtpgGS+eVqhK5QlQQqUAqVBqLoCtfCSbz2NRQYIdMep6HjIl9gRtm7xopV7ySTTKIUB6C5xJNKM9SyAEjLXDGcoIFTpI1QZBKUhLZt0yiRReJA0weslk/5BVhEHvF7ABzA2OU3d5h0oS6CkyDHmTITm2AkFPg1CQZ1Q0E/ekzlXSDKpFN8NXgFlXsAPUDceo6HejOskGglvx7HnOkYC4+cvHr1nCqjQgHIgPNrG7EY/7k9muXbxBQ+ADxrgccgDQIUzL3Mco7Fae2FNAVknhBO/gaU8yOM4JH/neVJKiLWSp+2s2YBVEPY/++f9AdcxYLCMX92lAAAAAElFTkSuQmCC')
/files/index.php93
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH1QQWFAcAWrsU1AAAA6FJREFUOMu1lctvG0Ucx78zO+tdO36WKrFjO27cQlOSoChtKUFUqQRpWgnBoeLUG23gAC2vA/wJXEDiyg0ipHKseLVCQkikjRKSSnm3W6d26mec2BvHzm782uXg3RCC20RIjPTT7I52PvuZn+Y3A/xPjRzkoxcvfOYDkDJe2ydvfZ7ebw49KPT9kfMbb7x+WgGQMsb+O9iEvvf2kNzZHnAPnuy1XRzuPxCc7mt6ZUgOB4OepcQqFuMZ/DGXsJ09+3xpPzh9GvTa1SG5MxD0SKksGKXgGYdrb53DTGTd/vLA8afC6ZOg16+el4/4g57lzDoYx4FxFIzj8Nu0BIHnsZzesr96rveJcNoM+sHIsBzyBzyxbB6MUjBKwXGN/sJLJyDwDALPYHe67ddHLqrN4HQv9MN3huWOdr8nvr6xY2n2lBB8f2saA31hnDjqQ7laQ8DbZn1tsLe4F053Qz96d1gO+vyeVL7QgBmmpm2b2w6P0wZd03GqOwTvMy7c+HkKckl39HV3FHbDTePU5Tf7CwGv37O6UWxYUvp3TxvWv44twXfYhdZDDug1DUtSGgJjEHkedudhV6jVopqFxMxq+u7mvVSNiOWerrDAUQKlXAMhjeK0WTjEknnU6hpO93Rgq1zFnT8jEC0MlBBQQrCaiuor2YoVeu0MAHAAkIyMlfzHXvl64X7801w+r4RDAV6KZhH0urESz6FW0zD3IAULY3A6rNA1YHWtCJ7jwHMcspmYPiutEaJXOidvf7Hwr7PCzHXPc15l4Ey/bXllHQQApQRW0YKBU2FQQjCzkECxtA1KCNLJR/rkfJIQvdI5cfvLWNPtZhwu7fNSxjY5MaV0hdt2thY0HfelDBil0GoaRJ4hm442hTYtEBM+I2VtE+MTyrNHWiHyPFpEAUGfB4zjYLeJyKai+vhsoil0J8d7WzIyprS4fKOyKnxSV3Jq3wtdfK1ah9Nhg8MuYmlxXv/l7kOST82enLv7bQKADkDbD+wAcCiXXrSU1cJNlfNfqW+tbfd0H2e6BjyORjD6wzSJzf90Kf7wjgzACkAwWHXzB3vBLQCcANwAPEoxK27mH/9eFo5eqhbTlWpF5UZ/vIcHUzc+zmekogFku1KqAdhuBmaGgc0IR0UtCGopJ6l8aHApuobF8W++KsqJTWP5dQAVAGUDqBrPTa8mwTA2w2WkpwUAb1gpAIoANgFs7IrSQe88014EYDGWrAOoGmYKgC1j7B/tLwk4imB4boo5AAAAAElFTkSuQmCC')
/files/index.php96
base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH1gEREy4g8394FQAAAklJREFUOMutlE1rE1EUhp87k5nMJGqrxhZEaHEj+AcUXLgUBBE/UAp1W92IlK7E7hRFWuhOUNyIglQQUagLF26LoG5KwSp+ECjG2HyZxExmmrku5k4cJ6mmtRfuzHDu4TnveQ9zBetcMyPaayADXB9/6N9ZK09j/Wvf2StzQ5Zl354Z0cY2E4zu5Dh8+jJ/g28IDJBbeBqF3980sOd51D6/DOGjcXgiNpirwGSvYNdtohffcnz8EbM3jp0CznUFA5Njt7Jrwn7k3vPhzRxOKcvAwCCu28RxHPrqWQB7TcXh+rnyqSOWsPspLL1gaX6Wd77PkZPnKX95BUCjXvm/4Xm1PPmVMrl8gQd3p+gfPoBlWdjpvk4h3dSmMnu7gquFZZa/u4Eiw2dq+iYTly52ze0A5xee8XFxHkELKVukrcC6dDrF0MFRJg5dwHcb7fxKZRkzmfk3GGB4zyBICYLgHUIWH3f1stz41hu41SgBEkUOgiI8Fb/PpAQh0HuxAkA3jDZHhg+hgGG9aIFewJoGJMyO9Dgi1k+8nT/AJoCZTOEZJqKbGCmRQoAEodCO42CbySjDA/wQrANbA7CNTBiqdOcz8JZ2RDdWMZJWCN4BFAE3BBsh2LDT1LxWfEztluOxhG6SMNqK+4A64HV4bG7bza79R3v8F4MSTV+LGqdFPfaAatGxnty7dubEBm5R8bXkPwcqQAPwRWx4W4CdwHZ1WyWVEk3t8LsFrAKOar0KrAA1wAVkfO5CdWEqgK62FrFVRiz3VAFXxVoh6BcscNFF02vRlwAAAABJRU5ErkJggg==')
/files/index.php95
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php97
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php96
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php95
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php94
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php93
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php92
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php91
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php90
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php89
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php88
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php87
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php86
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php85
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php84
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php83
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php82
'Invalid ' $type ' "' $name '"'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionParser.php280
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php66
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php110
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php111
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php108
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php109
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php106
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php107
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php104
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php105
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php102
'Method not implemented'
/app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php103