12:15:35.000
deprecation
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface " interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface " instead.
12:15:35.000
deprecation
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface " class is deprecated, use the new authenticator system instead.
12:15:35.000
deprecation
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message " configuration option is deprecated, it will default to "true " in version 6.0.
12:15:35.000
deprecation
Please install the "intl " PHP extension for best performance.
08:57:04.247
info
Matched route "app_login " .
08:57:04.248
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
08:57:04.248
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
08:57:04.248
debug
Authenticator does not support the request.
08:57:04.248
debug
Checking support on authenticator.
08:57:04.248
debug
Checking for authenticator support.
08:57:04.248
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
08:57:04.248
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
08:57:04.248
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
08:57:04.248
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
08:57:04.248
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
08:57:04.248
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
08:57:04.248
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
08:57:04.250
debug
Notified event "kernel.controller " to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController " .
08:57:04.250
debug
Notified event "kernel.controller " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController " .
08:57:04.250
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController " .
08:57:04.250
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController " .
08:57:04.250
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController " .
08:57:04.250
debug
Notified event "kernel.controller_arguments " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments " .
08:57:04.250
debug
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments " .
08:57:04.250
debug
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments " .
08:57:04.250
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController " .
08:57:04.257
error
error while trying to collect executed migrations
app
Show context
Show trace
{
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php:102 {
Doctrine\DBAL\Driver \ AbstractPostgreSQLDriver->convertException($message, DriverException $exception) …
›
› return new DriverException($message, $exception);
› }
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/DBALException.php:182 {
Doctrine\DBAL \ DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
› if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {
› return $driver->convertException($msg, $driverEx);
› }
arguments : {
$message : "An exception occurred in driver: could not find driver "
$exception : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/DBALException.php:169 {
Doctrine\DBAL \ DBALException::driverException(Driver $driver, Throwable $driverEx) …
› {
› return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());
› }
arguments : {
$driver : Doctrine\DBAL\Driver\PDO\PgSQL \ Driver {#443 …}
$driverEx : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
$msg : "An exception occurred in driver: could not find driver "
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php:52 {
Doctrine\DBAL\Driver\PDOPgSql \ Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
› } catch (PDOException $e) {
› throw Exception::driverException($this, $e);
› }
arguments : {
$driver : Doctrine\DBAL\Driver\PDO\PgSQL \ Driver {#443 …}
$driverEx : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:412 {
Doctrine\DBAL \ Connection->connect() …
›
› $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);
›
arguments : {
$params : [ …11]
$username : "symfony "
$password : "ChangeMe "
$driverOptions : []
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:1952 {
Doctrine\DBAL \ Connection->getWrappedConnection() …
› {
› $this->connect();
›
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:1290 {
Doctrine\DBAL \ Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
›
› $connection = $this->getWrappedConnection();
›
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:1042 {
Doctrine\DBAL \ Connection->fetchAllAssociative(string $query, array $params = [], array $types = []): array …
› $stmt = $this->ensureForwardCompatibilityStatement(
› $this->executeQuery($query, $params, $types)
› );
arguments : {
$sql : """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type != 'VIEW'
"""
$params : []
$types : []
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php:225 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->listTableNames() …
›
› $tables = $this->_conn->fetchAllAssociative($sql);
› $tableNames = $this->_getPortableTablesList($tables);
arguments : {
$query : """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type != 'VIEW'
"""
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php:213 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->tablesExist($names) …
›
› return count($names) === count(array_intersect($names, array_map('strtolower', $this->listTableNames())));
› }
}
/var/www/faktosphp/public_html/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:207 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->isInitialized(): bool …
›
› return $this->schemaManager->tablesExist([$this->configuration->getTableName()]);
› }
arguments : {
$names : [ …1]
}
}
/var/www/faktosphp/public_html/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:86 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->getExecutedMigrations(): ExecutedMigrationsList …
› {
› if (! $this->isInitialized()) {
› return new ExecutedMigrationsList([]);
}
/var/www/faktosphp/public_html/vendor /doctrine/doctrine-migrations-bundle/ Collector/MigrationsCollector.php:37 {
Doctrine\Bundle\MigrationsBundle\Collector \ MigrationsCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› try {
› $executedMigrations = $metadataStorage->getExecutedMigrations();
› } catch (Exception $dbalException) {
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$response : Symfony\Component\HttpFoundation \ Response {#593 …}
$exception : null
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$response : Symfony\Component\HttpFoundation \ Response {#593 …}
$exception : null
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
... : {
"kernel.response "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#172 …}
}
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
$eventName : "kernel.response "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#172 …}
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …12]
$eventName : "kernel.response "
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
$eventName : "kernel.response "
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
$eventName : "kernel.response "
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
arguments : {
$response : Symfony\Component\HttpFoundation \ Response {#593 …}
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$type : 1
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$type : 1
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$type : 1
$catch : true
}
}
/var/www/faktosphp/public_html/vendor /symfony/runtime/ Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
}
}
/var/www/faktosphp/public_html/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/faktosphp/public_html / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
› require_once dirname(__DIR__).'/Dependencias/siat/Siat.php';
arguments : {
"/var/www/faktosphp/public_html/vendor/autoload_runtime.php "
}
}
}
[
"exception " => Doctrine\DBAL\Exception \ DriverException {#800
-driverException : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
#message : "An exception occurred in driver: could not find driver "
#code : 0
#file : "/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php "
#line : 102
-previous : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
trace : {
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php:102 {
Doctrine\DBAL\Driver \ AbstractPostgreSQLDriver->convertException($message, DriverException $exception) …
›
› return new DriverException($message, $exception);
› }
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/DBALException.php:182 {
Doctrine\DBAL \ DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
› if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {
› return $driver->convertException($msg, $driverEx);
› }
arguments : {
$message : "An exception occurred in driver: could not find driver "
$exception : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/DBALException.php:169 {
Doctrine\DBAL \ DBALException::driverException(Driver $driver, Throwable $driverEx) …
› {
› return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());
› }
arguments : {
$driver : Doctrine\DBAL\Driver\PDO\PgSQL \ Driver {#443 …}
$driverEx : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
$msg : "An exception occurred in driver: could not find driver "
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php:52 {
Doctrine\DBAL\Driver\PDOPgSql \ Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
› } catch (PDOException $e) {
› throw Exception::driverException($this, $e);
› }
arguments : {
$driver : Doctrine\DBAL\Driver\PDO\PgSQL \ Driver {#443 …}
$driverEx : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:412 {
Doctrine\DBAL \ Connection->connect() …
›
› $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);
›
arguments : {
$params : [ …11]
$username : "symfony "
$password : "ChangeMe "
$driverOptions : []
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:1952 {
Doctrine\DBAL \ Connection->getWrappedConnection() …
› {
› $this->connect();
›
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:1290 {
Doctrine\DBAL \ Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
›
› $connection = $this->getWrappedConnection();
›
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:1042 {
Doctrine\DBAL \ Connection->fetchAllAssociative(string $query, array $params = [], array $types = []): array …
› $stmt = $this->ensureForwardCompatibilityStatement(
› $this->executeQuery($query, $params, $types)
› );
arguments : {
$sql : """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type != 'VIEW'
"""
$params : []
$types : []
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php:225 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->listTableNames() …
›
› $tables = $this->_conn->fetchAllAssociative($sql);
› $tableNames = $this->_getPortableTablesList($tables);
arguments : {
$query : """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type != 'VIEW'
"""
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php:213 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->tablesExist($names) …
›
› return count($names) === count(array_intersect($names, array_map('strtolower', $this->listTableNames())));
› }
}
/var/www/faktosphp/public_html/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:207 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->isInitialized(): bool …
›
› return $this->schemaManager->tablesExist([$this->configuration->getTableName()]);
› }
arguments : {
$names : [ …1]
}
}
/var/www/faktosphp/public_html/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:86 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->getExecutedMigrations(): ExecutedMigrationsList …
› {
› if (! $this->isInitialized()) {
› return new ExecutedMigrationsList([]);
}
/var/www/faktosphp/public_html/vendor /doctrine/doctrine-migrations-bundle/ Collector/MigrationsCollector.php:37 {
Doctrine\Bundle\MigrationsBundle\Collector \ MigrationsCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› try {
› $executedMigrations = $metadataStorage->getExecutedMigrations();
› } catch (Exception $dbalException) {
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$response : Symfony\Component\HttpFoundation \ Response {#593 …}
$exception : null
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$response : Symfony\Component\HttpFoundation \ Response {#593 …}
$exception : null
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
... : {
"kernel.response "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#172 …}
}
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
$eventName : "kernel.response "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#172 …}
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …12]
$eventName : "kernel.response "
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
$eventName : "kernel.response "
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
$eventName : "kernel.response "
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
arguments : {
$response : Symfony\Component\HttpFoundation \ Response {#593 …}
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$type : 1
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$type : 1
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$type : 1
$catch : true
}
}
/var/www/faktosphp/public_html/vendor /symfony/runtime/ Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
}
}
/var/www/faktosphp/public_html/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/faktosphp/public_html / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
› require_once dirname(__DIR__).'/Dependencias/siat/Siat.php';
arguments : {
"/var/www/faktosphp/public_html/vendor/autoload_runtime.php "
}
}
}
}
]
{
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php:102 {
Doctrine\DBAL\Driver \ AbstractPostgreSQLDriver->convertException($message, DriverException $exception) …
›
› return new DriverException($message, $exception);
› }
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/DBALException.php:182 {
Doctrine\DBAL \ DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
› if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {
› return $driver->convertException($msg, $driverEx);
› }
arguments : {
$message : "An exception occurred in driver: could not find driver "
$exception : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/DBALException.php:169 {
Doctrine\DBAL \ DBALException::driverException(Driver $driver, Throwable $driverEx) …
› {
› return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());
› }
arguments : {
$driver : Doctrine\DBAL\Driver\PDO\PgSQL \ Driver {#443 …}
$driverEx : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
$msg : "An exception occurred in driver: could not find driver "
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php:52 {
Doctrine\DBAL\Driver\PDOPgSql \ Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
› } catch (PDOException $e) {
› throw Exception::driverException($this, $e);
› }
arguments : {
$driver : Doctrine\DBAL\Driver\PDO\PgSQL \ Driver {#443 …}
$driverEx : Doctrine\DBAL\Driver\PDO \ Exception {#821 …}
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:412 {
Doctrine\DBAL \ Connection->connect() …
›
› $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);
›
arguments : {
$params : [ …11]
$username : "symfony "
$password : "ChangeMe "
$driverOptions : []
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:1952 {
Doctrine\DBAL \ Connection->getWrappedConnection() …
› {
› $this->connect();
›
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:1290 {
Doctrine\DBAL \ Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
›
› $connection = $this->getWrappedConnection();
›
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Connection.php:1042 {
Doctrine\DBAL \ Connection->fetchAllAssociative(string $query, array $params = [], array $types = []): array …
› $stmt = $this->ensureForwardCompatibilityStatement(
› $this->executeQuery($query, $params, $types)
› );
arguments : {
$sql : """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type != 'VIEW'
"""
$params : []
$types : []
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php:225 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->listTableNames() …
›
› $tables = $this->_conn->fetchAllAssociative($sql);
› $tableNames = $this->_getPortableTablesList($tables);
arguments : {
$query : """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type != 'VIEW'
"""
}
}
/var/www/faktosphp/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php:213 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->tablesExist($names) …
›
› return count($names) === count(array_intersect($names, array_map('strtolower', $this->listTableNames())));
› }
}
/var/www/faktosphp/public_html/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:207 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->isInitialized(): bool …
›
› return $this->schemaManager->tablesExist([$this->configuration->getTableName()]);
› }
arguments : {
$names : [ …1]
}
}
/var/www/faktosphp/public_html/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:86 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->getExecutedMigrations(): ExecutedMigrationsList …
› {
› if (! $this->isInitialized()) {
› return new ExecutedMigrationsList([]);
}
/var/www/faktosphp/public_html/vendor /doctrine/doctrine-migrations-bundle/ Collector/MigrationsCollector.php:37 {
Doctrine\Bundle\MigrationsBundle\Collector \ MigrationsCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› try {
› $executedMigrations = $metadataStorage->getExecutedMigrations();
› } catch (Exception $dbalException) {
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$response : Symfony\Component\HttpFoundation \ Response {#593 …}
$exception : null
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$response : Symfony\Component\HttpFoundation \ Response {#593 …}
$exception : null
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
... : {
"kernel.response "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#172 …}
}
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
$eventName : "kernel.response "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#172 …}
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …12]
$eventName : "kernel.response "
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
}
}
/var/www/faktosphp/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
$eventName : "kernel.response "
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#638 …}
$eventName : "kernel.response "
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
arguments : {
$response : Symfony\Component\HttpFoundation \ Response {#593 …}
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$type : 1
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$type : 1
}
}
/var/www/faktosphp/public_html/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
$type : 1
$catch : true
}
}
/var/www/faktosphp/public_html/vendor /symfony/runtime/ Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#6 …}
}
}
/var/www/faktosphp/public_html/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/faktosphp/public_html / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
› require_once dirname(__DIR__).'/Dependencias/siat/Siat.php';
arguments : {
"/var/www/faktosphp/public_html/vendor/autoload_runtime.php "
}
}
}
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
08:57:04.260
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
08:57:04.261
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
08:57:04.261
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
08:57:04.261
debug
Notified event "kernel.finish_request " to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets " .
08:57:04.261
debug
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
08:57:04.261
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .
08:57:04.261
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .