Exceptions

An exception occurred while executing a query: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'lng' at row 1

Exceptions 3

Doctrine\DBAL\Exception\ DriverException

  1.             case 1364:
  2.             case 1566:
  3.                 return new NotNullConstraintViolationException($exception$query);
  4.         }
  5.         return new DriverException($exception$query);
  6.     }
  7. }
  1.     ): DriverException {
  2.         if ($this->exceptionConverter === null) {
  3.             $this->exceptionConverter $this->_driver->getExceptionConverter();
  4.         }
  5.         $exception $this->exceptionConverter->convert($driverException$query);
  6.         if ($exception instanceof ConnectionLost) {
  7.             $this->close();
  8.         }
in vendor/doctrine/dbal/src/Connection.php -> handleDriverException (line 1706)
  1.         Driver\Exception $e,
  2.         string $sql,
  3.         array $params = [],
  4.         array $types = []
  5.     ): DriverException {
  6.         return $this->handleDriverException($e, new Query($sql$params$types));
  7.     }
  8.     /**
  9.      * @internal
  10.      */
in vendor/doctrine/dbal/src/Statement.php -> convertExceptionDuringQuery (line 184)
  1.             return new Result(
  2.                 $this->stmt->execute($params),
  3.                 $this->conn
  4.             );
  5.         } catch (Driver\Exception $ex) {
  6.             throw $this->conn->convertExceptionDuringQuery($ex$this->sql$this->params$this->types);
  7.         } finally {
  8.             if ($logger !== null) {
  9.                 $logger->stopQuery();
  10.             }
  11.         }
  1.     {
  2.         if ($params === []) {
  3.             $params null// Workaround as long execute() exists and used internally.
  4.         }
  5.         return $this->execute($params)->rowCount();
  6.     }
  7.     /**
  8.      * Gets the wrapped driver statement.
  9.      *
  1.                 foreach ($insertData[$tableName] as $column => $value) {
  2.                     $stmt->bindValue($paramIndex++, $value$this->columnTypes[$column]);
  3.                 }
  4.             }
  5.             $stmt->executeStatement();
  6.             if ($isPostInsertId) {
  7.                 $generatedId     $idGenerator->generateId($this->em$entity);
  8.                 $id              = [$this->class->identifier[0] => $generatedId];
  9.                 $postInsertIds[] = [
  1.             if ($invoke !== ListenersInvoker::INVOKE_NONE) {
  2.                 $entities[] = $entity;
  3.             }
  4.         }
  5.         $postInsertIds $persister->executeInserts();
  6.         if ($postInsertIds) {
  7.             // Persister returned post-insert IDs
  8.             foreach ($postInsertIds as $postInsertId) {
  9.                 $idField $class->getSingleIdentifierFieldName();
  1.                 }
  2.             }
  3.             if ($this->entityInsertions) {
  4.                 foreach ($commitOrder as $class) {
  5.                     $this->executeInserts($class);
  6.                 }
  7.             }
  8.             if ($this->entityUpdates) {
  9.                 foreach ($commitOrder as $class) {
  1.             );
  2.         }
  3.         $this->errorIfClosed();
  4.         $this->unitOfWork->commit($entity);
  5.     }
  6.     /**
  7.      * Finds an Entity by its identifier.
  8.      *
  1.     public function flush($entity null)
  2.     {
  3.         $this->initializer6df18 && ($this->initializer6df18->__invoke($valueHolder416d0$this'flush', array('entity' => $entity), $this->initializer6df18) || 1) && $this->valueHolder416d0 $valueHolder416d0;
  4.         return $this->valueHolder416d0->flush($entity);
  5.     }
  6.     public function find($className$id$lockMode null$lockVersion null)
  7.     {
  8.         $this->initializer6df18 && ($this->initializer6df18->__invoke($valueHolder416d0$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer6df18) || 1) && $this->valueHolder416d0 $valueHolder416d0;
EntityManager_9a5be93->flush() in src/Controller/Seo/SEOTasksController.php (line 578)
  1.             if(isset($item['people_also_search'])) {
  2.                 $place->setCompetitors($item['people_also_search']);
  3.             }
  4.             $place->setModified(\DateTime::createFromFormat('Y-m-d H:i:s'date('Y-m-d H:i:s')));
  5.             $em->persist($place);
  6.             $em->flush();
  7.             $task $em->getRepository(SEOTasks::class)->findOneBy(array('d4id' => $d4taskid));
  8.             
  9.             $task->setStatus('returned');
  10.             $em->persist($task);
SEOTasksController->businessDataStoreG(array(array('keyword' => 'cid:6984540354015267344', 'se_domain' => 'google.com', 'location_code' => 1025531, 'language_code' => 'en', 'check_url' => 'https://www.google.com/maps?cid=6984540354015267344&hl=en&gl=US', 'datetime' => '2025-06-16 01:38:59 +00:00', 'item_types' => array('google_business_info'), 'items_count' => 1, 'items' => array(array('type' => 'google_business_info', 'rank_group' => 1, 'rank_absolute' => 1, 'position' => 'left', 'title' => 'Ponemah Mills on the Shetucket River', 'original_title' => null, 'description' => null, 'category' => 'Apartment building', 'category_ids' => array('apartment_building'), 'additional_categories' => null, 'cid' => '6984540354015267344', 'feature_id' => '0x89e670d1d5af2f5f:0x60ee127240760a10', 'address' => '607 Norwich Ave, Taftville, CT 06380', 'address_info' => array('borough' => 'Taftville', 'address' => '607 Norwich Ave', 'city' => 'Taftville', 'zip' => '06380', 'region' => 'Connecticut', 'country_code' => 'US'), 'place_id' => 'ChIJXy-v1dFw5okREAp2QHIS7mA', 'phone' => '+1860-294-4198', 'url' => 'https://www.ponemahmills.com/the-lofts-at-ponemah-mills-taftville-ct', 'contact_url' => null, 'contributor_url' => null, 'book_online_url' => null, 'domain' => 'www.ponemahmills.com', 'logo' => null, 'main_image' => 'https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrWO2lSttEygIS1Dsw_fXRfDInXm8FFsOd3nnvcupZzYxY3KDBVcf4JKnScyqFk1FZqTtuEeyKfSLW6cKxqcaKeahb7bMaE_odFKLlFveilUn8R6sZ1XXpo9wJ2Ksyh3t-3GyTn=w408-h306-k-no', 'total_photos' => 23, 'snippet' => '607 Norwich Ave, Taftville, CT 06380', 'latitude' => 41.571031599999997752092895098030567169189453125, 'longitude' => -72.0474645999999978585037752054631710052490234375, 'is_claimed' => false, 'questions_and_answers_count' => null, 'attributes' => array('available_attributes' => array('accessibility' => array('has_wheelchair_accessible_entrance', 'has_wheelchair_accessible_parking')), 'unavailable_attributes' => null), 'place_topics' => null, 'rating' => array('rating_type' => 'Max5', 'value' => 3.70000000000000017763568394002504646778106689453125, 'votes_count' => 9, 'rating_max' => null), 'hotel_rating' => null, 'price_level' => null, 'rating_distribution' => array(3, 0, 0, 0, 6), 'people_also_search' => array(array('cid' => '8369886374393536139', 'feature_id' => '0x0:0x7427cf4fdc1bde8b', 'title' => 'The Mill at Indian Leap', 'rating' => array('rating_type' => 'Max5', 'value' => 4.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '16392245257512859146', 'feature_id' => '0x0:0xe37cf4363d22b60a', 'title' => 'Falls Mill Condominiums', 'rating' => array('rating_type' => 'Max5', 'value' => 4.29999999999999982236431605997495353221893310546875, 'votes_count' => 27, 'rating_max' => null)), array('cid' => '17265707603007890759', 'feature_id' => '0x0:0xef9c1d96590be547', 'title' => 'Wequonnoc Village Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => 2.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '12334713347002946799', 'feature_id' => '0x0:0xab2db46fde6154ef', 'title' => 'The Hills At Riverview', 'rating' => array('rating_type' => 'Max5', 'value' => 2.79999999999999982236431605997495353221893310546875, 'votes_count' => 4, 'rating_max' => null)), array('cid' => '9094524957101143563', 'feature_id' => '0x0:0x7e363e437cf0360b', 'title' => 'Fourth Avenue Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null))), 'work_time' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'popular_times' => null, 'local_business_links' => null, 'is_directory_item' => false, 'directory' => array('title' => 'At this place', 'items' => array(array('type' => 'maps_search', 'rank_group' => 1, 'rank_absolute' => 1, 'domain' => null, 'title' => 'Taftville Power station', 'url' => null, 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null), 'rating_distribution' => array(0, 0, 0, 0, 0), 'snippet' => null, 'address' => 'Norwich, CT', 'address_info' => array('borough' => null, 'address' => null, 'city' => null, 'zip' => null, 'region' => null, 'country_code' => null), 'place_id' => null, 'phone' => null, 'main_image' => null, 'total_photos' => null, 'category' => 'Hydroelectric power plant', 'additional_categories' => null, 'price_level' => null, 'hotel_rating' => null, 'category_ids' => null, 'work_hours' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'feature_id' => '0x89e6710022b183b9:0x2007a343a94cb89e', 'cid' => '2307992845049182366', 'latitude' => 41.57147409999999609908627462573349475860595703125, 'longitude' => -72.04691950000000133513822220265865325927734375, 'is_claimed' => null, 'local_justifications' => null, 'is_directory_item' => true))))))), '06160438-2792-0242-0000-a535c4ccde18', 'discovery') in src/Controller/Seo/SEOTasksController.php (line 331)
  1.         
  2.         if('business_data' == $api) {
  3.             if('google' == $se) {
  4.                 if('my_business_info' == $function
  5.                 { $this->seologger->info("Transferring {$task_id} for {$purpose} to businessDataStoreG - ".__FUNCTION__." ".__LINE__);
  6.                   $this->businessDataStoreG($d4result$d4taskid$purpose); }
  7.                 elseif('my_business_updates' == $function
  8.                 { return new Response(); }
  9.                 elseif('reviews' == $function
  10.                 { $this->seologger->info("Transferring {$task_id} for {$purpose} to returningReviews - ".__FUNCTION__." ".__LINE__);
  11.                 $this->d4return->returningReviews($d4result$d4taskid$purpose'google'); }
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $requestint $type HttpKernelInterface::MAIN_REQUESTbool $catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public_html/index.php (line 28)
  1.     Request::setTrustedHosts([$trustedHosts]);
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Doctrine\DBAL\Driver\PDO\ Exception

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'lng' at row 1

  1.         } else {
  2.             $code     $exception->getCode();
  3.             $sqlState null;
  4.         }
  5.         return new self($exception->getMessage(), $sqlState$code$exception);
  6.     }
  7. }
  1.     public function execute($params null): ResultInterface
  2.     {
  3.         try {
  4.             $this->stmt->execute($params);
  5.         } catch (PDOException $exception) {
  6.             throw Exception::new($exception);
  7.         }
  8.         return new Result($this->stmt);
  9.     }
  1.             $logger->startQuery($this->sql$this->params$this->types);
  2.         }
  3.         try {
  4.             return new Result(
  5.                 $this->stmt->execute($params),
  6.                 $this->conn
  7.             );
  8.         } catch (Driver\Exception $ex) {
  9.             throw $this->conn->convertExceptionDuringQuery($ex$this->sql$this->params$this->types);
  10.         } finally {
  1.     {
  2.         if ($params === []) {
  3.             $params null// Workaround as long execute() exists and used internally.
  4.         }
  5.         return $this->execute($params)->rowCount();
  6.     }
  7.     /**
  8.      * Gets the wrapped driver statement.
  9.      *
  1.                 foreach ($insertData[$tableName] as $column => $value) {
  2.                     $stmt->bindValue($paramIndex++, $value$this->columnTypes[$column]);
  3.                 }
  4.             }
  5.             $stmt->executeStatement();
  6.             if ($isPostInsertId) {
  7.                 $generatedId     $idGenerator->generateId($this->em$entity);
  8.                 $id              = [$this->class->identifier[0] => $generatedId];
  9.                 $postInsertIds[] = [
  1.             if ($invoke !== ListenersInvoker::INVOKE_NONE) {
  2.                 $entities[] = $entity;
  3.             }
  4.         }
  5.         $postInsertIds $persister->executeInserts();
  6.         if ($postInsertIds) {
  7.             // Persister returned post-insert IDs
  8.             foreach ($postInsertIds as $postInsertId) {
  9.                 $idField $class->getSingleIdentifierFieldName();
  1.                 }
  2.             }
  3.             if ($this->entityInsertions) {
  4.                 foreach ($commitOrder as $class) {
  5.                     $this->executeInserts($class);
  6.                 }
  7.             }
  8.             if ($this->entityUpdates) {
  9.                 foreach ($commitOrder as $class) {
  1.             );
  2.         }
  3.         $this->errorIfClosed();
  4.         $this->unitOfWork->commit($entity);
  5.     }
  6.     /**
  7.      * Finds an Entity by its identifier.
  8.      *
  1.     public function flush($entity null)
  2.     {
  3.         $this->initializer6df18 && ($this->initializer6df18->__invoke($valueHolder416d0$this'flush', array('entity' => $entity), $this->initializer6df18) || 1) && $this->valueHolder416d0 $valueHolder416d0;
  4.         return $this->valueHolder416d0->flush($entity);
  5.     }
  6.     public function find($className$id$lockMode null$lockVersion null)
  7.     {
  8.         $this->initializer6df18 && ($this->initializer6df18->__invoke($valueHolder416d0$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer6df18) || 1) && $this->valueHolder416d0 $valueHolder416d0;
EntityManager_9a5be93->flush() in src/Controller/Seo/SEOTasksController.php (line 578)
  1.             if(isset($item['people_also_search'])) {
  2.                 $place->setCompetitors($item['people_also_search']);
  3.             }
  4.             $place->setModified(\DateTime::createFromFormat('Y-m-d H:i:s'date('Y-m-d H:i:s')));
  5.             $em->persist($place);
  6.             $em->flush();
  7.             $task $em->getRepository(SEOTasks::class)->findOneBy(array('d4id' => $d4taskid));
  8.             
  9.             $task->setStatus('returned');
  10.             $em->persist($task);
SEOTasksController->businessDataStoreG(array(array('keyword' => 'cid:6984540354015267344', 'se_domain' => 'google.com', 'location_code' => 1025531, 'language_code' => 'en', 'check_url' => 'https://www.google.com/maps?cid=6984540354015267344&hl=en&gl=US', 'datetime' => '2025-06-16 01:38:59 +00:00', 'item_types' => array('google_business_info'), 'items_count' => 1, 'items' => array(array('type' => 'google_business_info', 'rank_group' => 1, 'rank_absolute' => 1, 'position' => 'left', 'title' => 'Ponemah Mills on the Shetucket River', 'original_title' => null, 'description' => null, 'category' => 'Apartment building', 'category_ids' => array('apartment_building'), 'additional_categories' => null, 'cid' => '6984540354015267344', 'feature_id' => '0x89e670d1d5af2f5f:0x60ee127240760a10', 'address' => '607 Norwich Ave, Taftville, CT 06380', 'address_info' => array('borough' => 'Taftville', 'address' => '607 Norwich Ave', 'city' => 'Taftville', 'zip' => '06380', 'region' => 'Connecticut', 'country_code' => 'US'), 'place_id' => 'ChIJXy-v1dFw5okREAp2QHIS7mA', 'phone' => '+1860-294-4198', 'url' => 'https://www.ponemahmills.com/the-lofts-at-ponemah-mills-taftville-ct', 'contact_url' => null, 'contributor_url' => null, 'book_online_url' => null, 'domain' => 'www.ponemahmills.com', 'logo' => null, 'main_image' => 'https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrWO2lSttEygIS1Dsw_fXRfDInXm8FFsOd3nnvcupZzYxY3KDBVcf4JKnScyqFk1FZqTtuEeyKfSLW6cKxqcaKeahb7bMaE_odFKLlFveilUn8R6sZ1XXpo9wJ2Ksyh3t-3GyTn=w408-h306-k-no', 'total_photos' => 23, 'snippet' => '607 Norwich Ave, Taftville, CT 06380', 'latitude' => 41.571031599999997752092895098030567169189453125, 'longitude' => -72.0474645999999978585037752054631710052490234375, 'is_claimed' => false, 'questions_and_answers_count' => null, 'attributes' => array('available_attributes' => array('accessibility' => array('has_wheelchair_accessible_entrance', 'has_wheelchair_accessible_parking')), 'unavailable_attributes' => null), 'place_topics' => null, 'rating' => array('rating_type' => 'Max5', 'value' => 3.70000000000000017763568394002504646778106689453125, 'votes_count' => 9, 'rating_max' => null), 'hotel_rating' => null, 'price_level' => null, 'rating_distribution' => array(3, 0, 0, 0, 6), 'people_also_search' => array(array('cid' => '8369886374393536139', 'feature_id' => '0x0:0x7427cf4fdc1bde8b', 'title' => 'The Mill at Indian Leap', 'rating' => array('rating_type' => 'Max5', 'value' => 4.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '16392245257512859146', 'feature_id' => '0x0:0xe37cf4363d22b60a', 'title' => 'Falls Mill Condominiums', 'rating' => array('rating_type' => 'Max5', 'value' => 4.29999999999999982236431605997495353221893310546875, 'votes_count' => 27, 'rating_max' => null)), array('cid' => '17265707603007890759', 'feature_id' => '0x0:0xef9c1d96590be547', 'title' => 'Wequonnoc Village Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => 2.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '12334713347002946799', 'feature_id' => '0x0:0xab2db46fde6154ef', 'title' => 'The Hills At Riverview', 'rating' => array('rating_type' => 'Max5', 'value' => 2.79999999999999982236431605997495353221893310546875, 'votes_count' => 4, 'rating_max' => null)), array('cid' => '9094524957101143563', 'feature_id' => '0x0:0x7e363e437cf0360b', 'title' => 'Fourth Avenue Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null))), 'work_time' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'popular_times' => null, 'local_business_links' => null, 'is_directory_item' => false, 'directory' => array('title' => 'At this place', 'items' => array(array('type' => 'maps_search', 'rank_group' => 1, 'rank_absolute' => 1, 'domain' => null, 'title' => 'Taftville Power station', 'url' => null, 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null), 'rating_distribution' => array(0, 0, 0, 0, 0), 'snippet' => null, 'address' => 'Norwich, CT', 'address_info' => array('borough' => null, 'address' => null, 'city' => null, 'zip' => null, 'region' => null, 'country_code' => null), 'place_id' => null, 'phone' => null, 'main_image' => null, 'total_photos' => null, 'category' => 'Hydroelectric power plant', 'additional_categories' => null, 'price_level' => null, 'hotel_rating' => null, 'category_ids' => null, 'work_hours' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'feature_id' => '0x89e6710022b183b9:0x2007a343a94cb89e', 'cid' => '2307992845049182366', 'latitude' => 41.57147409999999609908627462573349475860595703125, 'longitude' => -72.04691950000000133513822220265865325927734375, 'is_claimed' => null, 'local_justifications' => null, 'is_directory_item' => true))))))), '06160438-2792-0242-0000-a535c4ccde18', 'discovery') in src/Controller/Seo/SEOTasksController.php (line 331)
  1.         
  2.         if('business_data' == $api) {
  3.             if('google' == $se) {
  4.                 if('my_business_info' == $function
  5.                 { $this->seologger->info("Transferring {$task_id} for {$purpose} to businessDataStoreG - ".__FUNCTION__." ".__LINE__);
  6.                   $this->businessDataStoreG($d4result$d4taskid$purpose); }
  7.                 elseif('my_business_updates' == $function
  8.                 { return new Response(); }
  9.                 elseif('reviews' == $function
  10.                 { $this->seologger->info("Transferring {$task_id} for {$purpose} to returningReviews - ".__FUNCTION__." ".__LINE__);
  11.                 $this->d4return->returningReviews($d4result$d4taskid$purpose'google'); }
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $requestint $type HttpKernelInterface::MAIN_REQUESTbool $catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public_html/index.php (line 28)
  1.     Request::setTrustedHosts([$trustedHosts]);
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

PDOException

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'lng' at row 1

  1.      * {@inheritdoc}
  2.      */
  3.     public function execute($params null): ResultInterface
  4.     {
  5.         try {
  6.             $this->stmt->execute($params);
  7.         } catch (PDOException $exception) {
  8.             throw Exception::new($exception);
  9.         }
  10.         return new Result($this->stmt);
  1.      * {@inheritdoc}
  2.      */
  3.     public function execute($params null): ResultInterface
  4.     {
  5.         try {
  6.             $this->stmt->execute($params);
  7.         } catch (PDOException $exception) {
  8.             throw Exception::new($exception);
  9.         }
  10.         return new Result($this->stmt);
  1.             $logger->startQuery($this->sql$this->params$this->types);
  2.         }
  3.         try {
  4.             return new Result(
  5.                 $this->stmt->execute($params),
  6.                 $this->conn
  7.             );
  8.         } catch (Driver\Exception $ex) {
  9.             throw $this->conn->convertExceptionDuringQuery($ex$this->sql$this->params$this->types);
  10.         } finally {
  1.     {
  2.         if ($params === []) {
  3.             $params null// Workaround as long execute() exists and used internally.
  4.         }
  5.         return $this->execute($params)->rowCount();
  6.     }
  7.     /**
  8.      * Gets the wrapped driver statement.
  9.      *
  1.                 foreach ($insertData[$tableName] as $column => $value) {
  2.                     $stmt->bindValue($paramIndex++, $value$this->columnTypes[$column]);
  3.                 }
  4.             }
  5.             $stmt->executeStatement();
  6.             if ($isPostInsertId) {
  7.                 $generatedId     $idGenerator->generateId($this->em$entity);
  8.                 $id              = [$this->class->identifier[0] => $generatedId];
  9.                 $postInsertIds[] = [
  1.             if ($invoke !== ListenersInvoker::INVOKE_NONE) {
  2.                 $entities[] = $entity;
  3.             }
  4.         }
  5.         $postInsertIds $persister->executeInserts();
  6.         if ($postInsertIds) {
  7.             // Persister returned post-insert IDs
  8.             foreach ($postInsertIds as $postInsertId) {
  9.                 $idField $class->getSingleIdentifierFieldName();
  1.                 }
  2.             }
  3.             if ($this->entityInsertions) {
  4.                 foreach ($commitOrder as $class) {
  5.                     $this->executeInserts($class);
  6.                 }
  7.             }
  8.             if ($this->entityUpdates) {
  9.                 foreach ($commitOrder as $class) {
  1.             );
  2.         }
  3.         $this->errorIfClosed();
  4.         $this->unitOfWork->commit($entity);
  5.     }
  6.     /**
  7.      * Finds an Entity by its identifier.
  8.      *
  1.     public function flush($entity null)
  2.     {
  3.         $this->initializer6df18 && ($this->initializer6df18->__invoke($valueHolder416d0$this'flush', array('entity' => $entity), $this->initializer6df18) || 1) && $this->valueHolder416d0 $valueHolder416d0;
  4.         return $this->valueHolder416d0->flush($entity);
  5.     }
  6.     public function find($className$id$lockMode null$lockVersion null)
  7.     {
  8.         $this->initializer6df18 && ($this->initializer6df18->__invoke($valueHolder416d0$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer6df18) || 1) && $this->valueHolder416d0 $valueHolder416d0;
EntityManager_9a5be93->flush() in src/Controller/Seo/SEOTasksController.php (line 578)
  1.             if(isset($item['people_also_search'])) {
  2.                 $place->setCompetitors($item['people_also_search']);
  3.             }
  4.             $place->setModified(\DateTime::createFromFormat('Y-m-d H:i:s'date('Y-m-d H:i:s')));
  5.             $em->persist($place);
  6.             $em->flush();
  7.             $task $em->getRepository(SEOTasks::class)->findOneBy(array('d4id' => $d4taskid));
  8.             
  9.             $task->setStatus('returned');
  10.             $em->persist($task);
SEOTasksController->businessDataStoreG(array(array('keyword' => 'cid:6984540354015267344', 'se_domain' => 'google.com', 'location_code' => 1025531, 'language_code' => 'en', 'check_url' => 'https://www.google.com/maps?cid=6984540354015267344&hl=en&gl=US', 'datetime' => '2025-06-16 01:38:59 +00:00', 'item_types' => array('google_business_info'), 'items_count' => 1, 'items' => array(array('type' => 'google_business_info', 'rank_group' => 1, 'rank_absolute' => 1, 'position' => 'left', 'title' => 'Ponemah Mills on the Shetucket River', 'original_title' => null, 'description' => null, 'category' => 'Apartment building', 'category_ids' => array('apartment_building'), 'additional_categories' => null, 'cid' => '6984540354015267344', 'feature_id' => '0x89e670d1d5af2f5f:0x60ee127240760a10', 'address' => '607 Norwich Ave, Taftville, CT 06380', 'address_info' => array('borough' => 'Taftville', 'address' => '607 Norwich Ave', 'city' => 'Taftville', 'zip' => '06380', 'region' => 'Connecticut', 'country_code' => 'US'), 'place_id' => 'ChIJXy-v1dFw5okREAp2QHIS7mA', 'phone' => '+1860-294-4198', 'url' => 'https://www.ponemahmills.com/the-lofts-at-ponemah-mills-taftville-ct', 'contact_url' => null, 'contributor_url' => null, 'book_online_url' => null, 'domain' => 'www.ponemahmills.com', 'logo' => null, 'main_image' => 'https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrWO2lSttEygIS1Dsw_fXRfDInXm8FFsOd3nnvcupZzYxY3KDBVcf4JKnScyqFk1FZqTtuEeyKfSLW6cKxqcaKeahb7bMaE_odFKLlFveilUn8R6sZ1XXpo9wJ2Ksyh3t-3GyTn=w408-h306-k-no', 'total_photos' => 23, 'snippet' => '607 Norwich Ave, Taftville, CT 06380', 'latitude' => 41.571031599999997752092895098030567169189453125, 'longitude' => -72.0474645999999978585037752054631710052490234375, 'is_claimed' => false, 'questions_and_answers_count' => null, 'attributes' => array('available_attributes' => array('accessibility' => array('has_wheelchair_accessible_entrance', 'has_wheelchair_accessible_parking')), 'unavailable_attributes' => null), 'place_topics' => null, 'rating' => array('rating_type' => 'Max5', 'value' => 3.70000000000000017763568394002504646778106689453125, 'votes_count' => 9, 'rating_max' => null), 'hotel_rating' => null, 'price_level' => null, 'rating_distribution' => array(3, 0, 0, 0, 6), 'people_also_search' => array(array('cid' => '8369886374393536139', 'feature_id' => '0x0:0x7427cf4fdc1bde8b', 'title' => 'The Mill at Indian Leap', 'rating' => array('rating_type' => 'Max5', 'value' => 4.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '16392245257512859146', 'feature_id' => '0x0:0xe37cf4363d22b60a', 'title' => 'Falls Mill Condominiums', 'rating' => array('rating_type' => 'Max5', 'value' => 4.29999999999999982236431605997495353221893310546875, 'votes_count' => 27, 'rating_max' => null)), array('cid' => '17265707603007890759', 'feature_id' => '0x0:0xef9c1d96590be547', 'title' => 'Wequonnoc Village Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => 2.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '12334713347002946799', 'feature_id' => '0x0:0xab2db46fde6154ef', 'title' => 'The Hills At Riverview', 'rating' => array('rating_type' => 'Max5', 'value' => 2.79999999999999982236431605997495353221893310546875, 'votes_count' => 4, 'rating_max' => null)), array('cid' => '9094524957101143563', 'feature_id' => '0x0:0x7e363e437cf0360b', 'title' => 'Fourth Avenue Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null))), 'work_time' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'popular_times' => null, 'local_business_links' => null, 'is_directory_item' => false, 'directory' => array('title' => 'At this place', 'items' => array(array('type' => 'maps_search', 'rank_group' => 1, 'rank_absolute' => 1, 'domain' => null, 'title' => 'Taftville Power station', 'url' => null, 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null), 'rating_distribution' => array(0, 0, 0, 0, 0), 'snippet' => null, 'address' => 'Norwich, CT', 'address_info' => array('borough' => null, 'address' => null, 'city' => null, 'zip' => null, 'region' => null, 'country_code' => null), 'place_id' => null, 'phone' => null, 'main_image' => null, 'total_photos' => null, 'category' => 'Hydroelectric power plant', 'additional_categories' => null, 'price_level' => null, 'hotel_rating' => null, 'category_ids' => null, 'work_hours' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'feature_id' => '0x89e6710022b183b9:0x2007a343a94cb89e', 'cid' => '2307992845049182366', 'latitude' => 41.57147409999999609908627462573349475860595703125, 'longitude' => -72.04691950000000133513822220265865325927734375, 'is_claimed' => null, 'local_justifications' => null, 'is_directory_item' => true))))))), '06160438-2792-0242-0000-a535c4ccde18', 'discovery') in src/Controller/Seo/SEOTasksController.php (line 331)
  1.         
  2.         if('business_data' == $api) {
  3.             if('google' == $se) {
  4.                 if('my_business_info' == $function
  5.                 { $this->seologger->info("Transferring {$task_id} for {$purpose} to businessDataStoreG - ".__FUNCTION__." ".__LINE__);
  6.                   $this->businessDataStoreG($d4result$d4taskid$purpose); }
  7.                 elseif('my_business_updates' == $function
  8.                 { return new Response(); }
  9.                 elseif('reviews' == $function
  10.                 { $this->seologger->info("Transferring {$task_id} for {$purpose} to returningReviews - ".__FUNCTION__." ".__LINE__);
  11.                 $this->d4return->returningReviews($d4result$d4taskid$purpose'google'); }
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $requestint $type HttpKernelInterface::MAIN_REQUESTbool $catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public_html/index.php (line 28)
  1.     Request::setTrustedHosts([$trustedHosts]);
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs

Level Channel Message
INFO 09:10:30 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
{
    "exception": {}
}
INFO 09:10:30 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
{
    "exception": {}
}
INFO 09:10:30 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "b39b28"
    },
    "request_uri": "https://mail.seopanel.surfsideweb.com/_profiler/b39b28",
    "method": "GET"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\AddFormatListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurity"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\DeserializeListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 09:10:30 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"
}
DEBUG 09:10:30 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 09:10:30 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\AddFormatListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurity"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\DeserializeListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
}
DEBUG 09:10:30 event Notified event "kernel.request" to listener "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 09:10:30 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 09:10:30 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"
}
DEBUG 09:10:30 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 09:10:30 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 09:10:31 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 09:10:31 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "ApiPlatform\\Core\\Hydra\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "ApiPlatform\\Core\\HttpCache\\EventListener\\AddHeadersListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 09:10:31 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 09:10:31 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 09:10:31 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 09:10:31 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 09:10:31 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"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\AddFormatListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurity"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\DeserializeListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 09:10:31 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"
}
DEBUG 09:10:31 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 09:10:31 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
INFO 09:10:31 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
{
    "exception": {}
}
DEBUG 09:10:31 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 09:10:31 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "ApiPlatform\\Core\\Hydra\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "ApiPlatform\\Core\\HttpCache\\EventListener\\AddHeadersListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 09:10:31 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 09:10:31 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 09:10:31 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 09:10:31 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 09:10:31 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 09:10:31 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"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\AddFormatListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurity"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\DeserializeListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
}
DEBUG 09:10:31 event Notified event "kernel.request" to listener "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 09:10:31 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 09:10:31 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"
}
DEBUG 09:10:31 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 09:10:31 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Traces 3

[3/3] DriverException
Doctrine\DBAL\Exception\DriverException:
An exception occurred while executing a query: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'lng' at row 1

  at vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:119
  at Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(object(Exception), object(Query))
     (vendor/doctrine/dbal/src/Connection.php:1767)
  at Doctrine\DBAL\Connection->handleDriverException(object(Exception), object(Query))
     (vendor/doctrine/dbal/src/Connection.php:1706)
  at Doctrine\DBAL\Connection->convertExceptionDuringQuery(object(Exception), 'INSERT INTO gplaces (cid, yid, bizid, title, keyword, location, description, primarycat, addcats, check_url, feature_id, address, address_all, place_id, phone, url, domain, logo, main_image, snippet, attributes, rating_type, rating_value, votes_count, rating_max, competitors, worktime, lat, lng, modified) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)', array('6984540354015267344', null, null, 'Ponemah Mills on the Shetucket River', 'cid:6984540354015267344', 1025531, null, 'Apartment building', array(), 'https://www.google.com/maps?cid=6984540354015267344&hl=en&gl=US', '0x89e670d1d5af2f5f:0x60ee127240760a10', '607 Norwich Ave, Taftville, CT 06380', null, 'ChIJXy-v1dFw5okREAp2QHIS7mA', '+1860-294-4198', 'https://www.ponemahmills.com/the-lofts-at-ponemah-mills-taftville-ct', 'www.ponemahmills.com', null, 'https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrWO2lSttEygIS1Dsw_fXRfDInXm8FFsOd3nnvcupZzYxY3KDBVcf4JKnScyqFk1FZqTtuEeyKfSLW6cKxqcaKeahb7bMaE_odFKLlFveilUn8R6sZ1XXpo9wJ2Ksyh3t-3GyTn=w408-h306-k-no', '607 Norwich Ave, Taftville, CT 06380', array('available_attributes' => array('accessibility' => array('has_wheelchair_accessible_entrance', 'has_wheelchair_accessible_parking')), 'unavailable_attributes' => null), 'Max5', '3.7', 9, null, array(array('cid' => '8369886374393536139', 'feature_id' => '0x0:0x7427cf4fdc1bde8b', 'title' => 'The Mill at Indian Leap', 'rating' => array('rating_type' => 'Max5', 'value' => 4.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '16392245257512859146', 'feature_id' => '0x0:0xe37cf4363d22b60a', 'title' => 'Falls Mill Condominiums', 'rating' => array('rating_type' => 'Max5', 'value' => 4.29999999999999982236431605997495353221893310546875, 'votes_count' => 27, 'rating_max' => null)), array('cid' => '17265707603007890759', 'feature_id' => '0x0:0xef9c1d96590be547', 'title' => 'Wequonnoc Village Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => 2.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '12334713347002946799', 'feature_id' => '0x0:0xab2db46fde6154ef', 'title' => 'The Hills At Riverview', 'rating' => array('rating_type' => 'Max5', 'value' => 2.79999999999999982236431605997495353221893310546875, 'votes_count' => 4, 'rating_max' => null)), array('cid' => '9094524957101143563', 'feature_id' => '0x0:0x7e363e437cf0360b', 'title' => 'Fourth Avenue Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null))), array('work_hours' => array('timetable' => null, 'current_status' => 'close')), '41.5710316', '-72.0474646', object(DateTime)), array('string', 'string', 'integer', 'string', 'string', 'integer', 'text', 'string', 'json', 'string', 'string', 'string', 'json', 'string', 'string', 'string', 'string', 'string', 'string', 'string', 'json', 'string', 'decimal', 'integer', 'string', 'json', 'json', 'string', 'string', 'datetimetz'))
     (vendor/doctrine/dbal/src/Statement.php:184)
  at Doctrine\DBAL\Statement->execute(null)
     (vendor/doctrine/dbal/src/Statement.php:221)
  at Doctrine\DBAL\Statement->executeStatement()
     (vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:276)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->executeInserts()
     (vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:1128)
  at Doctrine\ORM\UnitOfWork->executeInserts(object(ClassMetadata))
     (vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:425)
  at Doctrine\ORM\UnitOfWork->commit(null)
     (vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:392)
  at Doctrine\ORM\EntityManager->flush(null)
     (var/cache/dev/ContainerADpVxC8/EntityManager_9a5be93.php:136)
  at ContainerADpVxC8\EntityManager_9a5be93->flush()
     (src/Controller/Seo/SEOTasksController.php:578)
  at App\Controller\Seo\SEOTasksController->businessDataStoreG(array(array('keyword' => 'cid:6984540354015267344', 'se_domain' => 'google.com', 'location_code' => 1025531, 'language_code' => 'en', 'check_url' => 'https://www.google.com/maps?cid=6984540354015267344&hl=en&gl=US', 'datetime' => '2025-06-16 01:38:59 +00:00', 'item_types' => array('google_business_info'), 'items_count' => 1, 'items' => array(array('type' => 'google_business_info', 'rank_group' => 1, 'rank_absolute' => 1, 'position' => 'left', 'title' => 'Ponemah Mills on the Shetucket River', 'original_title' => null, 'description' => null, 'category' => 'Apartment building', 'category_ids' => array('apartment_building'), 'additional_categories' => null, 'cid' => '6984540354015267344', 'feature_id' => '0x89e670d1d5af2f5f:0x60ee127240760a10', 'address' => '607 Norwich Ave, Taftville, CT 06380', 'address_info' => array('borough' => 'Taftville', 'address' => '607 Norwich Ave', 'city' => 'Taftville', 'zip' => '06380', 'region' => 'Connecticut', 'country_code' => 'US'), 'place_id' => 'ChIJXy-v1dFw5okREAp2QHIS7mA', 'phone' => '+1860-294-4198', 'url' => 'https://www.ponemahmills.com/the-lofts-at-ponemah-mills-taftville-ct', 'contact_url' => null, 'contributor_url' => null, 'book_online_url' => null, 'domain' => 'www.ponemahmills.com', 'logo' => null, 'main_image' => 'https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrWO2lSttEygIS1Dsw_fXRfDInXm8FFsOd3nnvcupZzYxY3KDBVcf4JKnScyqFk1FZqTtuEeyKfSLW6cKxqcaKeahb7bMaE_odFKLlFveilUn8R6sZ1XXpo9wJ2Ksyh3t-3GyTn=w408-h306-k-no', 'total_photos' => 23, 'snippet' => '607 Norwich Ave, Taftville, CT 06380', 'latitude' => 41.571031599999997752092895098030567169189453125, 'longitude' => -72.0474645999999978585037752054631710052490234375, 'is_claimed' => false, 'questions_and_answers_count' => null, 'attributes' => array('available_attributes' => array('accessibility' => array('has_wheelchair_accessible_entrance', 'has_wheelchair_accessible_parking')), 'unavailable_attributes' => null), 'place_topics' => null, 'rating' => array('rating_type' => 'Max5', 'value' => 3.70000000000000017763568394002504646778106689453125, 'votes_count' => 9, 'rating_max' => null), 'hotel_rating' => null, 'price_level' => null, 'rating_distribution' => array(3, 0, 0, 0, 6), 'people_also_search' => array(array('cid' => '8369886374393536139', 'feature_id' => '0x0:0x7427cf4fdc1bde8b', 'title' => 'The Mill at Indian Leap', 'rating' => array('rating_type' => 'Max5', 'value' => 4.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '16392245257512859146', 'feature_id' => '0x0:0xe37cf4363d22b60a', 'title' => 'Falls Mill Condominiums', 'rating' => array('rating_type' => 'Max5', 'value' => 4.29999999999999982236431605997495353221893310546875, 'votes_count' => 27, 'rating_max' => null)), array('cid' => '17265707603007890759', 'feature_id' => '0x0:0xef9c1d96590be547', 'title' => 'Wequonnoc Village Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => 2.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '12334713347002946799', 'feature_id' => '0x0:0xab2db46fde6154ef', 'title' => 'The Hills At Riverview', 'rating' => array('rating_type' => 'Max5', 'value' => 2.79999999999999982236431605997495353221893310546875, 'votes_count' => 4, 'rating_max' => null)), array('cid' => '9094524957101143563', 'feature_id' => '0x0:0x7e363e437cf0360b', 'title' => 'Fourth Avenue Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null))), 'work_time' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'popular_times' => null, 'local_business_links' => null, 'is_directory_item' => false, 'directory' => array('title' => 'At this place', 'items' => array(array('type' => 'maps_search', 'rank_group' => 1, 'rank_absolute' => 1, 'domain' => null, 'title' => 'Taftville Power station', 'url' => null, 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null), 'rating_distribution' => array(0, 0, 0, 0, 0), 'snippet' => null, 'address' => 'Norwich, CT', 'address_info' => array('borough' => null, 'address' => null, 'city' => null, 'zip' => null, 'region' => null, 'country_code' => null), 'place_id' => null, 'phone' => null, 'main_image' => null, 'total_photos' => null, 'category' => 'Hydroelectric power plant', 'additional_categories' => null, 'price_level' => null, 'hotel_rating' => null, 'category_ids' => null, 'work_hours' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'feature_id' => '0x89e6710022b183b9:0x2007a343a94cb89e', 'cid' => '2307992845049182366', 'latitude' => 41.57147409999999609908627462573349475860595703125, 'longitude' => -72.04691950000000133513822220265865325927734375, 'is_claimed' => null, 'local_justifications' => null, 'is_directory_item' => true))))))), '06160438-2792-0242-0000-a535c4ccde18', 'discovery')
     (src/Controller/Seo/SEOTasksController.php:331)
  at App\Controller\Seo\SEOTasksController->taskreturn('discovery', 'business_data', 'google', 'my_business_info', '3086936a-266d-4b53-a03e-007e90892734')
     (vendor/symfony/http-kernel/HttpKernel.php:152)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:74)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public_html/index.php:28)                
[2/3] Exception
Doctrine\DBAL\Driver\PDO\Exception:
SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'lng' at row 1

  at vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26
  at Doctrine\DBAL\Driver\PDO\Exception::new(object(PDOException))
     (vendor/doctrine/dbal/src/Driver/PDO/Statement.php:103)
  at Doctrine\DBAL\Driver\PDO\Statement->execute(null)
     (vendor/doctrine/dbal/src/Statement.php:180)
  at Doctrine\DBAL\Statement->execute(null)
     (vendor/doctrine/dbal/src/Statement.php:221)
  at Doctrine\DBAL\Statement->executeStatement()
     (vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:276)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->executeInserts()
     (vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:1128)
  at Doctrine\ORM\UnitOfWork->executeInserts(object(ClassMetadata))
     (vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:425)
  at Doctrine\ORM\UnitOfWork->commit(null)
     (vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:392)
  at Doctrine\ORM\EntityManager->flush(null)
     (var/cache/dev/ContainerADpVxC8/EntityManager_9a5be93.php:136)
  at ContainerADpVxC8\EntityManager_9a5be93->flush()
     (src/Controller/Seo/SEOTasksController.php:578)
  at App\Controller\Seo\SEOTasksController->businessDataStoreG(array(array('keyword' => 'cid:6984540354015267344', 'se_domain' => 'google.com', 'location_code' => 1025531, 'language_code' => 'en', 'check_url' => 'https://www.google.com/maps?cid=6984540354015267344&hl=en&gl=US', 'datetime' => '2025-06-16 01:38:59 +00:00', 'item_types' => array('google_business_info'), 'items_count' => 1, 'items' => array(array('type' => 'google_business_info', 'rank_group' => 1, 'rank_absolute' => 1, 'position' => 'left', 'title' => 'Ponemah Mills on the Shetucket River', 'original_title' => null, 'description' => null, 'category' => 'Apartment building', 'category_ids' => array('apartment_building'), 'additional_categories' => null, 'cid' => '6984540354015267344', 'feature_id' => '0x89e670d1d5af2f5f:0x60ee127240760a10', 'address' => '607 Norwich Ave, Taftville, CT 06380', 'address_info' => array('borough' => 'Taftville', 'address' => '607 Norwich Ave', 'city' => 'Taftville', 'zip' => '06380', 'region' => 'Connecticut', 'country_code' => 'US'), 'place_id' => 'ChIJXy-v1dFw5okREAp2QHIS7mA', 'phone' => '+1860-294-4198', 'url' => 'https://www.ponemahmills.com/the-lofts-at-ponemah-mills-taftville-ct', 'contact_url' => null, 'contributor_url' => null, 'book_online_url' => null, 'domain' => 'www.ponemahmills.com', 'logo' => null, 'main_image' => 'https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrWO2lSttEygIS1Dsw_fXRfDInXm8FFsOd3nnvcupZzYxY3KDBVcf4JKnScyqFk1FZqTtuEeyKfSLW6cKxqcaKeahb7bMaE_odFKLlFveilUn8R6sZ1XXpo9wJ2Ksyh3t-3GyTn=w408-h306-k-no', 'total_photos' => 23, 'snippet' => '607 Norwich Ave, Taftville, CT 06380', 'latitude' => 41.571031599999997752092895098030567169189453125, 'longitude' => -72.0474645999999978585037752054631710052490234375, 'is_claimed' => false, 'questions_and_answers_count' => null, 'attributes' => array('available_attributes' => array('accessibility' => array('has_wheelchair_accessible_entrance', 'has_wheelchair_accessible_parking')), 'unavailable_attributes' => null), 'place_topics' => null, 'rating' => array('rating_type' => 'Max5', 'value' => 3.70000000000000017763568394002504646778106689453125, 'votes_count' => 9, 'rating_max' => null), 'hotel_rating' => null, 'price_level' => null, 'rating_distribution' => array(3, 0, 0, 0, 6), 'people_also_search' => array(array('cid' => '8369886374393536139', 'feature_id' => '0x0:0x7427cf4fdc1bde8b', 'title' => 'The Mill at Indian Leap', 'rating' => array('rating_type' => 'Max5', 'value' => 4.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '16392245257512859146', 'feature_id' => '0x0:0xe37cf4363d22b60a', 'title' => 'Falls Mill Condominiums', 'rating' => array('rating_type' => 'Max5', 'value' => 4.29999999999999982236431605997495353221893310546875, 'votes_count' => 27, 'rating_max' => null)), array('cid' => '17265707603007890759', 'feature_id' => '0x0:0xef9c1d96590be547', 'title' => 'Wequonnoc Village Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => 2.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '12334713347002946799', 'feature_id' => '0x0:0xab2db46fde6154ef', 'title' => 'The Hills At Riverview', 'rating' => array('rating_type' => 'Max5', 'value' => 2.79999999999999982236431605997495353221893310546875, 'votes_count' => 4, 'rating_max' => null)), array('cid' => '9094524957101143563', 'feature_id' => '0x0:0x7e363e437cf0360b', 'title' => 'Fourth Avenue Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null))), 'work_time' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'popular_times' => null, 'local_business_links' => null, 'is_directory_item' => false, 'directory' => array('title' => 'At this place', 'items' => array(array('type' => 'maps_search', 'rank_group' => 1, 'rank_absolute' => 1, 'domain' => null, 'title' => 'Taftville Power station', 'url' => null, 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null), 'rating_distribution' => array(0, 0, 0, 0, 0), 'snippet' => null, 'address' => 'Norwich, CT', 'address_info' => array('borough' => null, 'address' => null, 'city' => null, 'zip' => null, 'region' => null, 'country_code' => null), 'place_id' => null, 'phone' => null, 'main_image' => null, 'total_photos' => null, 'category' => 'Hydroelectric power plant', 'additional_categories' => null, 'price_level' => null, 'hotel_rating' => null, 'category_ids' => null, 'work_hours' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'feature_id' => '0x89e6710022b183b9:0x2007a343a94cb89e', 'cid' => '2307992845049182366', 'latitude' => 41.57147409999999609908627462573349475860595703125, 'longitude' => -72.04691950000000133513822220265865325927734375, 'is_claimed' => null, 'local_justifications' => null, 'is_directory_item' => true))))))), '06160438-2792-0242-0000-a535c4ccde18', 'discovery')
     (src/Controller/Seo/SEOTasksController.php:331)
  at App\Controller\Seo\SEOTasksController->taskreturn('discovery', 'business_data', 'google', 'my_business_info', '3086936a-266d-4b53-a03e-007e90892734')
     (vendor/symfony/http-kernel/HttpKernel.php:152)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:74)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public_html/index.php:28)                
[1/3] PDOException
PDOException:
SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'lng' at row 1

  at vendor/doctrine/dbal/src/Driver/PDO/Statement.php:101
  at PDOStatement->execute(null)
     (vendor/doctrine/dbal/src/Driver/PDO/Statement.php:101)
  at Doctrine\DBAL\Driver\PDO\Statement->execute(null)
     (vendor/doctrine/dbal/src/Statement.php:180)
  at Doctrine\DBAL\Statement->execute(null)
     (vendor/doctrine/dbal/src/Statement.php:221)
  at Doctrine\DBAL\Statement->executeStatement()
     (vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:276)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->executeInserts()
     (vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:1128)
  at Doctrine\ORM\UnitOfWork->executeInserts(object(ClassMetadata))
     (vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:425)
  at Doctrine\ORM\UnitOfWork->commit(null)
     (vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:392)
  at Doctrine\ORM\EntityManager->flush(null)
     (var/cache/dev/ContainerADpVxC8/EntityManager_9a5be93.php:136)
  at ContainerADpVxC8\EntityManager_9a5be93->flush()
     (src/Controller/Seo/SEOTasksController.php:578)
  at App\Controller\Seo\SEOTasksController->businessDataStoreG(array(array('keyword' => 'cid:6984540354015267344', 'se_domain' => 'google.com', 'location_code' => 1025531, 'language_code' => 'en', 'check_url' => 'https://www.google.com/maps?cid=6984540354015267344&hl=en&gl=US', 'datetime' => '2025-06-16 01:38:59 +00:00', 'item_types' => array('google_business_info'), 'items_count' => 1, 'items' => array(array('type' => 'google_business_info', 'rank_group' => 1, 'rank_absolute' => 1, 'position' => 'left', 'title' => 'Ponemah Mills on the Shetucket River', 'original_title' => null, 'description' => null, 'category' => 'Apartment building', 'category_ids' => array('apartment_building'), 'additional_categories' => null, 'cid' => '6984540354015267344', 'feature_id' => '0x89e670d1d5af2f5f:0x60ee127240760a10', 'address' => '607 Norwich Ave, Taftville, CT 06380', 'address_info' => array('borough' => 'Taftville', 'address' => '607 Norwich Ave', 'city' => 'Taftville', 'zip' => '06380', 'region' => 'Connecticut', 'country_code' => 'US'), 'place_id' => 'ChIJXy-v1dFw5okREAp2QHIS7mA', 'phone' => '+1860-294-4198', 'url' => 'https://www.ponemahmills.com/the-lofts-at-ponemah-mills-taftville-ct', 'contact_url' => null, 'contributor_url' => null, 'book_online_url' => null, 'domain' => 'www.ponemahmills.com', 'logo' => null, 'main_image' => 'https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrWO2lSttEygIS1Dsw_fXRfDInXm8FFsOd3nnvcupZzYxY3KDBVcf4JKnScyqFk1FZqTtuEeyKfSLW6cKxqcaKeahb7bMaE_odFKLlFveilUn8R6sZ1XXpo9wJ2Ksyh3t-3GyTn=w408-h306-k-no', 'total_photos' => 23, 'snippet' => '607 Norwich Ave, Taftville, CT 06380', 'latitude' => 41.571031599999997752092895098030567169189453125, 'longitude' => -72.0474645999999978585037752054631710052490234375, 'is_claimed' => false, 'questions_and_answers_count' => null, 'attributes' => array('available_attributes' => array('accessibility' => array('has_wheelchair_accessible_entrance', 'has_wheelchair_accessible_parking')), 'unavailable_attributes' => null), 'place_topics' => null, 'rating' => array('rating_type' => 'Max5', 'value' => 3.70000000000000017763568394002504646778106689453125, 'votes_count' => 9, 'rating_max' => null), 'hotel_rating' => null, 'price_level' => null, 'rating_distribution' => array(3, 0, 0, 0, 6), 'people_also_search' => array(array('cid' => '8369886374393536139', 'feature_id' => '0x0:0x7427cf4fdc1bde8b', 'title' => 'The Mill at Indian Leap', 'rating' => array('rating_type' => 'Max5', 'value' => 4.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '16392245257512859146', 'feature_id' => '0x0:0xe37cf4363d22b60a', 'title' => 'Falls Mill Condominiums', 'rating' => array('rating_type' => 'Max5', 'value' => 4.29999999999999982236431605997495353221893310546875, 'votes_count' => 27, 'rating_max' => null)), array('cid' => '17265707603007890759', 'feature_id' => '0x0:0xef9c1d96590be547', 'title' => 'Wequonnoc Village Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => 2.5, 'votes_count' => 8, 'rating_max' => null)), array('cid' => '12334713347002946799', 'feature_id' => '0x0:0xab2db46fde6154ef', 'title' => 'The Hills At Riverview', 'rating' => array('rating_type' => 'Max5', 'value' => 2.79999999999999982236431605997495353221893310546875, 'votes_count' => 4, 'rating_max' => null)), array('cid' => '9094524957101143563', 'feature_id' => '0x0:0x7e363e437cf0360b', 'title' => 'Fourth Avenue Apartments', 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null))), 'work_time' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'popular_times' => null, 'local_business_links' => null, 'is_directory_item' => false, 'directory' => array('title' => 'At this place', 'items' => array(array('type' => 'maps_search', 'rank_group' => 1, 'rank_absolute' => 1, 'domain' => null, 'title' => 'Taftville Power station', 'url' => null, 'rating' => array('rating_type' => 'Max5', 'value' => null, 'votes_count' => null, 'rating_max' => null), 'rating_distribution' => array(0, 0, 0, 0, 0), 'snippet' => null, 'address' => 'Norwich, CT', 'address_info' => array('borough' => null, 'address' => null, 'city' => null, 'zip' => null, 'region' => null, 'country_code' => null), 'place_id' => null, 'phone' => null, 'main_image' => null, 'total_photos' => null, 'category' => 'Hydroelectric power plant', 'additional_categories' => null, 'price_level' => null, 'hotel_rating' => null, 'category_ids' => null, 'work_hours' => array('work_hours' => array('timetable' => null, 'current_status' => 'close')), 'feature_id' => '0x89e6710022b183b9:0x2007a343a94cb89e', 'cid' => '2307992845049182366', 'latitude' => 41.57147409999999609908627462573349475860595703125, 'longitude' => -72.04691950000000133513822220265865325927734375, 'is_claimed' => null, 'local_justifications' => null, 'is_directory_item' => true))))))), '06160438-2792-0242-0000-a535c4ccde18', 'discovery')
     (src/Controller/Seo/SEOTasksController.php:331)
  at App\Controller\Seo\SEOTasksController->taskreturn('discovery', 'business_data', 'google', 'my_business_info', '3086936a-266d-4b53-a03e-007e90892734')
     (vendor/symfony/http-kernel/HttpKernel.php:152)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:74)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public_html/index.php:28)