https://efinans.kulahcioglu.com/efinans/einvoice/create

InvoiceController :: create

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\InvoiceController::create"
_remove_csp_headers
true
_route
"efinans_einvoice_create"
_route_params
[]

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br"
accept-language
"en-US,en;q=0.5"
connection
"keep-alive"
content-length
""
content-type
""
host
"efinans.kulahcioglu.com"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
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
"Wed, 17 Sep 2025 16:18:20 GMT"
x-debug-exception
"Warning%3A%20count%28%29%3A%20Parameter%20must%20be%20an%20array%20or%20an%20object%20that%20implements%20Countable"
x-debug-exception-file
"%2Fhome%2Fkulahcioglu%2Fefinans%2Fsrc%2FController%2FInvoiceController.php:26"
x-debug-token
"9c7177"
x-debug-token-link
"https://efinans.kulahcioglu.com/_profiler/84ff29"
x-previous-debug-token
"84ff29"
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

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"5db00d896d6f940e327a1bb88e9d581c"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/kulahcioglu/efinans/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"efinans.kulahcioglu.com"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"47.128.118.197"
REMOTE_PORT
"17254"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1758125900
REQUEST_TIME_FLOAT
1758125900.1463
REQUEST_URI
"/efinans/einvoice/create"
SCRIPT_FILENAME
"/home/kulahcioglu/efinans/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"138.201.39.205"
SERVER_NAME
"efinans.kulahcioglu.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.14.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET"
USER
"www-data"

Sub Requests 1

ErrorController (token = 84ff29)

Key Value
_controller
"error_controller"
exception
ErrorException {#217
  #message: "Warning: count(): Parameter must be an array or an object that implements Countable"
  #code: 0
  #file: "/home/kulahcioglu/efinans/src/Controller/InvoiceController.php"
  #line: 26
  #severity: E_WARNING
  trace: {
    /home/kulahcioglu/efinans/src/Controller/InvoiceController.php:26 {
      App\Controller\InvoiceController->create(Request $request, InvoiceService $invoiceService) …
      › 
      › if (count($credentials) === 0) {    $this->json(['status' => false, 'message' => 'Mağaza kullanıcı bilgileri gereklidir.']);
    }
    /home/kulahcioglu/efinans/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 {#6 …}
        $invoiceService: App\Service\InvoiceService {#186 …}
      }
    }
    /home/kulahcioglu/efinans/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 {#6 …}
        $type: 1
      }
    }
    /home/kulahcioglu/efinans/vendor/symfony/http-kernel/Kernel.php:196 {
      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 {#6 …}
        $type: 1
        $catch: true
      }
    }
    /home/kulahcioglu/efinans/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#87 …6}