https://integral.dirmov.mil.ec/es/admin/odontologo/crud?p=es%2Fadmin%2Fodontologo%2Fcrud

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"d00a69"
exception
ErrorException {#644
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
  #code: 0
  #file: "/data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 96
  #severity: E_NOTICE
  trace: {
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:96 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc(int $maxlifetime): int|false …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:64 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc(int $maxlifetime): int|false …
      › {    return $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:175 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:326 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Session.php:258 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);}
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Session.php:278 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Session.php:78 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /data/produccion/integral/src/Crud/Controller/crudPlainController.php:847 {
      App\Crud\Controller\crudPlainController->setFilterData($routeClassName) …
      › if (!$this->filterData)\r  $this->filterData=$this->session->get($routeClassName);\rif (!$this->filterData)\r
    }
    /data/produccion/integral/src/Crud/Controller/crudPlainController.php:857 {
      App\Crud\Controller\crudPlainController->setInitialValues($rol, $routeClassName) …
      › $this->setUtilProperties();\r$this->setFilterData($routeClassName);\r$this->setParamsRequest();\r
    }
    /data/produccion/integral/src/Crud/Controller/crudPlainController.php:888 {
      App\Crud\Controller\crudPlainController->indexAction($rol, $routeClassName) …
      › {     \r    $this->setInitialValues($rol, $routeClassName);\r    $this->accion = 'INDEX';\r
    }
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:153 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /data/produccion/integral/vendor/symfony/framework-bundle/Controller/AbstractController.php:122 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
      › 
      ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
    }
    /data/produccion/integral/src/Crud/Controller/proxyPlainController.php:55 {
      App\Crud\Controller\proxyPlainController->indexAction($rol, $routeClassName) …
      › //        $this->params['routeClassName'] = $routeClassName;\r        return $this->forward($this->controlador.'::indexAction', $this->params);\r    }\r
    }
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:153 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /data/produccion/integral/vendor/symfony/framework-bundle/Controller/AbstractController.php:122 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
      › 
      ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
    }
    /data/produccion/integral/src/Crud/Controller/crudController.php:108 {
      App\Crud\Controller\crudController->dispatchAction($rol, $routeClassName) …
      ›     $this->params['rol'] = $rol;\r    return $this->forward($this->controlador.'::indexAction', $this->params);\r}\r
    }
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:153 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /data/produccion/integral/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /data/produccion/integral/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /data/produccion/integral/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /data/produccion/integral/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/data/produccion/integral/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#133 …8}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
cookie
"sf_redirect=%7B%22token%22%3A%22d5fa34%22%2C%22route%22%3A%22crud_plain_back_to_list%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CCrud%5C%5CController%5C%5CproxyPlainController%22%2C%22method%22%3A%22backToListAction%22%2C%22file%22%3A%22%5C%2Fdata%5C%2Fproduccion%5C%2Fintegral%5C%2Fsrc%5C%2FCrud%5C%2FController%5C%2FproxyPlainController.php%22%2C%22line%22%3A74%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"integral.dirmov.mil.ec"
referer
"https://integral.dirmov.mil.ec/es/admin/odontologo/crud/plain/backtolist/22514/show?p=es%2Fadmin%2Fodontologo%2Fcrud%2Fplain%2Fbacktolist%2F22514%2Fshow"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 20 Sep 2024 06:26:31 GMT"
x-debug-exception
"Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsessions%29%20failed%3A%20Permission%20denied%20%2813%29"
x-debug-exception-file
"%2Fdata%2Fproduccion%2Fintegral%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FHandler%2FStrictSessionHandler.php:96"
x-debug-token
"71f380"

Cookies

Request Cookies

Key Value
sf_redirect
"{"token":"d5fa34","route":"crud_plain_back_to_list","method":"GET","controller":{"class":"App\\Crud\\Controller\\proxyPlainController","method":"backToListAction","file":"\/data\/produccion\/integral\/src\/Crud\/Controller\/proxyPlainController.php","line":74},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"c4d61b67844c8a03b086ad08643ebb84"
DATABASE_URL
"postgresql://postgres:@integral2024@200.6.25.30:5432/integral_produccion"
LOCK_DSN
"semaphore"
MAILER_DSN
"smtp://dirmov1@bfound.ec:Molero1401Dlrowcp2301@darnell.nocdirect.com:465"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
ws_dinardap
"http://interoperabilidad.dinardap.gob.ec:7979/interoperador?wsdl"
ws_dinardap_v2
"http://interoperabilidad.dinardap.gob.ec/interoperador-v2?wsdl"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/data/produccion/integral/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/data/produccion/integral/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_AUTHORIZATION
""
HTTP_COOKIE
"sf_redirect=%7B%22token%22%3A%22d5fa34%22%2C%22route%22%3A%22crud_plain_back_to_list%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CCrud%5C%5CController%5C%5CproxyPlainController%22%2C%22method%22%3A%22backToListAction%22%2C%22file%22%3A%22%5C%2Fdata%5C%2Fproduccion%5C%2Fintegral%5C%2Fsrc%5C%2FCrud%5C%2FController%5C%2FproxyPlainController.php%22%2C%22line%22%3A74%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"integral.dirmov.mil.ec"
HTTP_REFERER
"https://integral.dirmov.mil.ec/es/admin/odontologo/crud/plain/backtolist/22514/show?p=es%2Fadmin%2Fodontologo%2Fcrud%2Fplain%2Fbacktolist%2F22514%2Fshow"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"p=es/admin/odontologo/crud"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_QUERY_STRING
"p=es/admin/odontologo/crud"
REDIRECT_SCRIPT_URI
"https://integral.dirmov.mil.ec/es/admin/odontologo/crud"
REDIRECT_SCRIPT_URL
"/es/admin/odontologo/crud"
REDIRECT_SSL_TLS_SNI
"integral.dirmov.mil.ec"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/es/admin/odontologo/crud"
REMOTE_ADDR
"3.145.85.151"
REMOTE_PORT
"19179"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1726813591
REQUEST_TIME_FLOAT
1726813591.2754
REQUEST_URI
"/es/admin/odontologo/crud"
SCRIPT_FILENAME
"/data/produccion/integral/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://integral.dirmov.mil.ec/es/admin/odontologo/crud"
SCRIPT_URL
"/es/admin/odontologo/crud"
SERVER_ADDR
"200.6.25.29"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"integral.dirmov.mil.ec"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at integral.dirmov.mil.ec Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"integral.dirmov.mil.ec"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN,LOCK_DSN,ws_dinardap,ws_dinardap_v2"

Parent Request

Return to parent request (token = aaf991)

Key Value
_controller
"App\Controller\UsuarioController::indexAction"
_remove_csp_headers
true
_stopwatch_token
"638d7d"
p
"es/admin/odontologo/crud"
rol
"admin"
routeClassName
"odontologo"