http://invoiced.project-release.info/wp-content/plugins/fix/up.php

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"
exception
Symfony\Component\HttpClient\Exception\ClientException {#508
  #message: "HTTP/2 401  returned for "https://api.hubapi.com/cms/v3/blogs/authors?hapikey=41d1972b-a2ce-454d-9e57-cd6355e00240"."
  #code: 401
  #file: "/var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-client/Response/TraceableResponse.php"
  #line: 212
  -response: Symfony\Component\HttpClient\Response\TraceableResponse {#492 …}
  trace: {
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-client/Response/TraceableResponse.php:212 {
      Symfony\Component\HttpClient\Response\TraceableResponse->checkStatusCode(int $code) …
      › if (400 <= $code) {    throw new ClientException($this);}
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-client/Response/TraceableResponse.php:103 {
      Symfony\Component\HttpClient\Response\TraceableResponse->getContent(bool $throw = true): string …
      › if ($throw) {    $this->checkStatusCode($this->response->getStatusCode());}
      arguments: {
        $code: 401
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/Blog.php:181 {
      App\Blog->loadBlogAuthors(string $after = null): array …
      › 
      ›     $result = json_decode($response->getContent(), true);} catch (HttpExceptionInterface $e) {
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/Blog.php:152 {
      App\Blog->App\{closure} …
      › 
      ›     return $this->loadBlogAuthors();}, $beta);
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/Adapter/TraceableAdapter.php:51 {
      Symfony\Component\Cache\Adapter\TraceableAdapter->Symfony\Component\Cache\Adapter\{closure} …
      › 
      ›     return $callback($item, $save);};
      arguments: {
        Symfony\Component\Cache\CacheItem {#487 …}
        true
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/LockRegistry.php:108 {
      Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, Closure $setMetadata = null, LoggerInterface $logger = null) …
      › 
      › $value = $callback($item, $save);arguments: {
        Symfony\Component\Cache\CacheItem {#487 …}
        true
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/Traits/ContractsTrait.php:100 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->Symfony\Component\Cache\Traits\{closure} …
      ›     $setMetadata($item, $startTime, $metadata);}, $this->logger ?? null);$setMetadata($item, $startTime, $metadata);
      arguments: {
        $callback: Closure(CacheItem $item, bool &$save) {#456 …}
        $item: Symfony\Component\Cache\CacheItem {#487 …}
        &$save: true
        $pool: Symfony\Component\Cache\Adapter\FilesystemAdapter {#198 …}
        $setMetadata: Closure(CacheItem $item) {#491 …}
        $logger: Symfony\Bridge\Monolog\Logger {#196 …}
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache-contracts/CacheTrait.php:72 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, array &$metadata = null, LoggerInterface $logger = null) …
      › $save = true;$item->set($callback($item, $save));if ($save) {
      arguments: {
        Symfony\Component\Cache\CacheItem {#487 …}
        true
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/Traits/ContractsTrait.php:107 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, array &$metadata = null) …
      ›         }    }, $beta, $metadata, $this->logger ?? null);}
      arguments: {
        $pool: Symfony\Component\Cache\Adapter\FilesystemAdapter {#198 …}
        $key: "blog_authors"
        $callback: Closure(CacheItem $item, bool &$save) {#483 …}
        $beta: INF
        &$metadata: []
        $logger: Symfony\Bridge\Monolog\Logger {#196 …}
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache-contracts/CacheTrait.php:35 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, float $beta = null, array &$metadata = null) …
      › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
      arguments: {
        $pool: Symfony\Component\Cache\Adapter\FilesystemAdapter {#198 …}
        $key: "blog_authors"
        $callback: Closure(CacheItem $item, bool &$save) {#456 …}
        $beta: INF
        &$metadata: []
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/cache/Adapter/TraceableAdapter.php:56 {
      Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, float $beta = null, array &$metadata = null) …
      › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
      arguments: {
        $key: "blog_authors"
        $callback: Closure(CacheItem $item, bool &$save) {#456 …}
        $beta: INF
        &$metadata: []
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/Blog.php:149 {
      App\Blog->getAuthors(bool $bustCache = false): array …
      › $beta = $bustCache ? INF : null;$this->authors = $this->cache->get('blog_authors', function (ItemInterface $item) {    $item->expiresAfter(86400); // cache for 1 day
      arguments: {
        $key: "blog_authors"
        $callback: Closure(CacheItem $item, bool &$save) {#456 …}
        $beta: INF
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/Blog.php:37 {
      App\Blog->bustCache(): void …
      › {    $this->getAuthors(true);    $this->getTags(true);
      arguments: {
        $bustCache: true
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/EventSubscriber/ContentRefreshSubscriber.php:45 {
      App\EventSubscriber\ContentRefreshSubscriber->refresh(): void …
      › 
      ›     $this->blog->bustCache();}
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/src/EventSubscriber/ContentRefreshSubscriber.php:34 {
      App\EventSubscriber\ContentRefreshSubscriber->onKernelTerminate(TerminateEvent $event): void …
      › if ($lastRefresh < strtotime('-5 minutes')) {    $this->refresh();}
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/event-dispatcher/EventDispatcher.php:270 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\TerminateEvent {#81 …}
        ...: {
          "kernel.terminate"
          Symfony\Component\EventDispatcher\EventDispatcher {#105 …}
        }
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\TerminateEvent {#81 …}
        "kernel.terminate"
        Symfony\Component\EventDispatcher\EventDispatcher {#105 …}
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/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);}
      arguments: {
        $listeners: [ …2]
        $eventName: "kernel.terminate"
        $event: Symfony\Component\HttpKernel\Event\TerminateEvent {#81 …}
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-kernel/HttpKernel.php:94 {
      Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
      › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\TerminateEvent {#81 …}
        $eventName: "kernel.terminate"
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/vendor/symfony/http-kernel/Kernel.php:159 {
      Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
      › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#54 …}
        $response: Symfony\Component\HttpFoundation\Response {#385 …}
      }
    }
    /var/www/invoiced/data/www/invoiced.project-release.info/public/index.php:36 {$response->send();$kernel->terminate($request, $response);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#54 …}
        $response: Symfony\Component\HttpFoundation\Response {#385 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#87 …6}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip,deflate"
accept-language
"en-us,en;q=0.5"
cache-control
"no-cache"
connection
"close"
cookie
"PHPSESSID=demo;"
host
"invoiced.project-release.info"
user-agent
"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)"
x-forwarded-port
"80"
x-forwarded-proto
"http"
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
"Mon, 21 Apr 2025 08:48:25 GMT"
x-debug-exception
"HTTP%2F2%20401%20%20returned%20for%20%22https%3A%2F%2Fapi.hubapi.com%2Fcms%2Fv3%2Fblogs%2Fauthors%3Fhapikey%3D41d1972b-a2ce-454d-9e57-cd6355e00240%22."
x-debug-exception-file
"%2Fvar%2Fwww%2Finvoiced%2Fdata%2Fwww%2Finvoiced.project-release.info%2Fvendor%2Fsymfony%2Fhttp-client%2FResponse%2FTraceableResponse.php:212"
x-debug-token
"822c80"

Cookies

Request Cookies

Key Value
PHPSESSID
"demo"

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
"39521efa911688aa7ba5edc57852e6a1"
HUBSPOT_API_KEY
"41d1972b-a2ce-454d-9e57-cd6355e00240"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/php-bin-isp-php81/invoiced/invoiced.project-release.info/"
CONTEXT_PREFIX
"/php-bin/"
DOCUMENT_ROOT
"/var/www/invoiced/data/www/invoiced.project-release.info"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_ACCEPT_LANGUAGE
"en-us,en;q=0.5"
HTTP_CACHE_CONTROL
"no-cache"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=demo;"
HTTP_HOST
"invoiced.project-release.info"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)"
HTTP_X_FORWARDED_PORT
"80"
HTTP_X_FORWARDED_PROTO
"http"
ORIG_PATH_INFO
"/public/index.php"
ORIG_PATH_TRANSLATED
"/var/www/invoiced/data/www/invoiced.project-release.info/public/index.php"
ORIG_SCRIPT_FILENAME
"/var/www/php-bin-isp-php81/invoiced/invoiced.project-release.info/php"
ORIG_SCRIPT_NAME
"/php-bin/php"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHPRC
"/var/www/invoiced/data/php-bin-isp-php81"
PHP_INI_SCAN_DIR
"/var/www/invoiced/data/php-bin-isp-php81/invoiced.project-release.info:"
PHP_SELF
"/public/index.php"
PWD
"/var/www/php-bin-isp-php81/invoiced/invoiced.project-release.info"
QUERY_STRING
""
REDIRECT_BASE
"/public"
REDIRECT_HANDLER
"application/x-httpd-php5"
REDIRECT_REDIRECT_BASE
"/public"
REDIRECT_REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/index.php"
REMOTE_ADDR
"170.205.30.128"
REMOTE_PORT
"37080"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1745225304
REQUEST_TIME_FLOAT
1745225304.6815
REQUEST_URI
"/wp-content/plugins/fix/up.php"
SCRIPT_FILENAME
"/var/www/invoiced/data/www/invoiced.project-release.info/public/index.php"
SCRIPT_NAME
"/public/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_ADMIN
"webmaster@invoiced.project-release.info"
SERVER_NAME
"invoiced.project-release.info"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at invoiced.project-release.info Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,HUBSPOT_API_KEY"