Exceptions
Exception
Elastica\Exception\ ResponseException
Show exception properties
Elastica\Exception\ResponseException {#11400 #_request: Elastica\Request {#11386 #_params: array:5 [ "path" => "prod_bitbag_attribute_taxons_dev/_search" "method" => "POST" "data" => array:2 [ "query" => array:1 [ "bool" => array:1 [ "must" => array:1 [ 0 => array:1 [ "terms" => array:1 [ "attribute_taxons" => array:1 [ 0 => "z.2." ] ] ] ] ] ] "size" => 20 ] "query" => [] "contentType" => "application/json" ] #_rawParams: [] #_connection: Elastica\Connection {#7570 #_params: array:12 [ "config" => array:2 [ "headers" => [] "curl" => [] ] "host" => "elasticsearch-prod" "port" => 9200 "username" => "elastic" "password" => "ElasticSearch2024#Secure!Production" "http_error_codes" => array:3 [ 0 => 400 1 => 403 2 => 404 ] "ssl" => false "logger" => "fos_elastica.logger" "compression" => false "retryOnConflict" => 0 "persistent" => true "enabled" => true ] #_rawParams: [] } } #_response: Elastica\Response {#11579 #_queryTime: 0.010555028915405 #_responseString: "" #_transferInfo: array:38 [ "url" => "http://elasticsearch-prod:9200/prod_bitbag_attribute_taxons_dev/_search" "content_type" => "application/json" "http_code" => 404 "header_size" => 327 "request_size" => 635 "filetime" => -1 "ssl_verify_result" => 0 "redirect_count" => 1 "total_time" => 0.010453 "namelookup_time" => 0.000907 "connect_time" => 0.001099 "pretransfer_time" => 0.001309 "size_upload" => 79.0 "size_download" => 179.0 "speed_download" => 17124.0 "speed_upload" => 7557.0 "download_content_length" => 179.0 "upload_content_length" => 79.0 "starttransfer_time" => 0.010178 "redirect_time" => 0.007435 "redirect_url" => "" "primary_ip" => "172.19.0.5" "certinfo" => [] "primary_port" => 9200 "local_ip" => "172.19.0.2" "local_port" => 36928 "http_version" => 2 "protocol" => 1 "ssl_verifyresult" => 0 "scheme" => "http" "appconnect_time_us" => 0 "connect_time_us" => 1099 "namelookup_time_us" => 907 "pretransfer_time_us" => 1309 "redirect_time_us" => 7435 "starttransfer_time_us" => 10178 "total_time_us" => 10453 "effective_method" => "POST" ] #_response: array:2 [ "error" => array:7 [ "root_cause" => array:1 [ 0 => array:6 [ "type" => "index_not_found_exception" "reason" => "no such index [prod_bitbag_attribute_taxons_dev]" "resource.type" => "index_or_alias" "resource.id" => "prod_bitbag_attribute_taxons_dev" "index_uuid" => "_na_" "index" => "prod_bitbag_attribute_taxons_dev" ] ] "type" => "index_not_found_exception" "reason" => "no such index [prod_bitbag_attribute_taxons_dev]" "resource.type" => "index_or_alias" "resource.id" => "prod_bitbag_attribute_taxons_dev" "index_uuid" => "_na_" "index" => "prod_bitbag_attribute_taxons_dev" ] "status" => 404 ] #_status: 404 #_jsonBigintConversion: false } }
in
vendor/ruflin/elastica/src/Transport/Http.php
(line 178)
if ($connection->hasConfig('bigintConversion')) {$response->setJsonBigintConversion($connection->getConfig('bigintConversion'));}if ($response->hasError()) {throw new ResponseException($request, $response);}if ($response->hasFailedShards()) {throw new PartialShardFailureException($request, $response);}
in
vendor/ruflin/elastica/src/Request.php
->
exec
(line 183)
public function send(): Response{$transport = $this->getConnection()->getTransportObject();// Refactor: Not full toArray needed in exec?return $transport->exec($this, $this->getConnection()->toArray());}/*** @return array*/
in
vendor/ruflin/elastica/src/Client.php
->
send
(line 545)
$connection = $this->getConnection();$request = $this->_lastRequest = new Request($path, $method, $data, $query, $connection, $contentType);$this->_lastResponse = null;try {$response = $this->_lastResponse = $request->send();} catch (ConnectionException $e) {$this->_connectionPool->onFail($connection, $e, $this);$this->_logger->error('Elastica Request Failure', ['exception' => $e,'request' => $e->getRequest()->toArray(),
in
vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php
->
request
(line 73)
if ($this->dispatcher) {$this->dispatcher->dispatch(new PreElasticaRequestEvent($path, $method, $data, $query, $contentType));}try {$response = parent::request($path, $method, $data, $query, $contentType);if ($this->dispatcher) {$this->dispatcher->dispatch(new PostElasticaRequestEvent($this->getLastRequest(), $this->getLastResponse()));}} catch (ExceptionInterface $e) {
in
vendor/ruflin/elastica/src/Search.php
->
request
(line 352)
unset($params[self::OPTION_SCROLL_ID]);} else {$data = $query->toArray();}$response = $this->getClient()->request($path, $method, $data, $params);return $this->builder->buildResultSet($response, $query);}/**
in
vendor/ruflin/elastica/src/Index.php
->
search
(line 546)
*/public function search($query = '', $options = null, string $method = Request::POST): ResultSet{$search = $this->createSearch($query, $options);return $search->search('', null, $method);}/*** {@inheritdoc}*/
in
vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php
->
search
(line 117)
$queryObject = Query::create($query);if (null !== $limit) {$queryObject->setSize($limit);}return $this->searchable->search($queryObject, $options)->getResults();}}
in
vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php
->
search
(line 43)
$this->transformer = $transformer;}public function find($query, ?int $limit = null, array $options = []){$results = $this->search($query, $limit, $options);return $this->transformer->transform($results);}public function findHybrid($query, ?int $limit = null, array $options = [])
in
vendor/bitbag/elasticsearch-plugin/src/Finder/ProductAttributesFinder.php
->
find
(line 38)
$data[$this->taxonsProperty] = strtolower((string) $taxon->getCode());/** @var AbstractQuery $query */$query = $this->attributesByTaxonQueryBuilder->buildQuery($data);return $this->attributesFinder->find($query, $this->filterMax);}}
in
vendor/bitbag/elasticsearch-plugin/src/Controller/RequestDataHandler/ShopProductListDataHandler.php
->
findByTaxon
(line 47)
$data,$requestData['price'] ?? [],['facets' => $requestData['facets'] ?? []],);$attributesDefinitions = $this->attributesFinder->findByTaxon($taxon);$this->handleOptionsPrefixedProperty($requestData, $data);$this->handleAttributesPrefixedProperty($requestData, $data, $attributesDefinitions);return $data;
in
vendor/bitbag/elasticsearch-plugin/src/QueryBuilder/FormQueryBuilder/TaxonFacetsQueryBuilder.php
->
retrieveData
(line 35)
$eventData = $event->getData();if (!isset($eventData[$namePropertyPrefix])) {$eventData[$namePropertyPrefix] = '';}$data = $this->shopProductListDataHandler->retrieveData($eventData);/** @var Query\BoolQuery $boolQuery */$boolQuery = $this->searchProductsQueryBuilder->buildQuery($data);foreach ($data['facets'] ?? [] as $facetId => $selectedBuckets) {
in
vendor/bitbag/elasticsearch-plugin/src/Form/Resolver/ProductsFilterFacetResolver.php
->
getQuery
(line 30)
) {}public function resolveFacets(FormEvent $event, string $namePropertyPrefix): Pagerfanta{$query = $this->queryBuilder->getQuery($event, $namePropertyPrefix);foreach ($this->facetRegistry->getFacets() as $facetId => $facet) {$query->addAggregation($facet->getAggregation()->setName((string) $facetId));}
in
vendor/bitbag/elasticsearch-plugin/src/Form/EventSubscriber/AddFacetsEventSubscriber.php
->
resolveFacets
(line 44)
}public function addFacets(FormEvent $event): void{$this->autoDiscoverRegistry->autoRegister();$adapter = $this->facetsResolver->resolveFacets($event, $this->namePropertyPrefix)->getAdapter();$this->modifyForm($event->getForm(), $adapter);}private function modifyForm(FormInterface $form, AdapterInterface $adapter): void
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
addFacets
(line 206)
foreach ($listeners as $listener) {if ($stoppable && $event->isPropagationStopped()) {break;}$listener($event, $eventName, $this);}}/*** Sorts the internal list of listeners for the given event by priority.
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
callListeners
(line 56)
} else {$listeners = $this->getListeners($eventName);}if ($listeners) {$this->callListeners($listeners, $eventName, $event);}return $event;}
in
vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php
->
dispatch
(line 28)
) {}public function dispatch(object $event, ?string $eventName = null): object{return $this->dispatcher->dispatch($event, $eventName);}public function addListener(string $eventName, callable|array $listener, int $priority = 0): never{throw new \BadMethodCallException('Unmodifiable event dispatchers must not be modified.');
in
vendor/symfony/form/Form.php
->
dispatch
(line 476)
}// Hook to change content of the data submitted by the browserif ($dispatcher->hasListeners(FormEvents::PRE_SUBMIT)) {$event = new PreSubmitEvent($this, $submittedData);$dispatcher->dispatch($event, FormEvents::PRE_SUBMIT);$submittedData = $event->getData();}// Check whether the form is compound.// This check is preferable over checking the number of children,
in
vendor/sylius/resource-bundle/src/Bundle/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php
->
submit
(line 110)
} else {$data = $params ?: $files;}}$form->submit($data, 'PATCH' !== $method);}public function isFileUpload(mixed $data): bool{return $data instanceof File;
in
vendor/symfony/form/Form.php
->
handleRequest
(line 414)
return $this;}public function handleRequest(mixed $request = null): static{$this->config->getRequestHandler()->handleRequest($this, $request);return $this;}public function submit(mixed $submittedData, bool $clearMissing = true): static
in
vendor/bitbag/elasticsearch-plugin/src/Controller/Action/Shop/TaxonProductsSearchAction.php
->
handleRequest
(line 25)
{public function __invoke(Request $request): Response{$template = $request->get('template');$form = $this->formFactory->create(ShopProductsFilterType::class);$form->handleRequest($request);$requestData = array_merge($form->getData(),$request->query->all(),['slug' => $request->get('slug')]
in
vendor/symfony/http-kernel/HttpKernel.php
->
__invoke
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 182)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
declare(strict_types=1);use App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return static function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 22:28:58 | deprecation |
User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead. {
"exception": {}
}
|
| INFO 22:28:58 | deprecation |
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead. {
"exception": {}
}
|
| INFO 22:28:58 | doctrine |
Connecting with parameters {params} {
"params": {
"driver": "pdo_mysql",
"idle_connection_ttl": 600,
"host": "mariadb-prod",
"port": 3306,
"user": "sylius_prod",
"password": "<redacted>",
"driverOptions": [],
"defaultTableOptions": {
"collation": "utf8mb4_unicode_ci"
},
"dbname": "sylius_prod",
"charset": "utf8mb4"
}
}
|
| INFO 22:28:58 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "a36edf"
},
"request_uri": "https://dev.kochamysamochody.pl/_profiler/a36edf",
"method": "GET"
}
|
| DEBUG 22:28:58 | doctrine |
Executing statement: SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.shop_billing_data_id AS shop_billing_data_id_18, t0.channel_price_history_config_id AS channel_price_history_config_id_19, t0.default_locale_id AS default_locale_id_20, t21.code AS code_22, t21.created_at AS created_at_23, t21.updated_at AS updated_at_24, t21.id AS id_25, t0.base_currency_id AS base_currency_id_26, t27.code AS code_28, t27.created_at AS created_at_29, t27.updated_at AS updated_at_30, t27.id AS id_31, t0.default_tax_zone_id AS default_tax_zone_id_32, t0.menu_taxon_id AS menu_taxon_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t21 ON t0.default_locale_id = t21.id INNER JOIN sylius_currency t27 ON t0.base_currency_id = t27.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.shop_billing_data_id AS shop_billing_data_id_18, t0.channel_price_history_config_id AS channel_price_history_config_id_19, t0.default_locale_id AS default_locale_id_20, t21.code AS code_22, t21.created_at AS created_at_23, t21.updated_at AS updated_at_24, t21.id AS id_25, t0.base_currency_id AS base_currency_id_26, t27.code AS code_28, t27.created_at AS created_at_29, t27.updated_at AS updated_at_30, t27.id AS id_31, t0.default_tax_zone_id AS default_tax_zone_id_32, t0.menu_taxon_id AS menu_taxon_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t21 ON t0.default_locale_id = t21.id INNER JOIN sylius_currency t27 ON t0.base_currency_id = t27.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1",
"params": {
"1": "dev.kochamysamochody.pl",
"2": 1
},
"types": {
"1": 2,
"2": 5
}
}
|
| DEBUG 22:28:58 | doctrine |
Executing query: SELECT COUNT(*) FROM sylius_channel t0 {
"sql": "SELECT COUNT(*) FROM sylius_channel t0"
}
|
| DEBUG 22:28:58 | doctrine |
Executing query: SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.shop_billing_data_id AS shop_billing_data_id_18, t0.channel_price_history_config_id AS channel_price_history_config_id_19, t0.default_locale_id AS default_locale_id_20, t21.code AS code_22, t21.created_at AS created_at_23, t21.updated_at AS updated_at_24, t21.id AS id_25, t0.base_currency_id AS base_currency_id_26, t27.code AS code_28, t27.created_at AS created_at_29, t27.updated_at AS updated_at_30, t27.id AS id_31, t0.default_tax_zone_id AS default_tax_zone_id_32, t0.menu_taxon_id AS menu_taxon_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t21 ON t0.default_locale_id = t21.id INNER JOIN sylius_currency t27 ON t0.base_currency_id = t27.id LIMIT 1 {
"sql": "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.shop_billing_data_id AS shop_billing_data_id_18, t0.channel_price_history_config_id AS channel_price_history_config_id_19, t0.default_locale_id AS default_locale_id_20, t21.code AS code_22, t21.created_at AS created_at_23, t21.updated_at AS updated_at_24, t21.id AS id_25, t0.base_currency_id AS base_currency_id_26, t27.code AS code_28, t27.created_at AS created_at_29, t27.updated_at AS updated_at_30, t27.id AS id_31, t0.default_tax_zone_id AS default_tax_zone_id_32, t0.menu_taxon_id AS menu_taxon_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t21 ON t0.default_locale_id = t21.id INNER JOIN sylius_currency t27 ON t0.base_currency_id = t27.id LIMIT 1"
}
|
| DEBUG 22:28:58 | doctrine |
Executing statement: SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ?",
"params": {
"1": 3
},
"types": {
"1": 1
}
}
|
Stack Trace
|
ResponseException
|
|---|
Elastica\Exception\ResponseException:
no such index [prod_bitbag_attribute_taxons_dev] [index: prod_bitbag_attribute_taxons_dev]
at vendor/ruflin/elastica/src/Transport/Http.php:178
at Elastica\Transport\Http->exec(object(Request), array('connection' => array('config' => array('headers' => array(), 'curl' => array()), 'host' => 'elasticsearch-prod', 'port' => 9200, 'username' => 'elastic', 'password' => 'ElasticSearch2024#Secure!Production', 'http_error_codes' => array(400, 403, 404), 'ssl' => false, 'logger' => 'fos_elastica.logger', 'compression' => false, 'retryOnConflict' => 0, 'persistent' => true, 'enabled' => true)))
(vendor/ruflin/elastica/src/Request.php:183)
at Elastica\Request->send()
(vendor/ruflin/elastica/src/Client.php:545)
at Elastica\Client->request('prod_bitbag_attribute_taxons_dev/_search', 'POST', array('query' => array('bool' => array('must' => array(array('terms' => array('attribute_taxons' => array('z.2.')))))), 'size' => 20), array(), 'application/json')
(vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php:73)
at FOS\ElasticaBundle\Elastica\Client->request('prod_bitbag_attribute_taxons_dev/_search', 'POST', array('query' => array('bool' => array('must' => array(array('terms' => array('attribute_taxons' => array('z.2.')))))), 'size' => 20), array())
(vendor/ruflin/elastica/src/Search.php:352)
at Elastica\Search->search(object(Query), null, 'POST')
(vendor/ruflin/elastica/src/Index.php:546)
at Elastica\Index->search(object(Query), array())
(vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php:117)
at FOS\ElasticaBundle\Finder\TransformedFinder->search(object(BoolQuery), 20, array())
(vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php:43)
at FOS\ElasticaBundle\Finder\TransformedFinder->find(object(BoolQuery), 20)
(vendor/bitbag/elasticsearch-plugin/src/Finder/ProductAttributesFinder.php:38)
at BitBag\SyliusElasticsearchPlugin\Finder\ProductAttributesFinder->findByTaxon(object(Taxon))
(vendor/bitbag/elasticsearch-plugin/src/Controller/RequestDataHandler/ShopProductListDataHandler.php:47)
at BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\ShopProductListDataHandler->retrieveData(array('name' => ''))
(vendor/bitbag/elasticsearch-plugin/src/QueryBuilder/FormQueryBuilder/TaxonFacetsQueryBuilder.php:35)
at BitBag\SyliusElasticsearchPlugin\QueryBuilder\FormQueryBuilder\TaxonFacetsQueryBuilder->getQuery(object(PreSubmitEvent), 'name')
(vendor/bitbag/elasticsearch-plugin/src/Form/Resolver/ProductsFilterFacetResolver.php:30)
at BitBag\SyliusElasticsearchPlugin\Form\Resolver\ProductsFilterFacetResolver->resolveFacets(object(PreSubmitEvent), 'name')
(vendor/bitbag/elasticsearch-plugin/src/Form/EventSubscriber/AddFacetsEventSubscriber.php:44)
at BitBag\SyliusElasticsearchPlugin\Form\EventSubscriber\AddFacetsEventSubscriber->addFacets(object(PreSubmitEvent), 'form.pre_submit', object(EventDispatcher))
(vendor/symfony/event-dispatcher/EventDispatcher.php:206)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(Closure), object(Closure)), 'form.pre_submit', object(PreSubmitEvent))
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(PreSubmitEvent), 'form.pre_submit')
(vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php:28)
at Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch(object(PreSubmitEvent), 'form.pre_submit')
(vendor/symfony/form/Form.php:476)
at Symfony\Component\Form\Form->submit(array(), true)
(vendor/sylius/resource-bundle/src/Bundle/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php:110)
at Sylius\Bundle\ResourceBundle\Form\Extension\HttpFoundation\HttpFoundationRequestHandler->handleRequest(object(Form), object(Request))
(vendor/symfony/form/Form.php:414)
at Symfony\Component\Form\Form->handleRequest(object(Request))
(vendor/bitbag/elasticsearch-plugin/src/Controller/Action/Shop/TaxonProductsSearchAction.php:25)
at BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction->__invoke(object(Request))
(vendor/symfony/http-kernel/HttpKernel.php:183)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:182)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:29)
at require_once('/var/www/html/vendor/autoload_runtime.php')
(public/index.php:7)
|