https://dev.pholios.net/Sharin/portfolio/photo/c64e3f00f5b2901d5b6f3ea9ed6a6619?type=tags

ErrorController

Request

GET Parameters

Key Value
type
"tags"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
exception
Doctrine\ORM\ORMException {#21721
  #message: "The identifier id is missing for a query of App\Entity\Core\Tag"
  #code: 0
  #file: "/home/pholios/dev.pholios.net/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php"
  #line: 310
  trace: {
    /home/pholios/dev.pholios.net/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php:310 {
      Doctrine\ORM\ORMException::missingIdentifierField($className, $fieldName) …
      › {    return new self(sprintf('The identifier %s is missing for a query of %s', $fieldName, $className));}
    }
    /home/pholios/dev.pholios.net/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:431 {
      Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
      › if (! isset($id[$identifier])) {    throw ORMException::missingIdentifierField($class->name, $identifier);}
      arguments: {
        $className: "App\Entity\Core\Tag"
        $fieldName: "id"
      }
    }
    /home/pholios/dev.pholios.net/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:168 {
      Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
      › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
      arguments: {
        $className: "App\Entity\Core\Tag"
        $id: [ …1]
        $lockMode: null
        $lockVersion: null
      }
    }
    /home/pholios/dev.pholios.net/src/Controller/Media/PortfolioController.php:340 {
      App\Controller\Media\PortfolioController->photo(Request $request, Profile $profile, Photo $photo): Response …
      › $tagId = $request->get('tag', null);$tag = $this->getDoctrine()->getRepository(Tag::class)->find($tagId);if ($tag) {
      arguments: {
        $id: null
      }
    }
    /home/pholios/dev.pholios.net/vendor/symfony/http-kernel/HttpKernel.php:157 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#53 …}
        $profile: App\Entity\Profile\Type\Model {#21644 …}
        $photo: App\Entity\Media\Photo {#20424 …}
      }
    }
    /home/pholios/dev.pholios.net/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#53 …}
        $type: 1
      }
    }
    /home/pholios/dev.pholios.net/vendor/symfony/http-kernel/Kernel.php:195 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#53 …}
        $type: 1
        $catch: true
      }
    }
    /home/pholios/dev.pholios.net/public/index.php:19 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#53 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#297 …6}

Request Headers

Header Value
accept-encoding
"gzip"
connection
"Keep-Alive"
content-length
"0"
host
"dev.pholios.net"
user-agent
"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
x-php-ob-level
"0"

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
"Tue, 16 Sep 2025 07:32:26 GMT"
x-debug-exception
"The%20identifier%20id%20is%20missing%20for%20a%20query%20of%20App%5CEntity%5CCore%5CTag"
x-debug-exception-file
"%2Fhome%2Fpholios%2Fdev.pholios.net%2Fvendor%2Fdoctrine%2Form%2Flib%2FDoctrine%2FORM%2FORMException.php:310"
x-debug-token
"91b480"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:43
[
  [
    "file" => "/home/pholios/dev.pholios.net/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 43
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/pholios/dev.pholios.net/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php"
    "line" => 45
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/pholios/dev.pholios.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Stof\DoctrineExtensionsBundle\EventListener\BlameListener"
    "type" => "->"
  ]
  [
    "file" => "/home/pholios/dev.pholios.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/pholios/dev.pholios.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/pholios/dev.pholios.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 151
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/pholios/dev.pholios.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 133
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/pholios/dev.pholios.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/pholios/dev.pholios.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 195
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/pholios/dev.pholios.net/public/index.php"
    "line" => 19
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_NAME
"Amato"
APP_SECRET
"e2186e2d6396658d43b9b0338604ffec"
DATABASE_URL
"mysql://pholios_symfony:-cW1n*XUo=}L@localhost/pholios_symfony"
MAILER_ADDRESS_DEFAULT
"no_reply@amato.com"
MAILER_DSN
"sendmail://default"
MAILER_NAME_DEFAULT
"Amato"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home/pholios/dev.pholios.net/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/pholios/dev.pholios.net/public"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"dev.pholios.net"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
LSPHP_ENABLE_USER_INI
"on"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/index.php"
PWD
"/"
QUERY_STRING
"type=tags"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"type=tags"
REDIRECT_SSL_TLS_SNI
"dev.pholios.net"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aMkSisokOuOjp7UskVTGWAAAAAc"
REDIRECT_URL
"/Sharin/portfolio/photo/c64e3f00f5b2901d5b6f3ea9ed6a6619"
REMOTE_ADDR
"146.174.166.127"
REMOTE_PORT
"41221"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1758007946
REQUEST_TIME_FLOAT
1758007946.1657
REQUEST_URI
"/Sharin/portfolio/photo/c64e3f00f5b2901d5b6f3ea9ed6a6619?type=tags"
SCRIPT_FILENAME
"/home/pholios/dev.pholios.net/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.104.232.190"
SERVER_ADMIN
"webmaster@dev.pholios.net"
SERVER_NAME
"dev.pholios.net"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"dev.pholios.net"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,APP_NAME,MAILER_ADDRESS_DEFAULT,MAILER_NAME_DEFAULT"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
UNIQUE_ID
"aMkSisokOuOjp7UskVTGWAAAAAc"
argc
1
argv
[
  "type=tags"
]

Parent Request

Return to parent request (token = 7fafd2)

Key Value
_controller
"App\Controller\Media\PortfolioController::photo"
_converters
[
  Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#20119
    -name: "photo"
    -class: "App\Entity\Media\Photo"
    -options: [
      "mapping" => [
        "media" => "hash"
      ]
    ]
    -isOptional: false
    -converter: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"portfolio_photo"
_route_params
[
  "slug" => "Sharin"
  "media" => "c64e3f00f5b2901d5b6f3ea9ed6a6619"
]
media
"c64e3f00f5b2901d5b6f3ea9ed6a6619"
photo
App\Entity\Media\Photo {#20424
  -filename: "photo-463-5db5b3bd8c8bf.jpg"
  -id: 391
  -title: "Federica Nardese "
  -hash: "c64e3f00f5b2901d5b6f3ea9ed6a6619"
  -description: null
  -active: true
  -views: 38
  -privacy: "all"
  -adult: false
  -covers: Doctrine\ORM\PersistentCollection {#20570 …}
  #profile: App\Entity\Profile\Type\Model {#20837 …}
  -albums: Doctrine\ORM\PersistentCollection {#21595 …}
  -tags: Doctrine\ORM\PersistentCollection {#21635 …}
  -credits: Doctrine\ORM\PersistentCollection {#21638 …}
  -location: null
  -createdBy: Proxies\__CG__\App\Entity\User {#20835 …}
  -updatedBy: null
  #createdAt: DateTime @1572189117 {#20411
    date: 2019-10-27 15:11:57.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1757768550 {#20413
    date: 2025-09-13 13:02:30.0 UTC (+00:00)
  }
  #deletedAt: null
}
profile
App\Entity\Profile\Type\Model {#21644
  -ownLocation: false
  -hairLength: "normal"
  -tattoos: "none"
  -hairColor: "red"
  -eyes: "black"
  -ethnicity: "european"
  -height: 170
  -weight: 60
  -hips: 95
  -waist: 62
  -chest: 88
  -transport: "public_transport"
  -id: 121
  -user: Proxies\__CG__\App\Entity\User {#21646 …}
  -profileType: Proxies\__CG__\App\Entity\ProfileType {#20890 …}
  -name: "Sharin Manni"
  -email: "sharin.nirahs@hotmail.com"
  -slug: "Sharin"
  -description: """
    Ciao a tutti! \n
    Piacere di conoscervi, sono Sharin, una ragazza di 25 anni che posa come fotomodella ormai da sei.\n
    Sono di base a Peschiera del Garda, ma non ho nessun problema a spostarmi in tutta Italia e fuori, anzi adoro viaggiare!\n
    Le mie particolarità sono la pelle molto chiara, i capelli rossi e dei lineamenti che non mi lasciano passare inosservata.\n
    Poso per vari generi, fino al Nudo artistico. Non avendo nessun tatuaggio, riesco a giocare molto con la mia immagine, infatti dispongo di outfit anche per genere Goth e Fetish.\n
    Oltre a posare come fotomodella, da due anni pratico giocoleria di fuoco e mangia fuoco, per chi volesse un set diverso da comune.\n
    Ogni tanto scatto anch'io come fotografa, amo alla follia quest'arte, quindi ogni volta cerco sempre di collaborare con chi mi ha ingaggiato per un servizio fotografico.\n
    Ho esperienza anche con video e cortometraggi, sono stata in vari programmi televisivi come:\n
    - Dire, fare, baciare su real time\n
    - Ciao Darwin 7 puntata NormalivsDiversi, su canale 5\n
    - Documentario reality "Giovani e sesso", su rai 2\n
    - Music, su canale 5\n
    - Guess My Age, sulla 8
    """
  -services: Doctrine\ORM\PersistentCollection {#21645 …}
  -muted: Doctrine\ORM\PersistentCollection {#21648 …}
  -transactionsAsReceiver: Doctrine\ORM\PersistentCollection {#21650 …}
  #cover: null
  #avatar: App\Entity\Profile\Avatar {#21658 …}
  -links: Doctrine\ORM\PersistentCollection {#21656 …}
  -notes: Doctrine\ORM\PersistentCollection {#21655 …}
  -travels: Doctrine\ORM\PersistentCollection {#21660 …}
  -credits: Doctrine\ORM\PersistentCollection {#21662 …}
  -albums: Doctrine\ORM\PersistentCollection {#21664 …}
  -media: Doctrine\ORM\PersistentCollection {#21666 …}
  -followers: Doctrine\ORM\PersistentCollection {#21668 …}
  -country: null
  -city: "Peschiera del Garda"
  -location: "45.4389,10.6920"
  -enableContact: true
  -languages: []
  -useEnglish: "basic"
  -createdBy: Proxies\__CG__\App\Entity\User {#21646 …}
  -updatedBy: null
  #createdAt: DateTime @1567075066 {#21642
    date: 2019-08-29 10:37:46.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1567075066 {#21643
    date: 2019-08-29 10:37:46.0 UTC (+00:00)
  }
  #deletedAt: null
}
slug
"Sharin"