https://uvdesk.macaitech.com/public/index.php/es/

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"
_stopwatch_token
"3b03c6"
exception
Doctrine\DBAL\Exception\ConnectionException {#1897
  #message: "An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'uvdesk'"
  #code: 0
  #file: "/srv/hosting/uvdesk/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
  #line: 112
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#1899 …}
  -driverException: Doctrine\DBAL\Driver\PDO\Exception {#1899 …}
  trace: {
    /srv/hosting/uvdesk/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112 {
      Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
      › case '2005':    return new ConnectionException($message, $exception);}
    /srv/hosting/uvdesk/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
      Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
      › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
    }
    /srv/hosting/uvdesk/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
      Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
      › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
    }
    /srv/hosting/uvdesk/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
      Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
      › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
    }
    /srv/hosting/uvdesk/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
      Doctrine\DBAL\Connection->connect() …
      › 
      › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
    /srv/hosting/uvdesk/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1952 {
      Doctrine\DBAL\Connection->getWrappedConnection() …
      › {    $this->connect();}
    /srv/hosting/uvdesk/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1290 {
      Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null) …
      › 
      › $connection = $this->getWrappedConnection();}
    /srv/hosting/uvdesk/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:776 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
      › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
    /srv/hosting/uvdesk/vendor/doctrine/orm/src/EntityRepository.php:241 {
      Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
      › 
      ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
    }
    /srv/hosting/uvdesk/vendor/doctrine/orm/src/EntityRepository.php:368 {
      Doctrine\ORM\EntityRepository->resolveMagicCall(string $method, string $by, array $arguments) …
      › 
      ›     return $this->$method([$fieldName => $arguments[0]], ...array_slice($arguments, 1));}
    }
    /srv/hosting/uvdesk/vendor/doctrine/orm/src/EntityRepository.php:276 {
      Doctrine\ORM\EntityRepository->__call($method, $arguments) …
      › if (str_starts_with($method, 'findOneBy')) {    return $this->resolveMagicCall('findOneBy', substr($method, 9), $arguments);}
    }
    /srv/hosting/uvdesk/vendor/uvdesk/support-center-bundle/Controller/Website.php:40 {
      Webkul\UVDesk\SupportCenterBundle\Controller\Website->isKnowledgebaseActive() …
      › $entityManager = $this->getDoctrine()->getManager();$website = $entityManager->getRepository(CoreEntites\Website::class)->findOneByCode('knowledgebase');}
    /srv/hosting/uvdesk/vendor/uvdesk/support-center-bundle/Controller/Website.php:55 {
      Webkul\UVDesk\SupportCenterBundle\Controller\Website->home(Request $request) …
      › {    $this->isKnowledgebaseActive();}
    /srv/hosting/uvdesk/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);}
    /srv/hosting/uvdesk/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) {
    }
    /srv/hosting/uvdesk/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 {
    }
    /srv/hosting/uvdesk/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /srv/hosting/uvdesk/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /srv/hosting/uvdesk/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/srv/hosting/uvdesk/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#61 …9}

Request Headers

Header Value
accept
"text/html;q=0.95,text/*;q=0.9,*/*;q=0.8"
accept-encoding
"gzip,deflate"
authorization
""
connection
"Keep-Alive"
from
"tech@babbar.tech"
host
"uvdesk.macaitech.com"
user-agent
"Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)"
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
"Sun, 21 Jun 2026 14:04:09 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20in%20driver%3A%20SQLSTATE%5BHY000%5D%20%5B1049%5D%20Unknown%20database%20%27uvdesk%27"
x-debug-exception-file
"%2Fsrv%2Fhosting%2Fuvdesk%2Fvendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDriver%2FAbstractMySQLDriver.php:112"
x-debug-token
"a29595"

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:44
[
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 87
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/srv/hosting/uvdesk/public/index.php"
    "line" => 5
    "args" => [
      "/srv/hosting/uvdesk/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"YOUR_APP_SECRET"
DATABASE_URL
"mysql://uvdesk:UvD3sk-Macai@127.0.0.1:3306/uvdesk"
GOOGLE_RECAPTCHA_SECRET
""
GOOGLE_RECAPTCHA_SITE_KEY
""
MAILER_URL
"null://localhost"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/srv/hosting/uvdesk"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/srv/hosting/uvdesk"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"text/html;q=0.95,text/*;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"Keep-Alive"
HTTP_FROM
"tech@babbar.tech"
HTTP_HOST
"uvdesk.macaitech.com"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PATH_INFO
"/es/"
PATH_TRANSLATED
"/srv/hosting/uvdesk/es/"
PHP_SELF
"/public/index.php/es/"
QUERY_STRING
""
REMOTE_ADDR
"217.113.194.206"
REMOTE_PORT
"9489"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1782050648
REQUEST_TIME_FLOAT
1782050648.7051
REQUEST_URI
"/public/index.php/es/"
SCRIPT_FILENAME
"/srv/hosting/uvdesk/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://uvdesk.macaitech.com/public/index.php/es/"
SCRIPT_URL
"/public/index.php/es/"
SERVER_ADDR
"107.191.102.66"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"uvdesk.macaitech.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SSL_TLS_SNI
"uvdesk.macaitech.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_URL,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 83268f)

Key Value
_controller
"Webkul\UVDesk\SupportCenterBundle\Controller\Website::home"
_firewall_context
"security.firewall.map.context.customer"
_locale
"es"
_remove_csp_headers
true
_route
"helpdesk_knowledgebase"
_route_params
[
  "_locale" => "es"
]
_security_firewall_run
"_security_customer"
_stopwatch_token
"3483e9"