http://guiayipao.co/home/sitio_individual/19

HomeController :: sitioIndividual

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\HomeController::sitioIndividual"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"sitio_individual"
_route_params
[
  "id" => "19"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"9f00ee"
id
"19"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, identity"
connection
""
content-length
"0"
host
"guiayipao.co"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.54"
x-cache-req
"1"
x-eig-origin
"162.222.225.91"
x-forwarded-for
"84.139.6.60"
x-php-ob-level
"0"
x-real-ip
"84.139.6.60"

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
"Sat, 01 Feb 2025 13:26:53 GMT"
x-debug-exception
"Call%20to%20a%20member%20function%20setVisitas%28%29%20on%20null"
x-debug-exception-file
"%2Fhome1%2Fguiayufp%2Fturismo_departamentos%2Fsrc%2FController%2FHomeController.php:95"
x-debug-token
"a1b8a7"
x-debug-token-link
"http://guiayipao.co/_profiler/cb9eee"
x-previous-debug-token
"cb9eee"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

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
"4f4f1caa612c29d710e220770cd839b8"
DATABASE_URL
"mysql://guiayufp_db:HGC_%NlKW5e)@127.0.0.1:3306/guiayufp_yipao"
LOCK_DSN
"flock"
MAILER_DSN
"null://null"
MAILER_URL
"null://localhost"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home1/guiayufp/public_html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home1/guiayufp/public_html"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, identity"
HTTP_CONNECTION
""
HTTP_HOST
"guiayipao.co"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.54"
HTTP_X_CACHE_REQ
"1"
HTTP_X_EIG_ORIGIN
"162.222.225.91"
HTTP_X_FORWARDED_FOR
"84.139.6.60"
HTTP_X_REAL_IP
"84.139.6.60"
LSPHP_ENABLE_USER_INI
"on"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/index.php"
PWD
"/"
QS_AllConn
"118"
QS_ConnectionId
"1738416412714785911010847"
QS_SrvConn
"112"
QUERY_STRING
""
REDIRECT_QS_AllConn
"118"
REDIRECT_QS_ConnectionId
"1738416412714785911010847"
REDIRECT_QS_SrvConn
"112"
REDIRECT_SCRIPT_URI
"http://guiayipao.co/home/sitio_individual/19"
REDIRECT_SCRIPT_URL
"/home/sitio_individual/19"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z54hHMPNa07-01_KvGsWlwAAAL8"
REDIRECT_URL
"/home/sitio_individual/19"
REDIRECT_no-proxy
"1"
REMOTE_ADDR
"84.139.6.60"
REMOTE_PORT
"63662"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1738416413
REQUEST_TIME_FLOAT
1738416413.226
REQUEST_URI
"/home/sitio_individual/19"
SCRIPT_FILENAME
"/home1/guiayufp/public_html/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"http://guiayipao.co/home/sitio_individual/19"
SCRIPT_URL
"/home/sitio_individual/19"
SERVER_ADDR
"162.222.225.91"
SERVER_ADMIN
"webmaster@guiayipao.co"
SERVER_NAME
"guiayipao.co"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_URL,MAILER_DSN,LOCK_DSN"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
UNIQUE_ID
"Z54hHMPNa07-01_KvGsWlwAAAL8"
argc
0
argv
[]
no-proxy
"1"

Sub Requests 1

ErrorController (token = cb9eee)

Key Value
_controller
"error_controller"
_stopwatch_token
"c68b53"
exception
Error {#459
  #message: "Call to a member function setVisitas() on null"
  #code: 0
  #file: "/home1/guiayufp/turismo_departamentos/src/Controller/HomeController.php"
  #line: 95
  trace: {
    /home1/guiayufp/turismo_departamentos/src/Controller/HomeController.php:95 {
      App\Controller\HomeController->sitioIndividual(Request $request, $id, SitiosRepository $sitiosRepository, SitiosGaleriaRepository $sitiosGaleriaRepository, SitiosComodidadesRepository $sitiosComodidadesRepository, SitiosRedesSocialesRepository $sitiosRedesSocialesRepository): Response …
      › $sitio      = $sitiosRepository->find($id);$sitio->setVisitas( $sitio->getVisitas() + 1 );$sitiosRepository->save($sitio, true);
    }
    /home1/guiayufp/turismo_departamentos/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#58 …}
        $id: "19"
        $sitiosRepository: App\Repository\SitiosRepository {#361 …}
        $sitiosGaleriaRepository: App\Repository\SitiosGaleriaRepository {#670 …}
        $sitiosComodidadesRepository: App\Repository\SitiosComodidadesRepository {#643 …}
        $sitiosRedesSocialesRepository: App\Repository\SitiosRedesSocialesRepository {#435 …}
      }
    }
    /home1/guiayufp/turismo_departamentos/vendor/symfony/http-kernel/HttpKernel.php:75 {
      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 {#58 …}
        $type: 1
      }
    }
    /home1/guiayufp/turismo_departamentos/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 {#58 …}
        $type: 1
        $catch: true
      }
    }
    /home1/guiayufp/turismo_departamentos/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 {#58 …}
      }
    }
    /home1/guiayufp/turismo_departamentos/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home1/guiayufp/public_html/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/turismo_departamentos/vendor/autoload_runtime.php';arguments: {
        "/home1/guiayufp/turismo_departamentos/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#2 …8}