http://5.135.160.91/

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::indexAction"
_firewall_context
"security.firewall.map.context.main"
_route
"login"
_route_params
[]

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip"
accept-language
"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
cache-control
"no-cache"
connection
"keep-alive, close"
host
"5.135.160.91"
pragma
"no-cache"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
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
"Mon, 30 Sep 2024 07:22:53 GMT"
x-debug-token
"92fd98"
x-debug-token-link
"http://5.135.160.91/_profiler/fb131a"
x-previous-debug-token
"fb131a"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Mon, 30 Sep 24 09:22:53 +0200"
Last used
"Mon, 30 Sep 24 09:22:53 +0200"
Lifetime
"0"

Session Attributes

Attribute Value
idiom
"es"
idiomas
[
  "es"
  "us"
  "de"
  "fr"
  "it"
  "ru"
  "nl"
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"4d79c3e90021125eec96337e5024fc6e"
DATABASE_HOST
"127.0.0.1"
DATABASE_PASSWORD
"4ng3lsf00d13"
DATABASE_SCHEMA
"acnh"
DATABASE_USER
"foodieAngels"
MYSQL_VERSION
"latest"
OAUTH_FACEBOOK_ID
"896653894079027"
OAUTH_FACEBOOK_SECRET
"e7beac05dc4eefef62f8c416ee8eb135"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/acnh/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/acnh/public/"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT_LANGUAGE
"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CACHE_CONTROL
"no-cache"
HTTP_CONNECTION
"keep-alive, close"
HTTP_HOST
"5.135.160.91"
HTTP_PRAGMA
"no-cache"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REMOTE_ADDR
"43.163.8.36"
REMOTE_PORT
"60562"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1727680973
REQUEST_TIME_FLOAT
1727680973.5576
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/acnh/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"5.135.160.91"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"5.135.160.91"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at 5.135.160.91 Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_HOST,DATABASE_USER,DATABASE_PASSWORD,DATABASE_SCHEMA,MYSQL_VERSION,OAUTH_FACEBOOK_ID,OAUTH_FACEBOOK_SECRET"

Sub Requests 1

ErrorController (token = fb131a)

Key Value
_controller
"error_controller"
exception
ErrorException {#170
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
  #code: 0
  #file: "/home/www/www/acnh/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 101
  #severity: E_NOTICE
  trace: {
    /home/www/www/acnh/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:101 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /home/www/www/acnh/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:83 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
      › {    return (bool) $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /home/www/www/acnh/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:156 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /home/www/www/acnh/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /home/www/www/acnh/vendor/symfony/http-foundation/Session/Session.php:249 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
      › {    $bag = $this->storage->getBag($name);}
    /home/www/www/acnh/vendor/symfony/http-foundation/Session/Session.php:271 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /home/www/www/acnh/vendor/symfony/http-foundation/Session/Session.php:81 {
      Symfony\Component\HttpFoundation\Session\Session->set(string $name, $value) …
      › {    $this->getAttributeBag()->set($name, $value);}
    }
    /home/www/www/acnh/src/EventSubscriber/ListenerSuscriberSubscriber.php:24 {
      App\EventSubscriber\ListenerSuscriberSubscriber->onKernelRequest(RequestEvent $event) …
      › $idiomas=array('es', 'us', 'de', 'fr', 'it', 'ru', 'nl');$this->sesssion->set('idiomas',$idiomas);}
    /home/www/www/acnh/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);}
    /home/www/www/acnh/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/www/www/acnh/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);}
    }
    /home/www/www/acnh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/www/www/acnh/vendor/symfony/http-kernel/HttpKernel.php:133 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /home/www/www/acnh/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/www/www/acnh/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/www/www/acnh/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
null