GIKUIN, the points system

GIKUIN is a virtual currency you can earn on the site for your active participation, recognized team play, knockout videos, or even hard-to-get relics. How you spend your collected GIKUIN is entirely up to you. Make your profile unique, boost your gaming channels with featured placement, reward individual high-quality creators—or… ah, we’ll just show you later… ;)

How can you rack up GIKUIN?

Through consistent activity

Team spirit
Team play

Visit the site daily, earn recognition with your high-quality, helpful posts, browse the news, stand out as an exceptional team player, or simply invite your friends to join.

With your outstanding teamwork

Helpfulness
Kindness

Help your team secure the win, communicate the way you’d expect from others, and share tips with less experienced teammates. If you keep these in mind, you can expect an excellent rating—and the GIKUIN that comes with it.

With your drive for perfection

Determination
Hunting

If you’re into more than just the main story—collecting, secret levels, extreme challenges—and you love when PS trophies pop, Xbox GamerScore chimes, or Steam achievements hit 100%, we’ll go further: we’ll reward your persistence with GIKUIN.

Why keep your pockets stacked with GIKUIN?

Don’t leave success to chance

Content creation
Quality

If you’ve been dreaming of launching a video career, highlight one of your channels so it can reach as many people as possible, and choose from our premium backgrounds and ad copy.

You can support others’ efforts

Recognition
Encouragement

If you find other players’ videos useful, entertaining, or simply high-quality, show your appreciation with GIKUIN as well.

Make your profile unique

Diversity
Individuality

Browse the rarest, most striking avatars and avatar frames, and make your profile stand out from the crowd.

What earns GIKUIN? / GIKUIN reward amount
Diamond 1490 HUF/mth Select this plan
Master 2490 HUF/mth Select this plan
Legend 2990 HUF/mth Select this plan
Daily login
5
10
25
Average teammate rating
2
4
10
Friend invite
50
100
250
News read
1 /hír
2 /hír
5 /hír
Post likes received
2
4
10
Find Teammates
5
10
25
Steam achievement rarity: 5% - 20%
5
15
Steam achievement rarity: 0% –5%
10
30
Xbox GamerScore rarity: 5% - 20%
5
15
Xbox GamerScore rarity: 0% - 5%
10
30

F.A.Q.

Frequently Asked Questions – the things people ask most. 😉

Yes. You can cancel your subscription any time from your account settings in just a few clicks. After you cancel:

  • You won’t be charged again.
    Our payment system (handled by Stripe) immediately stops future recurring charges, so you won’t be billed for the next cycle.

  • You keep your benefits until the end of the current billing period.
    Premium features (like advanced stat-based search, boosted visibility, etc.) stay active until the end of your already-paid subscription period. After that, your account automatically switches back to the free plan.

Important: canceling does not delete your profile — it only turns off the paid plan. If you want to upgrade again later, you can reactivate premium anytime. 💙

Right now, GIKU shows detailed player stats (win rate, K/D, in-game rank, hours played, etc.) for the games where we officially have access to that data. It’s “only” around 10 games at the moment because:

  1. Not every game lets us access player stats.
    A lot of games don’t have a public, freely available API. That means we can’t just “pull your profile” — we need permission.

  2. We need to work directly with the developers/publisher.
    For most titles we have to become an official partner, sign agreements, get technical access, and make sure we’re compliant with data protection rules. That process is different for every game and it takes time.

  3. We only ship what we can keep stable.
    We don’t want half-working or disappearing stats. We’d rather support fewer games but provide accurate, up-to-date data you can actually use to filter for teammates.

Important: we’re constantly expanding this list.
Our goal is to support as many games as possible, on every platform (PC, Xbox, PlayStation, Nintendo, mobile), and let you search for teammates based on real in-game performance. We’re rolling this out game by game.

Yes. We’re continuously adding new games to the platform, and more titles will become available over time.

If there’s a game you’re missing, let us know (here or through any of our contact channels) — that helps us decide what to add next. 💙

We’re working on it. To display PlayStation trophies (and each game’s full trophy list) on GIKU, we need official partner access from Sony. That access has to be approved so we’re allowed to request and show that data.

As soon as that approval goes through, we’ll make PlayStation trophies available on your profile and on game pages.

Short version: we want it, we’re on it, and once Sony says yes, it’s coming. 💙

Loading…
Loading the web debug toolbar…
Attempt #
unlink(): Argument #1 ($filename) must not contain any null bytes (500 Internal Server Error)

Symfony Exception

ValueError

HTTP 500 Internal Server Error

unlink(): Argument #1 ($filename) must not contain any null bytes

Exception

ValueError

  1. if ($csvTime >= $minimalProfileTimestamp) {
  2. break;
  3. }
  4. @unlink($this->getFilename($csvToken));
  5. $offset += \strlen($line);
  6. }
  7. fclose($handle);
  8. file_put_contents($file.'.offset', $offset);
  1. if ($csvTime >= $minimalProfileTimestamp) {
  2. break;
  3. }
  4. @unlink($this->getFilename($csvToken));
  5. $offset += \strlen($line);
  6. }
  7. fclose($handle);
  8. file_put_contents($file.'.offset', $offset);
  1. $profile->getVirtualType() ?? 'request',
  2. ], ',', '"', '\\');
  3. fclose($file);
  4. if (1 === mt_rand(1, 10)) {
  5. $this->removeExpiredProfiles();
  6. }
  7. }
  8. return true;
  9. }
  1. if ($collector instanceof LateDataCollectorInterface) {
  2. $collector->lateCollect();
  3. }
  4. }
  5. if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
  6. $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  7. }
  8. return $ret;
  9. }
  1. }
  2. }
  3. // save profiles
  4. foreach ($this->profiles as $request) {
  5. $this->profiler->saveProfile($this->profiles[$request]);
  6. }
  7. $this->profiles = new \SplObjectStorage();
  8. $this->parents = new \SplObjectStorage();
  9. }
  1. $this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
  2. $e = $this->stopwatch->start($this->name, 'event_listener');
  3. try {
  4. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
  5. } finally {
  6. if ($e->isStarted()) {
  7. $e->stop();
  8. }
  9. }
  1. foreach ($listeners as $listener) {
  2. if ($stoppable && $event->isPropagationStopped()) {
  3. break;
  4. }
  5. $listener($event, $eventName, $this);
  6. }
  7. }
  8. /**
  9. * Sorts the internal list of listeners for the given event by priority.
  1. } else {
  2. $listeners = $this->getListeners($eventName);
  3. }
  4. if ($listeners) {
  5. $this->callListeners($listeners, $eventName, $event);
  6. }
  7. return $event;
  8. }
  1. try {
  2. $this->beforeDispatch($eventName, $event);
  3. try {
  4. $e = $this->stopwatch->start($eventName, 'section');
  5. try {
  6. $this->dispatcher->dispatch($event, $eventName);
  7. } finally {
  8. if ($e->isStarted()) {
  9. $e->stop();
  10. }
  11. }
  1. public function terminate(Request $request, Response $response): void
  2. {
  3. try {
  4. $this->terminating = true;
  5. $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
  6. } finally {
  7. $this->terminating = false;
  8. }
  9. }
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 145)
  1. if (false === $this->booted) {
  2. return;
  3. }
  4. if ($this->getHttpKernel() instanceof TerminableInterface) {
  5. $this->getHttpKernel()->terminate($request, $response);
  6. }
  7. }
  8. public function shutdown(): void
  9. {
  1. } else {
  2. $response->send();
  3. }
  4. if ($this->kernel instanceof TerminableInterface) {
  5. $this->kernel->terminate($this->request, $response);
  6. }
  7. return 0;
  8. }
  9. }
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/home/giku/vendor/autoload_runtime.php') in public_html/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs 1

Level Channel Message
INFO 07:07:59 request Matched route "app_website_gikuin".
{
    "route": "app_website_gikuin",
    "route_parameters": {
        "_route": "app_website_gikuin",
        "_controller": "App\\Controller\\WebController::WebsiteGikuin",
        "_locale": "en"
    },
    "request_uri": "https://giku.bizdorado.com/en/website-gikuin",
    "method": "GET"
}
DEBUG 07:07:59 security Checking for authenticator support.
{
    "firewall_name": "main",
    "authenticators": 4
}
DEBUG 07:07:59 security Checking support on authenticator.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 07:07:59 security Authenticator does not support the request.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 07:07:59 security Checking support on authenticator.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 07:07:59 security Authenticator does not support the request.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 07:07:59 security Checking support on authenticator.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 07:07:59 security Authenticator does not support the request.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 07:07:59 security Checking support on authenticator.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 07:07:59 security Authenticator does not support the request.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "App\EventSubscriber\RegistrationFlowSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\RegistrationFlowSubscriber::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "App\EventListener\ActivityEventListener::onRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventListener\\ActivityEventListener::onRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest"
}
DEBUG 07:07:59 event Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
}
DEBUG 07:07:59 event Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController"
}
DEBUG 07:07:59 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 07:07:59 event Notified event "kernel.controller" to listener "App\EventListener\ActivityEventListener::onController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\ActivityEventListener::onController"
}
DEBUG 07:07:59 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 07:07:59 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 07:07:59 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 07:07:59 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 07:07:59 event Notified event "kernel.controller_arguments" to listener "ContainerAEF45aO\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerAEF45aO\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
DEBUG 07:07:59 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
INFO 07:07:59 deprecation User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "5.7.40" instead of "5.7". (AbstractMySQLDriver.php:102 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
{
    "exception": {}
}
INFO 07:07:59 doctrine Connecting with parameters {params}
{
    "params": {
        "dbname": "giku_giku_demo",
        "host": "127.0.0.1",
        "port": 3306,
        "user": "giku_giku_demo",
        "password": "<redacted>",
        "driver": "pdo_mysql",
        "charset": "utf8mb4",
        "use_savepoints": true,
        "idle_connection_ttl": 600,
        "driverOptions": [],
        "serverVersion": "5.7",
        "defaultTableOptions": []
    }
}
DEBUG 07:07:59 doctrine Executing query: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.username AS username_4, u0_.image AS image_5, u0_.image_changed AS image_changed_6, u0_.image_frame AS image_frame_7, u0_.cover AS cover_8, u0_.birthday AS birthday_9, u0_.gender AS gender_10, u0_.balance AS balance_11, u0_.views AS views_12, u0_.visibility AS visibility_13, u0_.country AS country_14, u0_.languages AS languages_15, u0_.completed_registration_steps AS completed_registration_steps_16, u0_.about_me AS about_me_17, u0_.has_microphone AS has_microphone_18, u0_.microphone AS microphone_19, u0_.full_name AS full_name_20, u0_.notification_settings AS notification_settings_21, u0_.bonus_used AS bonus_used_22, u0_.newsletter AS newsletter_23, u0_.last_activity_at AS last_activity_at_24, u0_.facebook_id AS facebook_id_25, u0_.google_id AS google_id_26, u0_.twitch_id AS twitch_id_27, u0_.banned_at AS banned_at_28, u0_.banned_time AS banned_time_29, u0_.chat_auth_token AS chat_auth_token_30, u0_.xp AS xp_31, u0_.next_level_xp AS next_level_xp_32, u0_.is_verified AS is_verified_33, u0_.days_spent_gaming AS days_spent_gaming_34, u0_.hours_spent_gaming AS hours_spent_gaming_35, u0_.last_login AS last_login_36, u0_.stripe_customer_id AS stripe_customer_id_37, u0_.last_visited_at AS last_visited_at_38, u0_.last_email_sent_at AS last_email_sent_at_39, u0_.subscription_level AS subscription_level_40, u0_.level AS level_41, u0_.enabled AS enabled_42, u0_.deleted AS deleted_43, u0_.old_user AS old_user_44, u0_.invite_email_sent AS invite_email_sent_45, u0_.rating AS rating_46, u0_.new_rating AS new_rating_47, u0_.last_login_track_date AS last_login_track_date_48, u0_.last_news_track_date AS last_news_track_date_49, u0_.news_data AS news_data_50, u0_.last_youtube_parse AS last_youtube_parse_51, u0_.steam_id AS steam_id_52, u0_.xbox_id AS xbox_id_53, u0_.ps_id AS ps_id_54, u0_.epic_name AS epic_name_55, u0_.last_points AS last_points_56, u0_.last_placement AS last_placement_57, u0_.marvelrivals_name AS marvelrivals_name_58, u0_.origin_id AS origin_id_59, u0_.wot_name AS wot_name_60, u0_.pubg_name AS pubg_name_61, u0_.locale AS locale_62, u0_.last_search_date AS last_search_date_63, u0_.daily_search AS daily_search_64, u0_.last_search_date_gikuin AS last_search_date_gikuin_65, u0_.daily_search_gikuin AS daily_search_gikuin_66, u0_.reset_token AS reset_token_67, u0_.reset_token_expires_at AS reset_token_expires_at_68, u0_.deleted_at AS deleted_at_69, u0_.created_at AS created_at_70, u0_.updated_at AS updated_at_71, u0_.bonus_id AS bonus_id_72, u0_.selected_avatar_id AS selected_avatar_id_73, u0_.selected_border_id AS selected_border_id_74, u0_.xp_range_id AS xp_range_id_75 FROM `user` u0_
{
    "sql": "SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.username AS username_4, u0_.image AS image_5, u0_.image_changed AS image_changed_6, u0_.image_frame AS image_frame_7, u0_.cover AS cover_8, u0_.birthday AS birthday_9, u0_.gender AS gender_10, u0_.balance AS balance_11, u0_.views AS views_12, u0_.visibility AS visibility_13, u0_.country AS country_14, u0_.languages AS languages_15, u0_.completed_registration_steps AS completed_registration_steps_16, u0_.about_me AS about_me_17, u0_.has_microphone AS has_microphone_18, u0_.microphone AS microphone_19, u0_.full_name AS full_name_20, u0_.notification_settings AS notification_settings_21, u0_.bonus_used AS bonus_used_22, u0_.newsletter AS newsletter_23, u0_.last_activity_at AS last_activity_at_24, u0_.facebook_id AS facebook_id_25, u0_.google_id AS google_id_26, u0_.twitch_id AS twitch_id_27, u0_.banned_at AS banned_at_28, u0_.banned_time AS banned_time_29, u0_.chat_auth_token AS chat_auth_token_30, u0_.xp AS xp_31, u0_.next_level_xp AS next_level_xp_32, u0_.is_verified AS is_verified_33, u0_.days_spent_gaming AS days_spent_gaming_34, u0_.hours_spent_gaming AS hours_spent_gaming_35, u0_.last_login AS last_login_36, u0_.stripe_customer_id AS stripe_customer_id_37, u0_.last_visited_at AS last_visited_at_38, u0_.last_email_sent_at AS last_email_sent_at_39, u0_.subscription_level AS subscription_level_40, u0_.level AS level_41, u0_.enabled AS enabled_42, u0_.deleted AS deleted_43, u0_.old_user AS old_user_44, u0_.invite_email_sent AS invite_email_sent_45, u0_.rating AS rating_46, u0_.new_rating AS new_rating_47, u0_.last_login_track_date AS last_login_track_date_48, u0_.last_news_track_date AS last_news_track_date_49, u0_.news_data AS news_data_50, u0_.last_youtube_parse AS last_youtube_parse_51, u0_.steam_id AS steam_id_52, u0_.xbox_id AS xbox_id_53, u0_.ps_id AS ps_id_54, u0_.epic_name AS epic_name_55, u0_.last_points AS last_points_56, u0_.last_placement AS last_placement_57, u0_.marvelrivals_name AS marvelrivals_name_58, u0_.origin_id AS origin_id_59, u0_.wot_name AS wot_name_60, u0_.pubg_name AS pubg_name_61, u0_.locale AS locale_62, u0_.last_search_date AS last_search_date_63, u0_.daily_search AS daily_search_64, u0_.last_search_date_gikuin AS last_search_date_gikuin_65, u0_.daily_search_gikuin AS daily_search_gikuin_66, u0_.reset_token AS reset_token_67, u0_.reset_token_expires_at AS reset_token_expires_at_68, u0_.deleted_at AS deleted_at_69, u0_.created_at AS created_at_70, u0_.updated_at AS updated_at_71, u0_.bonus_id AS bonus_id_72, u0_.selected_avatar_id AS selected_avatar_id_73, u0_.selected_border_id AS selected_border_id_74, u0_.xp_range_id AS xp_range_id_75 FROM `user` u0_"
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "1"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "1"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "2"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "2"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?)",
    "params": {
        "1": 14
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "3"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "3"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "4"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "4"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "5"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "5"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "12"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "12"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "13"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "13"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?, ?)",
    "params": {
        "1": 156,
        "2": 62
    },
    "types": {
        "1": 1,
        "2": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "14"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "14"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "15"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "15"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "16"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "16"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "17"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "17"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "18"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "18"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?, ?)",
    "params": {
        "1": 36,
        "2": 45
    },
    "types": {
        "1": 1,
        "2": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "19"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "19"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?)",
    "params": {
        "1": 43
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "20"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "20"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "21"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "21"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.image AS image_2, t0.type AS type_3, t0.price AS price_4, t0.active AS active_5, t0.buyable AS buyable_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avatar t0 WHERE t0.id IN (?, ?)",
    "params": {
        "1": 20,
        "2": 54
    },
    "types": {
        "1": 1,
        "2": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "22"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "22"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "23"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "23"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "24"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "24"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.refresh_token AS refresh_token_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.owner_id AS owner_id_6 FROM user_youtube t0 WHERE t0.owner_id = ?",
    "params": {
        "1": "25"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 doctrine Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.platform AS platform_2, t0.platform_name AS platform_name_3, t0.game_name AS game_name_4, t0.tag_line AS tag_line_5, t0.summoner_id AS summoner_id_6, t0.puuid AS puuid_7, t0.profile_icon_id AS profile_icon_id_8, t0.summoner_level AS summoner_level_9, t0.synced_at AS synced_at_10, t0.ranked_stats AS ranked_stats_11, t0.user_id AS user_id_12 FROM riot_account t0 WHERE t0.user_id = ?",
    "params": {
        "1": "25"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:07:59 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 07:08:00 doctrine Executing query: SELECT t0.id AS id_1, t0.abilities AS abilities_2, t0.limits AS limits_3, t0.price AS price_4, t0.duration AS duration_5, t0.image AS image_6, t0.position AS position_7, t0.key AS key_8, t0.popular AS popular_9, t0.level AS level_10, t0.sale AS sale_11, t0.sale_price AS sale_price_12, t0.sale_from AS sale_from_13, t0.sale_to AS sale_to_14, t0.active AS active_15, t0.sort AS sort_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.created_by_id AS created_by_id_19, t0.updated_by_id AS updated_by_id_20, t0.deleted_by_id AS deleted_by_id_21 FROM subscription_plan t0 ORDER BY t0.sort ASC
{
    "sql": "SELECT t0.id AS id_1, t0.abilities AS abilities_2, t0.limits AS limits_3, t0.price AS price_4, t0.duration AS duration_5, t0.image AS image_6, t0.position AS position_7, t0.key AS key_8, t0.popular AS popular_9, t0.level AS level_10, t0.sale AS sale_11, t0.sale_price AS sale_price_12, t0.sale_from AS sale_from_13, t0.sale_to AS sale_to_14, t0.active AS active_15, t0.sort AS sort_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.created_by_id AS created_by_id_19, t0.updated_by_id AS updated_by_id_20, t0.deleted_by_id AS deleted_by_id_21 FROM subscription_plan t0 ORDER BY t0.sort ASC"
}
DEBUG 07:08:00 doctrine Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM subscription_plan_translation t0 WHERE t0.translatable_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM subscription_plan_translation t0 WHERE t0.translatable_id = ?",
    "params": {
        "1": "3"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:08:00 doctrine Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM subscription_plan_translation t0 WHERE t0.translatable_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM subscription_plan_translation t0 WHERE t0.translatable_id = ?",
    "params": {
        "1": "4"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:08:00 doctrine Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM subscription_plan_translation t0 WHERE t0.translatable_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM subscription_plan_translation t0 WHERE t0.translatable_id = ?",
    "params": {
        "1": "5"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:08:00 doctrine Executing statement: SELECT t0.id AS id_1, t0.position AS position_2, t0.active AS active_3, t0.sort AS sort_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by_id AS created_by_id_7, t0.updated_by_id AS updated_by_id_8, t0.deleted_by_id AS deleted_by_id_9 FROM faq t0 WHERE t0.active = ? ORDER BY t0.sort ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.position AS position_2, t0.active AS active_3, t0.sort AS sort_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by_id AS created_by_id_7, t0.updated_by_id AS updated_by_id_8, t0.deleted_by_id AS deleted_by_id_9 FROM faq t0 WHERE t0.active = ? ORDER BY t0.sort ASC",
    "params": {
        "1": 1
    },
    "types": {
        "1": 5
    }
}
DEBUG 07:08:00 doctrine Executing statement: SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translations t0 WHERE t0.translatable_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translations t0 WHERE t0.translatable_id = ?",
    "params": {
        "1": "1"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:08:00 doctrine Executing statement: SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translations t0 WHERE t0.translatable_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translations t0 WHERE t0.translatable_id = ?",
    "params": {
        "1": "2"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:08:00 doctrine Executing statement: SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translations t0 WHERE t0.translatable_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translations t0 WHERE t0.translatable_id = ?",
    "params": {
        "1": "3"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:08:00 doctrine Executing statement: SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translations t0 WHERE t0.translatable_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM faq_translations t0 WHERE t0.translatable_id = ?",
    "params": {
        "1": "4"
    },
    "types": {
        "1": 1
    }
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Csrf\\SameOriginCsrfTokenManager::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 07:08:00 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 07:08:00 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 07:08:00 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 07:08:00 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 07:08:00 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
CRITICAL 07:08:00 request Uncaught PHP Exception ValueError: "unlink(): Argument #1 ($filename) must not contain any null bytes" at FileProfilerStorage.php line 341
{
    "exception": {}
}
DEBUG 07:08:00 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "App\EventSubscriber\RegistrationFlowSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\RegistrationFlowSubscriber::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "App\EventListener\ActivityEventListener::onRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventListener\\ActivityEventListener::onRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest"
}
DEBUG 07:08:00 event Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
}
DEBUG 07:08:00 event Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController"
}
DEBUG 07:08:00 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 07:08:00 event Notified event "kernel.controller" to listener "App\EventListener\ActivityEventListener::onController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\ActivityEventListener::onController"
}
DEBUG 07:08:00 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 07:08:00 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 07:08:00 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 07:08:00 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 07:08:00 event Notified event "kernel.controller_arguments" to listener "ContainerAEF45aO\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerAEF45aO\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
DEBUG 07:08:00 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

ValueError
ValueError:
unlink(): Argument #1 ($filename) must not contain any null bytes

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:341
  at unlink(binary string)
     (vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:341)
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles()
     (vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:193)
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (vendor/symfony/http-kernel/Profiler/Profiler.php:97)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:129)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:206)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/http-kernel/HttpKernel.php:114)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (vendor/symfony/http-kernel/Kernel.php:145)
  at Symfony\Component\HttpKernel\Kernel->terminate(object(Request), object(Response))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:53)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/giku/vendor/autoload_runtime.php')
     (public_html/index.php:5)                
Loading…
Loading the web debug toolbar…
Attempt #
unlink(): Argument #1 ($filename) must not contain any null bytes (500 Internal Server Error)

Symfony Exception

ValueError

HTTP 500 Internal Server Error

unlink(): Argument #1 ($filename) must not contain any null bytes

Exception

ValueError

  1. if ($csvTime >= $minimalProfileTimestamp) {
  2. break;
  3. }
  4. @unlink($this->getFilename($csvToken));
  5. $offset += \strlen($line);
  6. }
  7. fclose($handle);
  8. file_put_contents($file.'.offset', $offset);
  1. if ($csvTime >= $minimalProfileTimestamp) {
  2. break;
  3. }
  4. @unlink($this->getFilename($csvToken));
  5. $offset += \strlen($line);
  6. }
  7. fclose($handle);
  8. file_put_contents($file.'.offset', $offset);
  1. $profile->getVirtualType() ?? 'request',
  2. ], ',', '"', '\\');
  3. fclose($file);
  4. if (1 === mt_rand(1, 10)) {
  5. $this->removeExpiredProfiles();
  6. }
  7. }
  8. return true;
  9. }
  1. if ($collector instanceof LateDataCollectorInterface) {
  2. $collector->lateCollect();
  3. }
  4. }
  5. if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
  6. $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  7. }
  8. return $ret;
  9. }
  1. }
  2. }
  3. // save profiles
  4. foreach ($this->profiles as $request) {
  5. $this->profiler->saveProfile($this->profiles[$request]);
  6. }
  7. $this->profiles = new \SplObjectStorage();
  8. $this->parents = new \SplObjectStorage();
  9. }
  1. $this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
  2. $e = $this->stopwatch->start($this->name, 'event_listener');
  3. try {
  4. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
  5. } finally {
  6. if ($e->isStarted()) {
  7. $e->stop();
  8. }
  9. }
  1. foreach ($listeners as $listener) {
  2. if ($stoppable && $event->isPropagationStopped()) {
  3. break;
  4. }
  5. $listener($event, $eventName, $this);
  6. }
  7. }
  8. /**
  9. * Sorts the internal list of listeners for the given event by priority.
  1. } else {
  2. $listeners = $this->getListeners($eventName);
  3. }
  4. if ($listeners) {
  5. $this->callListeners($listeners, $eventName, $event);
  6. }
  7. return $event;
  8. }
  1. try {
  2. $this->beforeDispatch($eventName, $event);
  3. try {
  4. $e = $this->stopwatch->start($eventName, 'section');
  5. try {
  6. $this->dispatcher->dispatch($event, $eventName);
  7. } finally {
  8. if ($e->isStarted()) {
  9. $e->stop();
  10. }
  11. }
  1. public function terminate(Request $request, Response $response): void
  2. {
  3. try {
  4. $this->terminating = true;
  5. $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
  6. } finally {
  7. $this->terminating = false;
  8. }
  9. }
  1. }
  2. $response->sendHeaders();
  3. $response->sendContent();
  4. $this->terminate($request, $response);
  5. }
  6. /**
  7. * Handles a request to convert it to a response.
  8. *
  1. if ($hasRun) {
  2. throw $e;
  3. }
  4. $hasRun = true;
  5. $kernel->terminateWithException($e, $request);
  6. };
  7. }
  8. } elseif ($event instanceof ConsoleEvent && $app = $event->getCommand()->getApplication()) {
  9. $output = $event->getOutput();
  10. if ($output instanceof ConsoleOutputInterface) {
in /home/giku/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 538)
  1. $this->exceptionHandler = null;
  2. }
  3. try {
  4. if (null !== $exceptionHandler) {
  5. $exceptionHandler($exception);
  6. return;
  7. }
  8. $handlerException ??= $exception;
  9. } catch (\Throwable $handlerException) {
ErrorHandler->handleException(object(ValueError))

Stack Trace

ValueError
ValueError:
unlink(): Argument #1 ($filename) must not contain any null bytes

  at /home/giku/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:341
  at unlink(binary string)
     (/home/giku/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:341)
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles()
     (/home/giku/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:193)
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (/home/giku/vendor/symfony/http-kernel/Profiler/Profiler.php:97)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (/home/giku/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:129)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/giku/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/giku/vendor/symfony/event-dispatcher/EventDispatcher.php:206)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (/home/giku/vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/home/giku/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/home/giku/vendor/symfony/http-kernel/HttpKernel.php:114)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (/home/giku/vendor/symfony/http-kernel/HttpKernel.php:144)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException(object(ValueError), object(Request))
     (/home/giku/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}(object(ValueError))
     (/home/giku/vendor/symfony/error-handler/ErrorHandler.php:538)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException(object(ValueError))