This is the list of error messages, as found in die() and exit() expressions.
| Message | File | Line |
|---|---|---|
| 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.php | 38 |
| 'Query Cache is not configured.' | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 133 |
| 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.php | 44 |
| 'Class Metadata Cache is not configured.' | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 138 |
| "The inheritance type '$type' specified for '$entityName' does not exist." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 53 |
| "Invalid result cache driver; it must implement Doctrine\\Common\\Cache\\Cache." | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 124 |
| "Id generators can't be used with a composite id." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 58 |
| "This behaviour is (currently) not supported by Doctrine 2" | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 128 |
| "Your proxy directory must be writable." | /app/plugin/doctrine/Doctrine/ORM/Proxy/ProxyException.php | 37 |
| "Entity '" . $entityName . "' has no field '" . $fieldName . "'. " . "You can therefore not call '" . $method . "' on the entities' repository" | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 110 |
| "You must configure a proxy namespace. See docs for details" | /app/plugin/doctrine/Doctrine/ORM/Proxy/ProxyException.php | 41 |
| "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.php | 118 |
| sprintf("The class %s is not part of the proxy namespace %s", $className, $proxyNamespace) | /app/plugin/doctrine/Doctrine/ORM/Proxy/ProxyException.php | 46 |
| "Cannot use different EventManager instances for EntityManager and Connection." | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 99 |
| "Specifying the paths to your entities is required " . "in the AnnotationDriver to retrieve all class names." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 31 |
| "You need to pass a parameter to '" . $methodName . "'" | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 104 |
| "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.php | 20 |
| "The EntityManager is closed." | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 89 |
| 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.php | 36 |
| "'$mode' is an invalid hydration mode." | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 94 |
| 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.php | 51 |
| "Invalid order by orientation specified for " . $className . "#" . $field | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 79 |
| "You must configure a proxy directory. See docs for details" | /app/plugin/doctrine/Doctrine/ORM/Proxy/ProxyException.php | 33 |
| "'$mode' is an invalid flush mode." | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 84 |
| "The mapping driver '$type' does not exist" | /app/plugin/doctrine/Doctrine/ORM/Tools/Export/ExportException.php | 16 |
| "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.php | 61 |
| "Attempting to overwrite an existing file '" . $file . "'." | /app/plugin/doctrine/Doctrine/ORM/Tools/Export/ExportException.php | 21 |
| "Unrecognized field: $field" | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 70 |
| "The result returned by the query was not unique." | /app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/HydrationException.php | 9 |
| 'Could not find a named native query by the name "' . $nativeQueryName . '"' | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 45 |
| "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.php | 15 |
| "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.php | 51 |
| "0" | /app/plugin/doctrine/Doctrine/ORM/Tools/ToolsException.php | 33 |
| 'Could not find a named query by the name "' . $queryName . '"' | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 40 |
| "Schema-Tool failed with Error '" . $e->getMessage( ) . "' while executing DDL: " . $sql | /app/plugin/doctrine/Doctrine/ORM/Tools/ToolsException.php | 33 |
| "It's a requirement to specify a Metadata Driver and pass it " . "to Doctrine\\ORM\\Configuration::setMetadataDriverImpl()." | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 34 |
| "The specified export driver '$type' does not exist" | /app/plugin/doctrine/Doctrine/ORM/Tools/Export/ExportException.php | 11 |
| "Could not map doctrine 1 type '$type'!" | /app/plugin/doctrine/Doctrine/ORM/Tools/ToolsException.php | 38 |
| "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.php | 145 |
| "Iterate with fetch join in class " . $assoc['sourceEntity'] . " using association " . $assoc['fieldName'] . " not allowed." | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 137 |
| "Double-dispatch for node " . get_class($node) . " is not supported." | /app/plugin/doctrine/Doctrine/ORM/Query/AST/ASTException.php | 31 |
| "Cannot check if a child of '" . $rootClass . "' is instanceof '" . $className . "', " . "inheritance hierachy exists between these two classes." | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 153 |
| "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.php | 112 |
| "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.php | 104 |
| "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.php | 130 |
| "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.php | 121 |
| "DQL Query parameter and type numbers missmatch, but have to be exactly equal." | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 84 |
| "Invalid parameter: token " . $key . " is not defined in the query." | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 79 |
| "Invalid literal '$literal'" | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 95 |
| "Invalid PathExpression '" . $pathExpr->identificationVariable . "." . $pathExpr->field . "'." | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 90 |
| 'Invalid parameter type, ' . $received . ' given, but ' . $expected . ' expected.' | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 59 |
| 'Single id is not allowed on composite primary key in entity ' . $entity | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 258 |
| 'Invalid parameter position: ' . $pos | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 64 |
| 'Locking type "' . $unsupportedType . '" (specified in "' . $entity . '", field "' . $fieldName . '") ' . 'is not supported by Doctrine.' | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 263 |
| "Invalid parameter number: number of bound variables does not match number of tokens" | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 69 |
| 'Query named "' . $queryName . '" in "' . $entity . '" was already declared, but it must be declared only once' | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 248 |
| 'Invalid parameter format, ' . $value . ' given, but :<name> or ?<num> expected.' | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 74 |
| 'Result set mapping named "' . $resultName . '" in "' . $entity . '" was already declared, but it must be declared only once' | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 253 |
| 'Property "' . $fieldName . '" in "' . $entity . '" was already declared, but it must be declared only once' | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 238 |
| '[Syntax Error] ' . $message | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 44 |
| 'Property "' . $fieldName . '" in "' . $entity . '" was already declared, but it must be declared only once' | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 243 |
| '[Semantical Error] ' . $message | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 49 |
| "The attribute 'type' is required for the column description of property " . $className . "::\$" . $propertyName . "." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 224 |
| 0 | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 49 |
| "TableIdGenerator is not yet implemented for use with class " . $className | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 229 |
| 'Invalid lock mode hint provided.' | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 54 |
| 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.php | 210 |
| "A detached entity was found during " . $operation . " " . self::objToStr($entity) | /app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php | 96 |
| sprintf('Class "%s" is not a valid entity or mapped super class.', $className) | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 216 |
| $context . ' expects parameter ' . $parameterIndex . ' to be an entity object, ' . gettype($given) . ' given.' | /app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php | 101 |
| 'An error occurred in ' . $entity | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 198 |
| "The pessimistic lock failed." | /app/plugin/doctrine/Doctrine/ORM/PessimisticLockException.php | 35 |
| '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.php | 203 |
| 0 | /app/plugin/doctrine/Doctrine/ORM/Query/QueryException.php | 44 |
| "The mapping of field '$fieldName' is invalid." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 185 |
| "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.php | 73 |
| 0 | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 198 |
| "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.php | 80 |
| "The mapping of field '$fieldName' requires an the 'joinTable' attribute." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 155 |
| "Entity has no identity, therefore " . $operation . " cannot be performed. " . self::objToStr($entity) | /app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php | 86 |
| "The mapping of field '{$field}' is invalid: The option '{$expectedOption}' is required." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 169 |
| "Entity is removed, therefore " . $operation . " cannot be performed. " . self::objToStr($entity) | /app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php | 91 |
| "OneToMany mapping on field '$fieldName' requires the 'mappedBy' attribute." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 150 |
| "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.php | 47 |
| "Result set mapping name on entity class '$className' is not defined." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 145 |
| "Entity " . self::objToStr($entity) . " can not be scheduled for insertion twice." | /app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php | 41 |
| 'Result set mapping named "' . $resultName . '" in "' . $entity . ' requires a field name.' | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 140 |
| "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.php | 60 |
| 'Result set mapping named "' . $resultName . '" in "' . $entity . ' requires a entity class name.' | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 135 |
| "Only managed entities can be marked or checked as read only. But " . self::objToStr($entity) . " is not" | /app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php | 54 |
| 'Query named "' . $queryName . '" in "' . $entity . ' requires a result class or result set mapping.' | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 130 |
| 'An open transaction is required for this operation.' | /app/plugin/doctrine/Doctrine/ORM/TransactionRequiredException.php | 35 |
| "Query name on entity class '$className' is not defined." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 125 |
| "Cannot obtain optimistic lock on unversioned entity " . $entityName | /app/plugin/doctrine/Doctrine/ORM/OptimisticLockException.php | 62 |
| 'Query named "' . $queryName . '" in "' . $entity . '" could not be empty.' | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 120 |
| "Removed entity " . self::objToStr($entity) . " can not be scheduled for insertion." | /app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php | 36 |
| "No result set mapping found named '$resultName' on class '$className'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 115 |
| "A managed+dirty entity " . self::objToStr($entity) . " can not be scheduled for insertion." | /app/plugin/doctrine/Doctrine/ORM/ORMInvalidArgumentException.php | 31 |
| "No query found named '$queryName' on class '$className'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 110 |
| "The optimistic lock on an entity failed." | /app/plugin/doctrine/Doctrine/ORM/OptimisticLockException.php | 52 |
| "No mapping found for field '$fieldName' on class '$className'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 105 |
| "It is not allowed to overwrite internal function '$functionName' in the DQL parser through user-defined functions." | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 165 |
| "The column type of attribute '$fieldName' on class '$className' could not be changed." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 100 |
| array_combine($class->getIdentifierFieldNames( ), $this->entityIdentifiers[$oid]) | /app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php | 2262 |
| "Invalid field override named '$fieldName' for class '$className'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 89 |
| "The optimistic lock failed, version " . $expectedLockVersion . " was expected, but is actually " . $actualLockVersion | /app/plugin/doctrine/Doctrine/ORM/OptimisticLockException.php | 57 |
| "No mapping file found named '$fileName' for class '$entityName'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 78 |
| "Unknown Entity namespace alias '$entityNamespaceAlias'." | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 149 |
| "The association mapping '$fieldName' misses the 'sourceEntity' attribute." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 73 |
| 'Proxy Classes are always regenerating.' | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 143 |
| "The association mapping '$fieldName' misses the 'targetEntity' attribute." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 68 |
| "The identifier $fieldName is missing for a query of " . $className | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 160 |
| "The field or association mapping misses the 'fieldName' attribute in entity '$entity'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 63 |
| "Invalid repository class '" . $className . "'. It must be a Doctrine\Common\Persistence\ObjectRepository." | /app/plugin/doctrine/Doctrine/ORM/ORMException.php | 155 |
| 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.php | 434 |
| "Transaction commit failed because the transaction has been marked for rollback only." | /app/plugin/doctrine/Doctrine/DBAL/ConnectionException.php | 37 |
| "There is no active transaction." | /app/plugin/doctrine/Doctrine/DBAL/ConnectionException.php | 42 |
| "Savepoints are not supported by this driver." | /app/plugin/doctrine/Doctrine/DBAL/ConnectionException.php | 47 |
| "May not alter the nested transaction with savepoints behavior while a transaction is open." | /app/plugin/doctrine/Doctrine/DBAL/ConnectionException.php | 52 |
| "Operation '$method' is not supported by platform." | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 9 |
| "Invalid 'platform' option specified, need to give an instance of " . "\Doctrine\DBAL\Platforms\AbstractPlatform." | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 15 |
| "The 'pdo' option was used in DriverManager::getConnection() but no " . "instance of PDO was given." | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 22 |
| "An inverse association is not allowed to be identifier in '$className#$field'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 389 |
| "Many-to-many or one-to-many associations are not allowed to be identifier in '$className#$field'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 394 |
| "Its not supported to define inheritance information on a mapped superclass '" . $className . "'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 399 |
| "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.php | 405 |
| "Entity '" . $className . "' has no method '" . $methodName . "' to be registered as lifecycle callback." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 413 |
| "Entity '" . $className . "' has a mapping with invalid fetch mode '" . $annotation . "'" | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 418 |
| "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.php | 423 |
| "The target-entity " . $targetEntity . " cannot be found in '" . $sourceEntity . "#" . $associationName . "'." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 428 |
| "Duplicate definition of column '" . $columnName . "' on entity '" . $className . "' in a field or discriminator column mapping." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 344 |
| "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.php | 334 |
| "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.php | 360 |
| "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.php | 349 |
| "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.php | 371 |
| "'$className#$field' is not an association with a single join column." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 366 |
| "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.php | 383 |
| "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.php | 377 |
| "Entity class '$className' used in the discriminator map of class '$owningClass' " . "does not exist." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 291 |
| '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.php | 275 |
| "Entity class '$className' is using inheritance but no discriminator map was defined." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 309 |
| "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.php | 299 |
| "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.php | 319 |
| "Entity class '$className' is using inheritance but no discriminator column was defined." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 314 |
| "Setting Id field '$fieldName' as versionale in entity class '$className' is not supported." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 329 |
| "Discriminator column name on entity class '$className' is not defined." | /app/plugin/doctrine/Doctrine/ORM/Mapping/MappingException.php | 324 |
| 'Could not convert database value "' . $value . '" to Doctrine Type ' . $toType . '. Expected format: ' . $expectedFormat | /app/plugin/doctrine/Doctrine/DBAL/Types/ConversionException.php | 61 |
| rtrim($message) | /app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php | 40 |
| "Alter table change not supported, given '$changeName'" | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 124 |
| 'Could not convert database value "' . $value . '" to Doctrine Type ' . $toType | /app/plugin/doctrine/Doctrine/DBAL/Types/ConversionException.php | 46 |
| "This functionality is not implemented with this sharding provider." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 33 |
| 1331557937 | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 33 |
| "No cache key was set." | /app/plugin/doctrine/Doctrine/DBAL/Cache/CacheException.php | 30 |
| "Trying to cache a query but no result driver is configured." | /app/plugin/doctrine/Doctrine/DBAL/Cache/CacheException.php | 35 |
| "The table with name '" . $tableName . "' already exists." | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 70 |
| "The column '" . $columnName . "' on table '" . $tableName . "' already exists." | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 82 |
| "An index with name '$indexName' was already defined on table '$table'." | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 51 |
| "There is no column with name '$columnName' on table '$table'." | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 60 |
| "There exists no foreign key with the name '$fkName' on table '$table'." | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 110 |
| "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.php | 116 |
| "The sequence '" . $sequenceName . "' already exists." | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 92 |
| "There exists no sequence with the name '" . $sequenceName . "'." | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 101 |
| 'Type to be overwritten ' . $name . ' does not exist.' | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 104 |
| '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.php | 92 |
| 'Type ' . $name . ' already exists.' | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 87 |
| "Invalid Offset in Limit Query, it has to be larger or equal to 0." | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 82 |
| "Index '$indexName' does not exist on table '$table'." | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 42 |
| "Invalid index-name $indexName given, has to be [a-zA-Z0-9_]" | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 33 |
| "There is no table with name '" . $tableName . "' in the schema." | /app/plugin/doctrine/Doctrine/DBAL/Schema/SchemaException.php | 24 |
| "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.php | 34 |
| 0 | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 47 |
| "An exception occurred while executing '" . $sql . "'" | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 41 |
| "The given 'driver' " . $unknownDriverName . " is unknown, " . "Doctrine currently supports only the following drivers: " . implode(", ", $knownDrivers) | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 35 |
| "The options 'driver' or 'driverClass' are mandatory if no PDO " . "instance is given to DriverManager::getConnection()." | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 29 |
| "No columns specified for table " . $tableName | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 77 |
| "Invalid table name specified: " . $tableName | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 68 |
| "The given 'driverClass' " . $driverClass . " has to implement the " . "\Doctrine\DBAL\Driver interface." | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 58 |
| "The given 'wrapperClass' " . $wrapperClass . " has to be a " . "subtype of \Doctrine\DBAL\Connection." | /app/plugin/doctrine/Doctrine/DBAL/DBALException.php | 52 |
| sprintf('[Type Error] Attribute "%s" of @%s declared on %s expects %s, but got %s.', $attributeName, $annotationName, $context, $expected, is_object($actual) ? 'an instance of ' . get_class($actual) : gettype($actual)) | /app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationException.php | 97 |
| '[Creation Error] ' . $message | /app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationException.php | 81 |
| 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.php | 119 |
| "Cannot switch shard during an active transaction." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 48 |
| 1332141766 | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 48 |
| 1332142103 | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 53 |
| "You have to specify a string or integer as shard distribution value." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 53 |
| 1332141280 | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 38 |
| "SQLAzure requires a federation name to be set during sharding configuration." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 38 |
| 1332141329 | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 43 |
| "SQLAzure requires a distribution key to be set during sharding configuration." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 43 |
| "No mapping file found named '$fileName' for class '$entityName'." | /app/plugin/doctrine/Doctrine/Common/Persistence/Mapping/MappingException.php | 74 |
| "Invalid mapping file '$fileName' for class '$entityName'." | /app/plugin/doctrine/Doctrine/Common/Persistence/Mapping/MappingException.php | 84 |
| '[Syntax Error] ' . $message | /app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationException.php | 41 |
| '[Semantical Error] ' . $message | /app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationException.php | 52 |
| "You have to specify a sharding distribution type such as 'integer', 'string', 'guid'." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/ShardingException.php | 58 |
| "The class '" . $className . "' was not found in the " . "chain configured namespaces " . implode(", ", $namespaces) | /app/plugin/doctrine/Doctrine/Common/Persistence/Mapping/MappingException.php | 38 |
| "Specifying the paths to your entities is required " . "in the AnnotationDriver to retrieve all class names." | /app/plugin/doctrine/Doctrine/Common/Persistence/Mapping/MappingException.php | 47 |
| '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.php | 62 |
| "Given Fetch-Style " . $fetchMode . " is not supported." | /app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php | 179 |
| db2_stmt_errormsg( ) | /app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php | 143 |
| db2_stmt_errormsg( ) | /app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php | 46 |
| db2_conn_errormsg( ) | /app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php | 38 |
| "Missing 'host' in configuration for sqlsrv driver." | /app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/Driver.php | 30 |
| "Fetch mode is not supported!" | /app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php | 211 |
| db2_stmt_errormsg( ) | /app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php | 70 |
| "Missing 'dbname' in configuration for sqlsrv driver." | /app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/Driver.php | 33 |
| 'AbstractPlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/SQLServerPlatform.php | 157 |
| 'getDropTableSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/MySqlPlatform.php | 709 |
| "sqlsrv does not support named parameters to queries, use question mark (?) placeholders instead." | /app/plugin/doctrine/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php | 114 |
| "Invalid Oracle identifier" | /app/plugin/doctrine/Doctrine/DBAL/Platforms/OraclePlatform.php | 51 |
| sprintf("Platform %s does not support offset values in limit queries.", $this->getName( )) | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2671 |
| "LIMIT argument offset=$offset is not valid" | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2668 |
| 'MysqlPlatform::getDropIndexSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/MySqlPlatform.php | 597 |
| 'MysqlPlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/MySqlPlatform.php | 591 |
| "There exists no keyword list with name '" . $keywordList . "'. " . "Known lists: " . implode(", ", array_keys($this->keywordListClasses)) | /app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php | 108 |
| "Cannot use TableGenerator with SQLite." | /app/plugin/doctrine/Doctrine/DBAL/Id/TableGenerator.php | 89 |
| "Race-condition detected while updating sequence. Aborting generation" | /app/plugin/doctrine/Doctrine/DBAL/Id/TableGenerator.php | 140 |
| "Error occured while generating ID with TableGenerator, aborted generation: " . $e->getMessage( ) | /app/plugin/doctrine/Doctrine/DBAL/Id/TableGenerator.php | 154 |
| "Argument 'SQL' is required in order to execute this command correctly." | /app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php | 66 |
| "Option 'depth' must contains an integer value" | /app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php | 72 |
| sprintf("SQL file '<info>%s</info>' does not exist.", $fileName) | /app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php | 71 |
| sprintf("SQL file '<info>%s</info>' does not have read permissions.", $fileName) | /app/plugin/doctrine/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php | 75 |
| "Invalid fetch style: " . $fetchMode | /app/plugin/doctrine/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php | 227 |
| "Unkown type: '{$type}'" | /app/plugin/doctrine/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php | 97 |
| "Unknown type: '{$type}'" | /app/plugin/doctrine/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php | 117 |
| "Unknown fetch type '{$fetchMode}'" | /app/plugin/doctrine/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php | 245 |
| db2_conn_errormsg($this->_conn) | /app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php | 90 |
| db2_conn_errormsg($this->_conn) | /app/plugin/doctrine/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php | 98 |
| "lastInsertId failed: Query was executed but no result was returned." | /app/plugin/doctrine/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php | 132 |
| "Invalid fetch style: " . $fetchMode | /app/plugin/doctrine/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php | 214 |
| "Cannot have foreign key between global/federation." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php | 220 |
| "Cannot switch shard when transaction is active." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 145 |
| "Shard " . $shard['id'] . " is duplicated in the configuration." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 119 |
| "Shard Id has to be a non-negative number." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 115 |
| "Missing 'id' for one configured shard. Please specificy a unique shard-id." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 111 |
| "The 'shardChoser' configuration is not a valid instance of Doctrine\DBAL\Sharding\ShardChoser\ShardChoser" | /app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 104 |
| "Missing Shard Choser configuration 'shardChoser'" | /app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 96 |
| "Connection Parameters require 'global' and 'shards' configurations." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 92 |
| "No shards found." | /app/plugin/doctrine/Doctrine/DBAL/Sharding/PoolingShardManager.php | 76 |
| "Invalid fetch-style given for caching result." | /app/plugin/doctrine/Doctrine/DBAL/Cache/ResultCacheStatement.php | 177 |
| "Invalid fetch-style given for fetching result." | /app/plugin/doctrine/Doctrine/DBAL/Cache/ArrayStatement.php | 79 |
| "Caching layer does not support 2nd/3rd argument to setFetchMode()" | /app/plugin/doctrine/Doctrine/DBAL/Cache/ArrayStatement.php | 53 |
| "Invalid option to connect(), only master or slave allowed." | /app/plugin/doctrine/Doctrine/DBAL/Connections/MasterSlaveConnection.php | 147 |
| 'You have to configure at least one slaves.' | /app/plugin/doctrine/Doctrine/DBAL/Connections/MasterSlaveConnection.php | 115 |
| 'master or slaves configuration missing' | /app/plugin/doctrine/Doctrine/DBAL/Connections/MasterSlaveConnection.php | 112 |
| 'SchemaCreateTableEventArgs expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.' | /app/plugin/doctrine/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php | 57 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 82 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 83 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 80 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 81 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 78 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 79 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 76 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 77 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 74 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 75 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 72 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 73 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 70 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 71 |
| "No shards found for " . $this->federationName | /app/plugin/doctrine/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php | 201 |
| "No clustered index found on table " . $table->getName( ) | /app/plugin/doctrine/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php | 121 |
| sprintf("Doctrine 1.X schema directory '<info>%s</info>' does not exist.", $dirName) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php | 167 |
| sprintf("Entities destination directory '<info>%s</info>' does not have write permissions.", $destPath) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php | 83 |
| sprintf("Doctrine 2.X mapping destination directory '<info>%s</info>' does not exist.", $destPath) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php | 178 |
| sprintf("Doctrine 1.X schema directory '<info>%s</info>' does not have read permissions.", $dirName) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php | 171 |
| sprintf("Mapping destination directory '<info>%s</info>' does not exist.", $input->getArgument('dest-path')) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php | 137 |
| 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.php | 182 |
| 'No Result cache driver is configured on given EntityManager.' | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php | 84 |
| sprintf("Mapping destination directory '<info>%s</info>' does not have write permissions.", $destPath) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php | 141 |
| "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.php | 95 |
| "Option 'depth' must contains an integer value" | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php | 87 |
| "Option 'max-result' must contains an integer value" | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php | 111 |
| "Option 'first-result' must contains an integer value" | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php | 103 |
| sprintf("Entities destination directory '<info>%s</info>' does not exist.", $input->getArgument('dest-path')) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php | 123 |
| '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.php | 61 |
| sprintf("Entities destination directory '<info>%s</info>' does not exist.", $input->getArgument('dest-path')) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php | 79 |
| sprintf("Entities destination directory '<info>%s</info>' does not have write permissions.", $destPath) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php | 127 |
| "Cannot use SimpleObjectHydrator with a ResultSetMapping that contains more than one object result." | /app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php | 64 |
| "Cannot use SimpleObjectHydrator with a ResultSetMapping that contains scalar mappings." | /app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php | 68 |
| sprintf('Field "%s" is not a valid field of the entity "%s" in PreUpdateEventArgs.', $field, get_class($this->getEntity( ))) | /app/plugin/doctrine/Doctrine/ORM/Event/PreUpdateEventArgs.php | 121 |
| "TableGenerator not yet implemented." | /app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataFactory.php | 485 |
| "Can't instantiate custom generator : " . $definition['class'] | /app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataFactory.php | 491 |
| "Unknown generator type: " . $class->generatorType | /app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataFactory.php | 498 |
| "Class " . $this->name . " has a composite identifier." | /app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php | 640 |
| "ClassMetadataInfo::setTable() has to be called before defining a one to one relationship." | /app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php | 1411 |
| "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.php | 88 |
| 'No Query cache driver is configured on given EntityManager.' | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php | 84 |
| "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.php | 88 |
| 'No Metadata cache driver is configured on given EntityManager.' | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php | 84 |
| "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.php | 88 |
| '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.php | 109 |
| "Can only iterate a Result once." | /app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/IterableResult.php | 62 |
| "hydrateRowData() not implemented by this hydrator." | /app/plugin/doctrine/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php | 171 |
| "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.php | 273 |
| "Expecting a string as Index Column" | /app/plugin/doctrine/Doctrine/DBAL/Schema/Index.php | 78 |
| "Type should be a ToOne Assocation here" | /app/plugin/doctrine/Doctrine/ORM/Mapping/Builder/AssociationBuilder.php | 163 |
| "@NamedQueries should contain an array of @NamedQuery annotations." | /app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php | 191 |
| 'DrizzlePlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/DrizzlePlatform.php | 308 |
| "LIMIT argument offset=$offset is not valid" | /app/plugin/doctrine/Doctrine/DBAL/Platforms/MsSqlPlatform.php | 594 |
| 'AbstractPlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/MsSqlPlatform.php | 133 |
| "Table " . $this->getName( ) . " has no primary key." | /app/plugin/doctrine/Doctrine/DBAL/Schema/Table.php | 571 |
| "<index-by /> is not a valid tag" | /app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/XmlDriver.php | 386 |
| "Association name expected, '" . $assocName . "' is not an association." | /app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php | 2695 |
| "'orderBy' is expected to be an array, not " . gettype($mapping['orderBy']) | /app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php | 1546 |
| "'orderBy' is expected to be an array, not " . gettype($mapping['orderBy']) | /app/plugin/doctrine/Doctrine/ORM/Mapping/ClassMetadataInfo.php | 1457 |
| "@NamedQueries should contain an array of @NamedQuery annotations." | /app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php | 186 |
| "Unknown class " . $className | /app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php | 162 |
| "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.php | 133 |
| "<index-by /> is not a valid tag" | /app/plugin/doctrine/Doctrine/ORM/Mapping/Driver/XmlDriver.php | 491 |
| "Incomplete definition. 'columns' required." | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1911 |
| 'Invalid foreign key action: ' . $upper | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2057 |
| "Incomplete definition. 'columns' required." | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1401 |
| "Incomplete definition. 'columns' required." | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1885 |
| "Incomplete definition. 'foreignTable' required." | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2084 |
| 'Invalid isolation level:' . $level | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2230 |
| "Incomplete definition. 'local' required." | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2078 |
| "Incomplete definition. 'foreign' required." | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2081 |
| "Unknown database type " . $dbType . " requested, " . get_class($this) . " may not support it." | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 321 |
| 'Values must not be empty.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 818 |
| 'DrizzlePlatform::getDropIndexSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/DrizzlePlatform.php | 314 |
| 'getDropTableSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/DrizzlePlatform.php | 444 |
| "Second argument of AbstractPlatform::getCreateTableSQL() has to be integer." | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1151 |
| 'Can only create primary or unique constraints, no common indexes with getCreateConstraintSQL().' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1366 |
| 'getDropTableSQL() expects $table parameter to be string or \Doctrine\DBAL\Schema\Table.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1053 |
| 'AbstractPlatform::getDropIndexSQL() expects $index parameter to be string or \Doctrine\DBAL\Schema\Index.' | /app/plugin/doctrine/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1093 |
| "You must pass true to this function, otherwise it won't work." | /_japp/model/lib/rbac/base.php | 354 |
| "RBAC can not reset table on this type of database: {$Adapter}" | /_japp/model/lib/rbac/base.php | 365 |
| "No database setup file available for '{$Adapter}'." | /_japp/model/lib/db/base.php | 363 |
| "Not implemented." | /_japp/model/lib/db/adapter/mssql.php | 109 |
| "You must pass true to this function, otherwise it won't work." | /_japp/model/lib/rbac/users.php | 137 |
| "RBAC can not reset table on this type of database: {$Adapter}" | /_japp/model/lib/rbac/users.php | 148 |
| "You must pass true to this function, otherwise it won't work." | /_japp/model/lib/rbac/base.php | 300 |
| "RBAC can not reset table on this type of database: {$Adapter}" | /_japp/model/lib/rbac/base.php | 310 |
| "Unable to connect to MySQLi database: " . mysqli_connect_error( ) | /_japp/model/lib/db/adapter/mysqli.php | 43 |
| "MySQLi error: " . mysqli_error($DB->Connection) | /_japp/model/lib/db/adapter/mysqli.php | 125 |
| "Store_Result error on MySQLi prepared statement : " . $this->Statement->get_warnings( ) | /_japp/model/lib/db/adapter/mysqli.php | 226 |
| "No header array provided!" | /app/plugin/autolist.php | 182 |
| "Not Implemented" | /_japp/model/lib/db/adapter/mssql.php | 113 |
| "Unknown SQL Server type in list." | /_japp/model/lib/db/adapter/mssql.php | 171 |
| "Unknown SQL Server type in list." | /_japp/model/lib/db/adapter/mssql.php | 187 |
| "Can not initialize database." | /_japp/model/lib/db/adapter/mysqli.php | 39 |
| "Matching Criteria on PersistentCollection only works on OneToMany assocations at the moment." | /app/plugin/doctrine/Doctrine/ORM/PersistentCollection.php | 817 |
| "Unexpected entity state: $entityState." . self::objToStr($entity) | /app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php | 1671 |
| "Not implemented." | /app/plugin/doctrine/Doctrine/ORM/EntityManager.php | 651 |
| 'Expected argument of type "callable", got "' . gettype($func) . '"' | /app/plugin/doctrine/Doctrine/ORM/EntityManager.php | 217 |
| 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.php | 754 |
| "Entity has to be managed for single computation " . self::objToStr($entity) | /app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php | 404 |
| "Unexpected entity state: $entityState." . self::objToStr($entity) | /app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php | 1603 |
| "Dirty entity can not be scheduled for insertion." | /app/plugin/doctrine/Doctrine/ORM/UnitOfWork.php | 1131 |
| "Filter '" . $name . "' is not enabled." | /app/plugin/doctrine/Doctrine/ORM/Query/FilterCollection.php | 157 |
| "Filter '" . $name . "' does not exist." | /app/plugin/doctrine/Doctrine/ORM/Query/FilterCollection.php | 107 |
| "The column '$columnName' conflicts with another column in the mapper." | /app/plugin/doctrine/Doctrine/ORM/Query/ResultSetMappingBuilder.php | 91 |
| 'ResultSetMapping builder does not currently support inheritance.' | /app/plugin/doctrine/Doctrine/ORM/Query/ResultSetMappingBuilder.php | 81 |
| "Undefined method '$method'. The method name must start with " . "either findBy or findOneBy!" | /app/plugin/doctrine/Doctrine/ORM/EntityRepository.php | 197 |
| "Invalid argument: " . $conn | /app/plugin/doctrine/Doctrine/ORM/EntityManager.php | 863 |
| "Binding entities to query parameters only allowed for entities that have an identifier." | /app/plugin/doctrine/Doctrine/ORM/AbstractQuery.php | 286 |
| "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.php | 273 |
| "Slicing elements is not supported by this CollectionPersister." | /app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php | 157 |
| "Checking for existance of an element is not supported by this CollectionPersister." | /app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php | 162 |
| "Expression of type '$class' not allowed in this context." | /app/plugin/doctrine/Doctrine/ORM/Query/Expr/Base.php | 92 |
| "Counting the size of this persistent collection is not supported by this CollectionPersister." | /app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php | 152 |
| "Not implemented" | /app/plugin/doctrine/Doctrine/ORM/Query/SqlWalker.php | 1754 |
| "Parameter '" . $name . "' does not exist." | /app/plugin/doctrine/Doctrine/ORM/Query/Filter/SQLFilter.php | 100 |
| "The column '$renamedColumnName' conflicts with another column in the mapper." | /app/plugin/doctrine/Doctrine/ORM/Query/ResultSetMappingBuilder.php | 102 |
| "Entity '" . $classMetadata->name . "' has no field '" . $fieldName . "'. " | /app/plugin/doctrine/Doctrine/ORM/Query/ResultSetMappingBuilder.php | 249 |
| "Attempt to backup overwritten entity file but copy operation failed." | /app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php | 344 |
| 'Invalid provided visibilty (only private and protected are allowed): ' . $visibility | /app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php | 454 |
| "Unknown composite " . $expr->getType( ) | /app/plugin/doctrine/Doctrine/ORM/Persisters/SqlExpressionVisitor.php | 86 |
| "Illegal invocation of " . __METHOD__ . "." | /app/plugin/doctrine/Doctrine/ORM/Persisters/JoinedSubclassPersister.php | 448 |
| "Removing a key is not supported by this CollectionPersister." | /app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php | 177 |
| "Selecting a collection by index is not supported by this CollectionPersister." | /app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php | 182 |
| "Checking for existance of a key is not supported by this CollectionPersister." | /app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php | 167 |
| "Removing an element is not supported by this CollectionPersister." | /app/plugin/doctrine/Doctrine/ORM/Persisters/AbstractCollectionPersister.php | 172 |
| "Cannot count query which selects two FROM components, cannot make distinction" | /app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/CountWalker.php | 61 |
| 'Cannot count query that uses a HAVING clause. Use the output walkers for pagination' | /app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/CountWalker.php | 47 |
| "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.php | 78 |
| "Cannot count query which selects two FROM components, cannot make distinction" | /app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/WhereInWalker.php | 82 |
| "Column name `" . $joinColumn['referencedColumnName'] . "` referenced for relation from " . $mapping['sourceEntity'] . " towards " . $mapping['targetEntity'] . " does not exist." | /app/plugin/doctrine/Doctrine/ORM/Tools/SchemaTool.php | 538 |
| sprintf('Invalid provided IdGeneratorType: %s', $type) | /app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php | 1285 |
| sprintf('Invalid provided ChangeTrackingPolicy: %s', $type) | /app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php | 1271 |
| sprintf('Invalid provided InheritanceType: %s', $type) | /app/plugin/doctrine/Doctrine/ORM/Tools/EntityGenerator.php | 1257 |
| "Argument 'DQL' is required in order to execute this command correctly." | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php | 81 |
| sprintf("Proxies destination directory '<info>%s</info>' does not have write permissions.", $destPath) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php | 91 |
| sprintf("Proxies destination directory '<info>%s</info>' does not exist.", $em->getConfiguration( )->getProxyDir( )) | /app/plugin/doctrine/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php | 87 |
| 'For the AnnotationExporter you must set an EntityGenerator instance with the setEntityGenerator() method.' | /app/plugin/doctrine/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php | 48 |
| sprintf('Not all identifier properties can be found in the ResultSetMapping: %s', implode(', ', array_diff($rootIdentifier, array_keys($sqlIdentifier)))) | /app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php | 129 |
| "Cannot count query which selects two FROM components, cannot make distinction" | /app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php | 99 |
| sprintf('Not all identifier properties can be found in the ResultSetMapping: %s', implode(', ', array_diff($rootIdentifier, array_keys($sqlIdentifier)))) | /app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php | 121 |
| "Cannot count query which selects two FROM components, cannot make distinction" | /app/plugin/doctrine/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php | 91 |
| "You should set variable \$jfurl as jframework url before incluing this script." | /embed.php | 8 |
| "User Id missing" | /challenges/single/BusinessLayerAccessControl/index.php | 150 |
| "You should init jframework before trying to run a request" | /_japp/model/frontcontroller.php | 120 |
| "File not found : {$file}" | /_japp/model/j.php | 68 |
| "User id missing" | /challenges/single/BusinessLayerAccessControl/index.php | 277 |
| "FrontController already instantiated." | /_japp/model/frontcontroller.php | 25 |
| "Invalid autoload rule added: {$File} set for autoloading of class '{$Classname}' does not exist." | /_japp/model/core/autoload.php | 197 |
| "Invalid autoload rule added: {$File} set for autoloading of class '{$Classname}' does not exist." | /_japp/model/core/autoload.php | 184 |
| "Autoload class is static and should not be instantiated." | /_japp/model/core/autoload.php | 21 |
| "File not found : {$file}" | /_japp/model/j.php | 83 |
| "Can not load user options without a logged in user." | /_japp/model/lib/settings.php | 161 |
| "Can not load user options without a logged in user." | /_japp/model/lib/settings.php | 141 |
| "TablePrefix shouldn't be an empty string: " . $this->Adapter | /_japp/model/lib/db.php | 20 |
| "Unknown multiple login policy." | /_japp/model/lib/user.php | 184 |
| "The user '{$UserID}' provided to RBAC::Check function not found." | /_japp/model/lib/rbac.php | 131 |
| "The permission '{$Permission}' not found." | /_japp/model/lib/rbac.php | 129 |
| "Can not load user options without a logged in user." | /_japp/model/lib/settings.php | 196 |
| "Can not delete user options without a logged in user." | /_japp/model/lib/settings.php | 180 |
| "More than one session record found in database!" | /_japp/model/lib/session.php | 71 |
| "Unable to session_start()." | /_japp/model/lib/session.php | 18 |
| "You have to provide valid email address." | /_japp/model/lib/xuser.php | 229 |
| "You must pass true to this function, otherwise it won't work." | /_japp/model/lib/rbac.php | 191 |
| "Title of the category is missing" | /app/model/lesson/base/category.php | 103 |
| 'Missing key to get session data' | /app/model/lesson/base/base.php | 154 |
| 'Missing key to get session data' | /app/model/lesson/base/base.php | 138 |
| 'Missing key/value for saving session data' | /app/model/lesson/base/base.php | 121 |
| "Lesson '$lessonName' not found" | /app/model/lesson/scanner.php | 98 |
| "No settings found for 'categoryLessons'" | /app/model/lesson/scanner.php | 87 |
| "Please select a lesson" | /app/model/lesson/scanner.php | 83 |
| "No class {$className} exists. Please run loadClasses() first." | /app/model/lesson/scanner.php | 55 |
| "You can only provide a regex or a closure for validation." | /app/model/j/form/widget.php | 82 |
| "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.php | 323 |
| "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.php | 314 |
| "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.php | 307 |
| "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.php | 299 |
| "Widget {$this->Name( )} of type " . get_class($this) . " is terminal, i.e it can not contain children." | /app/model/j/widget.php | 230 |
| 'The command name cannot be empty.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Command/Command.php | 66 |
| 'You must override the execute() method in the concrete command class.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Command/Command.php | 167 |
| sprintf('Invalid option specified: "%s". Expected one of (%s)', $option, implode(', ', array_keys(static::$availableOptions))) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyle.php | 168 |
| 'Undefined style: ' . $name | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatter.php | 121 |
| 'The YAML value does not appear to be valid UTF-8.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php | 54 |
| 'A YAML file cannot contain tabs as indentation.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php | 70 |
| sprintf('Command name "%s" is invalid.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Command/Command.php | 611 |
| sprintf('Unable to parse "%s" as the file is not readable.', $input) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Yaml.php | 58 |
| 'Aborted' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Helper/DialogHelper.php | 42 |
| sprintf('The helper "%s" is not defined.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Helper/HelperSet.php | 79 |
| "First exception" | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php | 20 |
| "Second exception" | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php | 22 |
| sprintf('Invalid background color specified: "%s". Expected one of (%s)', $color, implode(', ', array_keys(static::$availableBackgroundColors))) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyle.php | 123 |
| sprintf('Invalid option specified: "%s". Expected one of (%s)', $option, implode(', ', array_keys(static::$availableOptions))) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyle.php | 145 |
| 'Incorrectly nested style tag found.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php | 85 |
| sprintf('Invalid foreground color specified: "%s". Expected one of (%s)', $color, implode(', ', array_keys(static::$availableForegroundColors))) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Formatter/OutputFormatterStyle.php | 95 |
| sprintf('The "-%s" option does not exist.', $name[$i]) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php | 128 |
| sprintf('The "%s" argument does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArrayInput.php | 185 |
| sprintf('The "--%s" option requires a value.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArrayInput.php | 165 |
| sprintf('The "--%s" option does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArrayInput.php | 158 |
| sprintf('The "--%s" option requires a value.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php | 231 |
| sprintf('The "--%s" option does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php | 213 |
| sprintf('The "-%s" option does not exist.', $shortcut) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php | 196 |
| 'Too many arguments.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArgvInput.php | 181 |
| sprintf('An option named "%s" already exists.', $option->getName( )) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php | 265 |
| sprintf('The "%s" argument does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php | 156 |
| 'Cannot add a required argument after an optional one.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php | 124 |
| 'Cannot add an argument after an array argument.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php | 120 |
| sprintf('The "-%s" option does not exist.', $shortcut) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/ArrayInput.php | 140 |
| sprintf('The "-%s" option does not exist.', $shortcut) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php | 373 |
| sprintf('The "--%s" option does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php | 290 |
| sprintf('An option with shortcut "%s" already exists.', $option->getShortcut( )) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php | 267 |
| "Required parameter missing" | /app/model/contest/details.php | 51 |
| "Active contest is already present" | /app/model/contest/details.php | 57 |
| "Required parameter missing" | /app/model/contest/details.php | 79 |
| "Unknown source of form data. Please provide form data manually." | /app/model/j/form.php | 22 |
| "No form data provided to set." | /app/model/j/form.php | 23 |
| "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.php | 157 |
| "Argument 1 passed to jWidget::__construct() must be an instance of jWidget or null." | /app/model/j/widget.php | 172 |
| "Add child is implicitly called by jWidget constructors. You should not manually call it." | /app/model/j/widget.php | 228 |
| "Required parameter missing" | /app/model/contest/challenges.php | 87 |
| "Required parameter missing" | /app/model/contest/challenges.php | 106 |
| "Required parameter missing" | /app/model/contest/challenges.php | 119 |
| "Required parameter missing" | /app/model/contest/challenges.php | 133 |
| "Required parameter missing" | /app/model/contest/challenges.php | 150 |
| "Required parameter missing" | /app/model/contest/submissions.php | 48 |
| "Required parameter missing" | /app/model/contest/submissions.php | 70 |
| "Required parameters missing" | /app/model/contest/submissions.php | 88 |
| sprintf('Unexpected characters (%s).', substr($scalar, $i)) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php | 174 |
| sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resource_type($value)) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php | 82 |
| sprintf('Malformed inline YAML string (%s).', substr($scalar, $i)) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php | 218 |
| sprintf('Malformed inline YAML string (%s).', $scalar) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php | 191 |
| sprintf('Malformed inline YAML string %s', $mapping) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php | 352 |
| sprintf('Malformed inline YAML string %s', $sequence) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php | 288 |
| "Required parameter missing" | /app/model/contest/challenges.php | 69 |
| "Required parameter missing" | /app/model/contest/challenges.php | 47 |
| 'YAML merge keys used with a scalar value instead of an array.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php | 135 |
| sprintf('Reference "%s" does not exist.', $isInPlace) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php | 120 |
| 'Indentation problem.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php | 281 |
| 'Merge items must be arrays.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php | 140 |
| sprintf('Reference "%s" does not exist.', $value) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php | 368 |
| 'Indentation problem.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Parser.php | 318 |
| sprintf('Unexpected characters near "%s".', substr($value, $i)) | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Inline.php | 58 |
| 'No suitable convert encoding function (install the iconv or mbstring extension).' | /app/plugin/doctrine/Doctrine/Symfony/Component/Yaml/Unescaper.php | 143 |
| 'You must either use addNamespace(), or setImports(), but not both.' | /app/plugin/doctrine/Doctrine/Common/Annotations/DocParser.php | 260 |
| 'You must either use addNamespace(), or setImports(), but not both.' | /app/plugin/doctrine/Doctrine/Common/Annotations/DocParser.php | 246 |
| sprintf('Field "%s" is not a valid field of the entity "%s" in PreUpdateEventArgs.', $field, get_class($this->getEntity( ))) | /app/plugin/doctrine/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php | 125 |
| sprintf('Doctrine %s Manager named "%s" does not exist.', $this->name, $name) | /app/plugin/doctrine/Doctrine/Common/Persistence/AbstractManagerRegistry.php | 252 |
| sprintf('Doctrine %s Manager named "%s" does not exist.', $this->name, $name) | /app/plugin/doctrine/Doctrine/Common/Persistence/AbstractManagerRegistry.php | 182 |
| sprintf('Doctrine %s Connection named "%s" does not exist.', $this->name, $name) | /app/plugin/doctrine/Doctrine/Common/Persistence/AbstractManagerRegistry.php | 127 |
| "There is no method " . $method . " on " . $this->cm->getName( ) | /app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php | 241 |
| "No runtime object manager set. Call PersistentObject#setObjectManager()." | /app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php | 215 |
| sprintf('Invalid Target "%s". Available targets: [%s]', $literal, implode(', ', array_keys(self::$map))) | /app/plugin/doctrine/Doctrine/Common/Annotations/Annotation/Target.php | 96 |
| 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.php | 86 |
| 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.php | 49 |
| 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.php | 67 |
| sprintf('The directory "%s" does not exist and could not be created.', $cacheDir) | /app/plugin/doctrine/Doctrine/Common/Annotations/FileCacheReader.php | 64 |
| "A callable is expected in AnnotationRegistry::registerLoader()." | /app/plugin/doctrine/Doctrine/Common/Annotations/AnnotationRegistry.php | 100 |
| sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this)) | /app/plugin/doctrine/Doctrine/Common/Annotations/Annotation.php | 76 |
| sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this)) | /app/plugin/doctrine/Doctrine/Common/Annotations/Annotation.php | 61 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 73 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 74 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 71 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 72 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 69 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 70 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 67 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 68 |
| "Expected persistent object of type '" . $targetClass . "'" | /app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php | 190 |
| "There is no method add" . $field . "() on " . $this->cm->getName( ) | /app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php | 198 |
| "no field with name '" . $field . "' exists on '" . $this->cm->getName( ) . "'" | /app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php | 130 |
| "no field with name '" . $field . "' exists on '" . $this->cm->getName( ) . "'" | /app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php | 150 |
| "Trying to use PersistentObject with different ObjectManager instances. " . "Was PersistentObject::setObjectManager() called?" | /app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php | 99 |
| "Expected persistent object of type '" . $targetClass . "'" | /app/plugin/doctrine/Doctrine/Common/Persistence/PersistentObject.php | 125 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 75 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 76 |
| sprintf('Unable to parse input near "... %s ..."', substr($input, $cursor, 10)) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/StringInput.php | 72 |
| sprintf('The "%s" option does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php | 194 |
| 'Cannot set a default value except for Parameter::OPTIONAL mode.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputArgument.php | 99 |
| sprintf('Argument mode "%s" is not valid.', $mode) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputArgument.php | 49 |
| sprintf('The "%s" argument does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php | 120 |
| 'Not enough arguments.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php | 74 |
| sprintf('The "%s" option does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php | 177 |
| sprintf('The "%s" argument does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/Input.php | 137 |
| 'Cannot set a default value when using Option::VALUE_NONE mode.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php | 159 |
| '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.php | 83 |
| sprintf('An argument with name "%s" already exists.', $argument->getName( )) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputDefinition.php | 116 |
| 'A default value for an array option must be an array.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php | 166 |
| 'An option name cannot be empty.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php | 54 |
| 'A default value for an array argument must be an array.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputArgument.php | 106 |
| sprintf('Option mode "%s" is not valid.', $mode) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php | 74 |
| 'An option shortcut cannot be empty.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Input/InputOption.php | 67 |
| "Values are not supported expressions as children of and/or expressions." | /app/plugin/doctrine/Doctrine/Common/Collections/Expr/CompositeExpression.php | 42 |
| "No expression given to CompositeExpression." | /app/plugin/doctrine/Doctrine/Common/Collections/Expr/CompositeExpression.php | 45 |
| "Unknown Expression " . get_class($expr) | /app/plugin/doctrine/Doctrine/Common/Collections/Expr/ExpressionVisitor.php | 77 |
| "Unknown comparison operator: " . $comparison->getOperator( ) | /app/plugin/doctrine/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php | 136 |
| sprintf('The directory "%s" does not exist and could not be created.', $directory) | /app/plugin/doctrine/Doctrine/Common/Cache/FileCache.php | 52 |
| sprintf('The directory "%s" is not writable.', $directory) | /app/plugin/doctrine/Doctrine/Common/Cache/FileCache.php | 59 |
| '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.php | 90 |
| "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.php | 85 |
| sprintf('Command "%s" is ambiguous (%s).', $name, $this->getAbbreviationSuggestions($aliases[$searchName])) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php | 582 |
| sprintf('Unknown output type given (%s)', $type) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Output/Output.php | 166 |
| 'The StreamOutput class needs a stream as its first argument.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Output/StreamOutput.php | 51 |
| 'Unable to write output.' | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Output/StreamOutput.php | 86 |
| "Unknown composite " . $expr->getType( ) | /app/plugin/doctrine/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php | 167 |
| sprintf('The command "%s" does not exist.', $name) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php | 419 |
| sprintf('The namespace "%s" is ambiguous (%s).', $namespace, $this->getAbbreviationSuggestions($abbrevs[$part])) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php | 507 |
| sprintf('Command "%s" is ambiguous (%s).', $name, $suggestions) | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php | 556 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 69 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 102 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 101 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 100 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 73 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 72 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 71 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 70 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 77 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 76 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 75 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 74 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 81 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 80 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 79 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 78 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 86 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 87 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 84 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 85 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 90 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 91 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 88 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 89 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 94 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 95 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 92 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 93 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 98 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 99 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 96 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionMethod.php | 97 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 99 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 98 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 101 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 100 |
| 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.php | 91 |
| 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.php | 92 |
| 1 | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php | 119 |
| 0 | /app/config/setup.php | 141 |
| 1 | /_japp/model/core/errorhandler.php | 157 |
| 255 | /app/plugin/doctrine/Doctrine/Symfony/Component/Console/Application.php | 124 |
| 'You must provide an array for operation outputs' | /_japp/plugin/nusoap/nusoap.php | 4431 |
| "$partType has no namespace!" | /_japp/plugin/nusoap/nusoap.php | 5529 |
| 'You must specify a name when you register an operation' | /_japp/plugin/nusoap/nusoap.php | 4425 |
| 'You must provide an array for operation inputs' | /_japp/plugin/nusoap/nusoap.php | 4428 |
| 'WSDL ERROR: ' . $err | /_japp/plugin/nusoap/nusoap.php | 3683 |
| '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.php | 4422 |
| base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAALPSURBVDiNlZVNT1NBFIbfd3proVRxISRAiXwmGmIIEg2GhStdalwYv1Djj/BPmJC4NGqMCrXxI4A/gIU7V24UQYEFMSEhSADTFuHeO8fFnemdfpE47WSmt81z3vPOOVOKCADg7Yc3vYmEmgyD8IoACQAAxL5BsqTIVRH5Emr9CZDc7Rv3DtBg0ILfz+RnRkfOXevt6QfJmh+GYYhiqYBisYDN35v7Cwtfd7XWDwWYnrh1XzcE599NBTevTyS2d7cQBAFEBFpraNEQrUESnpdEMplE6Gu0ZDL48XPx7/fFb2s61ON37zzYcsHKbrSWBEn4vh8BtYaIjgKIIAgDlPaK2Nndxq/1NSwtLWJkeLTpwvnxQSo1/2r6RXNdsFVuVdopIoD5zo50Sxo7f7YBAH19A+r0qaEhRc6+fP1c1QFHNkWpG5jl0S4EARzxkhAd2zoyfNbr6Mhe1CJjtWAtNgLEzKgkBBCa0gBAAiC85BHk8tN4+uwJNjY2kO3MpkhcqvXYpCsiiF6uaAEZ6SUJKqK9/QRO9nTj6LEMZudm0Np6nIrqquV51R6XlZkNGQUxxQwKQBLp5jTS2TS6s9048A+gtYbv+2dqwdpqM2QhQAM3Pkerin03WppSTejq6kKotVcLNocHWhBNo0TEyp6xHyqrpXxOLth6nFDKURmv1cgyzN1LHbCNpqgM0Ch113p0h1zOGnUOT6kYbO+M6rV6WKG6rmITjVRRSTke01Huao8xUpF1BdhGc6HladU7FsU8KWd7qMeNoNFUTiaIO5QWfIjHVdlBWPVQbK0j3pcvsDqKAQlFoqtTRMr9QadhxB5iVXyCVlhYASaZmnz8aH5ldfnyQP9gw9NvNEQEK6vLCIJgnmRKRPY9kgpAW24qnysV9zKZTHpMxLn17J+eA3H1SnR36EKh+Hlu7mMOQBvJdYoISKYAdAJI/pfU2uEDWBeR/X8JhI/HEPUHOgAAAABJRU5ErkJggg==') | /files/index.php | 102 |
| 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.php | 101 |
| base64_decode('iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH1QYYDQkr4Wx8tgAAAZhJREFUOMu1ld1qGkEYhp9vVo+anCriDSgq/lGStb2bXkQJpD1IYjD2wvpHQQRRPBHaHiwoFAIhB2X360Hczbgb3AmmHww7s7s888477zDwn0rizmg8vAA+HAJT1cuz9+cfd16OxkM9tEbjoca8QnrW1WqF53moKiKCyMOi7H48tpRSrVZ3OBmwDZjNZhlIujqdDqqaeb8X3Gw2KRQefwnDcGf8lPpcsIgwnU5zN6zb7WKMcQMbY1BV2u02AMVi8dkJyYC///iGfzJARJhMJrkA3/cJwzAffPL6lEqlQhAE9Hq9p9VsfbYT42RFEASICMvlMldxq9Vy9zhutVptr2LP85Ic54LTS4w3054wvXQnK758/cybwVtEhPl87hQ3p1T4pwNKpRKbzSaxwhiTqLYtiPtRFLl5vF6vEREWi8XLHRC76vV65nCkfXdWbG/GPo/7/f7zcmxXo9FI1MUK009VdYtbuVx+kaspAUdRdHXz6fr8ENivn7/fZe681GRHwPG2HQGvAAN4gAJ/gXvgD3AL3G3H4fY7/wAc1bAz9NMAcQAAAABJRU5ErkJggg==') | /files/index.php | 98 |
| 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.php | 97 |
| 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.php | 100 |
| 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.php | 99 |
| 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.php | 94 |
| 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.php | 93 |
| 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.php | 96 |
| 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.php | 95 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 97 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 96 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 95 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 94 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 93 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 92 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 91 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 90 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 89 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 88 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 87 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 86 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 85 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 84 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 83 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 82 |
| 'Invalid ' . $type . ' "' . $name . '"' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionParser.php | 280 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionProperty.php | 66 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 110 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 111 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 108 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 109 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 106 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 107 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 104 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 105 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 102 |
| 'Method not implemented' | /app/plugin/doctrine/Doctrine/Common/Reflection/StaticReflectionClass.php | 103 |