https://beehive.zaw.uni-heidelberg.de/dev/info/1038

ApiaryController :: info

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\ApiaryController::info"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"PapyrillioBeehive_ApiaryCorrectionInfo"
_route_params
[
  "id" => "1038"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"9cbd8e"
id
"1038"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br"
amp-cache-transform
"google;v="1..8""
connection
"keep-alive"
from
"googlebot(at)googlebot.com"
host
"beehive.zaw.uni-heidelberg.de"
user-agent
"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
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, 13 Jan 2025 02:27:13 GMT"
vary
"Accept"
x-debug-exception
"Warning%3A%20mb_strpos%28%29%20expects%20parameter%201%20to%20be%20string%2C%20object%20given"
x-debug-exception-file
"%2Fvar%2Fwww%2Fbeehive_dev%2Fsrc%2FEntity%2FCorrection.php:93"
x-debug-token
"9e87f6"
x-debug-token-link
"https://beehive.zaw.uni-heidelberg.de/dev/_profiler/2154ba"
x-previous-debug-token
"2154ba"
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
"edfaf7cdf1161e34998cc41d476ee7ae"
DATABASE_URL
"mysql://beehive_dev:papy@localhost:3306/beehive_dev?serverVersion=15&charset=utf8"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/beehive_dev/public"
CONTEXT_PREFIX
"/dev"
DOCUMENT_ROOT
"/var/www/beehive/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_AMP_CACHE_TRANSFORM
"google;v="1..8""
HTTP_CONNECTION
"keep-alive"
HTTP_FROM
"googlebot(at)googlebot.com"
HTTP_HOST
"beehive.zaw.uni-heidelberg.de"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/dev/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://beehive.zaw.uni-heidelberg.de/dev/info/1038"
REDIRECT_SCRIPT_URL
"/dev/info/1038"
REDIRECT_SSL_TLS_SNI
"beehive.zaw.uni-heidelberg.de"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/dev/info/1038"
REMOTE_ADDR
"66.249.66.39"
REMOTE_PORT
"41190"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1736735232
REQUEST_TIME_FLOAT
1736735232.901
REQUEST_URI
"/dev/info/1038"
SCRIPT_FILENAME
"/var/www/beehive_dev/public/index.php"
SCRIPT_NAME
"/dev/index.php"
SCRIPT_URI
"https://beehive.zaw.uni-heidelberg.de/dev/info/1038"
SCRIPT_URL
"/dev/info/1038"
SERVER_ADDR
"192.168.145.18"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"beehive.zaw.uni-heidelberg.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.41 (Ubuntu) Server at beehive.zaw.uni-heidelberg.de Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.41 (Ubuntu)"
SSL_TLS_SNI
"beehive.zaw.uni-heidelberg.de"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"

Sub Requests 1

ErrorController (token = 2154ba)

Key Value
_controller
"error_controller"
_stopwatch_token
"25eafa"
exception
ErrorException {#682
  #message: "Warning: mb_strpos() expects parameter 1 to be string, object given"
  #code: 0
  #file: "/var/www/beehive_dev/src/Entity/Correction.php"
  #line: 93
  #severity: E_WARNING
  trace: {
    /var/www/beehive_dev/src/Entity/Correction.php:93 {
      App\Entity\Correction::decode4ByteUnicode($string) …
      › foreach(self::$ENCODE as $character => $code){  if(mb_strpos($string, $code) !== FALSE){    $string = mb_ereg_replace($code, $character, $string);
    }
    /var/www/beehive_dev/src/Entity/Correction.php:70 {
      App\Entity\Correction::decode4Byte($data) …
      › foreach($data as $key => $value){  $data[$key] = self::decode4ByteUnicode($value);}
    }
    /var/www/beehive_dev/src/Entity/Log.php:31 {
      App\Entity\Log->decode() …
      › public function decode(){  $this->data = Correction::decode4Byte($this->data);}
    }
    /var/www/beehive_dev/vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php:83 {
      Doctrine\ORM\Event\ListenersInvoker->invoke(ClassMetadata $metadata, $eventName, $entity, EventArgs $event, $invoke) …
      › foreach ($metadata->lifecycleCallbacks[$eventName] as $callback) {    $entity->$callback($event);}
    }
    /var/www/beehive_dev/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php:67 {
      Doctrine\ORM\Internal\HydrationCompleteHandler->hydrationComplete(): void …
      › $this->listenersInvoker->invoke(    $class,    Events::postLoad,
    }
    /var/www/beehive_dev/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:3715 {
      Doctrine\ORM\UnitOfWork->hydrationComplete() …
      › {    $this->hydrationCompleteHandler->hydrationComplete();}
    }
    /var/www/beehive_dev/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php:130 {
      Doctrine\ORM\Internal\Hydration\ObjectHydrator->cleanup() …
      › 
      ›     $this->_uow->hydrationComplete();}
    }
    /var/www/beehive_dev/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php:272 {
      Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
      › } finally {    $this->cleanup();}
    }
    /var/www/beehive_dev/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1225 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
      › 
      › $data = $this->_em->newHydrator($this->_hydrationMode)->hydrateAll($stmt, $rsm, $this->_hints);}
    /var/www/beehive_dev/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1166 {
      Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
    }
    /var/www/beehive_dev/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:901 {
      Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
      › {    return $this->execute(null, $hydrationMode);}
    }
    /var/www/beehive_dev/src/Repository/LogRepository.php:33 {
      App\Repository\LogRepository->getTaskLogs(Correction $correction) …
      ›     ->setParameter(2, $task->getId())    ->getResult());}
    }
    /var/www/beehive_dev/src/Controller/ApiaryController.php:117 {
      App\Controller\ApiaryController->info($id): Response …
      › $entityManager->getRepository(Log::class)->getLogs($correction),$entityManager->getRepository(Log::class)->getTaskLogs($correction));}
    /var/www/beehive_dev/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);}
    /var/www/beehive_dev/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) {
    }
    /var/www/beehive_dev/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 {
    }
    /var/www/beehive_dev/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#65 …9}