Doctrine\DBAL\Exception\ConnectionLost {#488 #message: "An exception occurred in the driver: SQLSTATE[HY000] [2006] MySQL server has gone away" #code: 2006 #file: "/usr/home/vhosts/voordeelbikes/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php" #line: 104 -previous: Doctrine\DBAL\Driver\PDO\Exception {#485 #message: "SQLSTATE[HY000] [2006] MySQL server has gone away" #code: 2006 #file: "/usr/home/vhosts/voordeelbikes/vendor/doctrine/dbal/src/Driver/PDO/Exception.php" #line: 28 -previous: PDOException {#486 #message: "SQLSTATE[HY000] [2006] MySQL server has gone away" #code: 2006 #file: "/usr/home/vhosts/voordeelbikes/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php" #line: 34 -previous: PDOException {#483 #message: "PDO::__construct(): Error while reading greeting packet. PID=80128" #code: 0 #file: "/usr/home/vhosts/voordeelbikes/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php" #line: 34 +errorInfo: null : { { Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(array $params) … ›$pdo = new PDO(
›$this->constructPdoDsn($safeParams),
›$params['user'] ?? '',
: { : "mysql:host=10.60.10.70;port=3306;dbname=voordeelbikes;charset=utf8mb4;" : "voordeelbikes" : "huiefHUO78903HOf!hio" : [] } } { Doctrine\DBAL\Connection->connect() … ›try {
›$this->_conn = $this->_driver->connect($this->params);
›} catch (Driver\Exception $e) {
: { : array:10 [ …10] } } { Doctrine\DBAL\Connection->getWrappedConnection() … › ›$this->connect();
› } { Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result … › ›$connection = $this->getWrappedConnection();
› } { Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) … ›{
›return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);
›}
: { : "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.meta_description AS meta_description_3, c0_.page_content AS page_content_4, c0_.page_content_below AS page_content_below_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.slug = ?" : array:1 [ …1] : array:1 [ …1] : null } } { Doctrine\ORM\Query->_doExecute() … › ›return $executor->execute($this->_em->getConnection(), $sqlParams, $types);
›}
: { : Doctrine\DBAL\Connection {#388 …} : array:1 [ …1] : array:1 [ …1] } } { Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) … › ›$stmt = $this->_doExecute();
› } { Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) … › ›return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
›}
: { : null : null } } { Doctrine\ORM\AbstractQuery->getOneOrNullResult($hydrationMode = null) … ›try {
›$result = $this->execute(null, $hydrationMode);
›} catch (NoResultException $e) {
: { : null : null } } { App\Repository\CategoryRepository->findBySlug(string $slug): Category … ›->getQuery()
›->getOneOrNullResult();
›}
} { App\Services\CategoryService->findCategoryBySlug(string $slug): Category … ›{
›$category = $this->categoryRepository->findBySlug($slug);
› : { : "fietsen" } } { App\Controller\CategoryController->categoryPage(Request $request, string $slug, int $page = 1): Response … ›try {
›$category = $this->categoryService->findCategoryBySlug($slug);
› : { : "fietsen" } } { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … ›// call controller
›$response = $controller(...$arguments);
› : { : Symfony\Component\HttpFoundation\Request {#4 …} : "fietsen" : 1 } } { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $this->handleRaw($request, $type);
›} catch (\Throwable $e) {
: { : Symfony\Component\HttpFoundation\Request {#4 …} : 1 } } { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $this->getHttpKernel()->handle($request, $type, $catch);
›} finally {
: { : Symfony\Component\HttpFoundation\Request {#4 …} : 1 : true } } { Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int … ›{
›$response = $this->kernel->handle($this->request);
›$response->send();
: { : Symfony\Component\HttpFoundation\Request {#4 …} } } { require_once … ›->getRunner($app)
›->run()
›);
} { › ›require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
› : { "/usr/home/vhosts/voordeelbikes/vendor/autoload_runtime.php" } } } } +errorInfo: array:3 [ 0 => "HY000" 1 => 2006 2 => "MySQL server has gone away" ] : { { Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(array $params) … ›$pdo = new PDO(
›$this->constructPdoDsn($safeParams),
›$params['user'] ?? '',
: { : "mysql:host=10.60.10.70;port=3306;dbname=voordeelbikes;charset=utf8mb4;" : "voordeelbikes" : "huiefHUO78903HOf!hio" : [] } } { Doctrine\DBAL\Connection->connect() … ›try {
›$this->_conn = $this->_driver->connect($this->params);
›} catch (Driver\Exception $e) {
: { : array:10 [ …10] } } { Doctrine\DBAL\Connection->getWrappedConnection() … › ›$this->connect();
› } { Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result … › ›$connection = $this->getWrappedConnection();
› } { Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) … ›{
›return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);
›}
: { : "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.meta_description AS meta_description_3, c0_.page_content AS page_content_4, c0_.page_content_below AS page_content_below_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.slug = ?" : array:1 [ …1] : array:1 [ …1] : null } } { Doctrine\ORM\Query->_doExecute() … › ›return $executor->execute($this->_em->getConnection(), $sqlParams, $types);
›}
: { : Doctrine\DBAL\Connection {#388 …} : array:1 [ …1] : array:1 [ …1] } } { Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) … › ›$stmt = $this->_doExecute();
› } { Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) … › ›return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
›}
: { : null : null } } { Doctrine\ORM\AbstractQuery->getOneOrNullResult($hydrationMode = null) … ›try {
›$result = $this->execute(null, $hydrationMode);
›} catch (NoResultException $e) {
: { : null : null } } { App\Repository\CategoryRepository->findBySlug(string $slug): Category … ›->getQuery()
›->getOneOrNullResult();
›}
} { App\Services\CategoryService->findCategoryBySlug(string $slug): Category … ›{
›$category = $this->categoryRepository->findBySlug($slug);
› : { : "fietsen" } } { App\Controller\CategoryController->categoryPage(Request $request, string $slug, int $page = 1): Response … ›try {
›$category = $this->categoryService->findCategoryBySlug($slug);
› : { : "fietsen" } } { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … ›// call controller
›$response = $controller(...$arguments);
› : { : Symfony\Component\HttpFoundation\Request {#4 …} : "fietsen" : 1 } } { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $this->handleRaw($request, $type);
›} catch (\Throwable $e) {
: { : Symfony\Component\HttpFoundation\Request {#4 …} : 1 } } { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $this->getHttpKernel()->handle($request, $type, $catch);
›} finally {
: { : Symfony\Component\HttpFoundation\Request {#4 …} : 1 : true } } { Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int … ›{
›$response = $this->kernel->handle($this->request);
›$response->send();
: { : Symfony\Component\HttpFoundation\Request {#4 …} } } { require_once … ›->getRunner($app)
›->run()
›);
} { › ›require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
› : { "/usr/home/vhosts/voordeelbikes/vendor/autoload_runtime.php" } } } } -sqlState: "HY000" : { { Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self … › ›return new self($exception->getMessage(), $sqlState, $code, $exception);
›}
} { Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(array $params) … ›} catch (PDOException $exception) {
›throw Exception::new($exception);
›}
: { : PDOException {#486} } } { Doctrine\DBAL\Connection->connect() … ›try {
›$this->_conn = $this->_driver->connect($this->params);
›} catch (Driver\Exception $e) {
: { : array:10 [ …10] } } { Doctrine\DBAL\Connection->getWrappedConnection() … › ›$this->connect();
› } { Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result … › ›$connection = $this->getWrappedConnection();
› } { Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) … ›{
›return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);
›}
: { : "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.meta_description AS meta_description_3, c0_.page_content AS page_content_4, c0_.page_content_below AS page_content_below_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.slug = ?" : array:1 [ …1] : array:1 [ …1] : null } } { Doctrine\ORM\Query->_doExecute() … › ›return $executor->execute($this->_em->getConnection(), $sqlParams, $types);
›}
: { : Doctrine\DBAL\Connection {#388 …} : array:1 [ …1] : array:1 [ …1] } } { Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) … › ›$stmt = $this->_doExecute();
› } { Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) … › ›return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
›}
: { : null : null } } { Doctrine\ORM\AbstractQuery->getOneOrNullResult($hydrationMode = null) … ›try {
›$result = $this->execute(null, $hydrationMode);
›} catch (NoResultException $e) {
: { : null : null } } { App\Repository\CategoryRepository->findBySlug(string $slug): Category … ›->getQuery()
›->getOneOrNullResult();
›}
} { App\Services\CategoryService->findCategoryBySlug(string $slug): Category … ›{
›$category = $this->categoryRepository->findBySlug($slug);
› : { : "fietsen" } } { App\Controller\CategoryController->categoryPage(Request $request, string $slug, int $page = 1): Response … ›try {
›$category = $this->categoryService->findCategoryBySlug($slug);
› : { : "fietsen" } } { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … ›// call controller
›$response = $controller(...$arguments);
› : { : Symfony\Component\HttpFoundation\Request {#4 …} : "fietsen" : 1 } } { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $this->handleRaw($request, $type);
›} catch (\Throwable $e) {
: { : Symfony\Component\HttpFoundation\Request {#4 …} : 1 } } { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $this->getHttpKernel()->handle($request, $type, $catch);
›} finally {
: { : Symfony\Component\HttpFoundation\Request {#4 …} : 1 : true } } { Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int … ›{
›$response = $this->kernel->handle($this->request);
›$response->send();
: { : Symfony\Component\HttpFoundation\Request {#4 …} } } { require_once … ›->getRunner($app)
›->run()
›);
} { › ›require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
› : { "/usr/home/vhosts/voordeelbikes/vendor/autoload_runtime.php" } } } } -query: null : { { Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException … ›case 2006:
›return new ConnectionLost($exception, $query);
› } { Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException … ›$this->exceptionConverter ??= $this->_driver->getExceptionConverter();
›$exception = $this->exceptionConverter->convert($driverException, $query);
› : { : Doctrine\DBAL\Driver\PDO\Exception {#485} : null } } { Doctrine\DBAL\Connection->convertException(Exception $e): DriverException … ›{
›return $this->handleDriverException($e, null);
›}
: { : Doctrine\DBAL\Driver\PDO\Exception {#485} : null } } { Doctrine\DBAL\Connection->connect() … ›} catch (Driver\Exception $e) {
›throw $this->convertException($e);
›}
: { : Doctrine\DBAL\Driver\PDO\Exception {#485} } } { Doctrine\DBAL\Connection->getWrappedConnection() … › ›$this->connect();
› } { Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result … › ›$connection = $this->getWrappedConnection();
› } { Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) … ›{
›return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);
›}
: { : "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.meta_description AS meta_description_3, c0_.page_content AS page_content_4, c0_.page_content_below AS page_content_below_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.slug = ?" : array:1 [ …1] : array:1 [ …1] : null } } { Doctrine\ORM\Query->_doExecute() … › ›return $executor->execute($this->_em->getConnection(), $sqlParams, $types);
›}
: { : Doctrine\DBAL\Connection {#388 …} : array:1 [ …1] : array:1 [ …1] } } { Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) … › ›$stmt = $this->_doExecute();
› } { Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) … › ›return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
›}
: { : null : null } } { Doctrine\ORM\AbstractQuery->getOneOrNullResult($hydrationMode = null) … ›try {
›$result = $this->execute(null, $hydrationMode);
›} catch (NoResultException $e) {
: { : null : null } } { App\Repository\CategoryRepository->findBySlug(string $slug): Category … ›->getQuery()
›->getOneOrNullResult();
›}
} { App\Services\CategoryService->findCategoryBySlug(string $slug): Category … ›{
›$category = $this->categoryRepository->findBySlug($slug);
› : { : "fietsen" } } { App\Controller\CategoryController->categoryPage(Request $request, string $slug, int $page = 1): Response … ›try {
›$category = $this->categoryService->findCategoryBySlug($slug);
› : { : "fietsen" } } { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … ›// call controller
›$response = $controller(...$arguments);
› : { : Symfony\Component\HttpFoundation\Request {#4 …} : "fietsen" : 1 } } { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $this->handleRaw($request, $type);
›} catch (\Throwable $e) {
: { : Symfony\Component\HttpFoundation\Request {#4 …} : 1 } } { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $this->getHttpKernel()->handle($request, $type, $catch);
›} finally {
: { : Symfony\Component\HttpFoundation\Request {#4 …} : 1 : true } } { Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int … ›{
›$response = $this->kernel->handle($this->request);
›$response->send();
: { : Symfony\Component\HttpFoundation\Request {#4 …} } } { require_once … ›->getRunner($app)
›->run()
›);
} { › ›require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
› : { "/usr/home/vhosts/voordeelbikes/vendor/autoload_runtime.php" } } } }
Onze excuses voor het ongemak. Er ging wat mis tijdens het verwerken van je aanvraag. Onze developers worden automatisch op de hoogte gebracht en gaan er mee aan de slag.