Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: An error has occurred resolving the options of the form "SolidInvoice\TaxBundle\Form\Type\TaxEnti... #981

Closed
sentry-io bot opened this issue Nov 22, 2023 · 0 comments · Fixed by #982
Assignees
Labels
Milestone

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 22, 2023

Sentry Issue: SOLIDINVOICE-F

Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: The option "class" does not exist. Defined options are: "action", "allow_extra_fields", "allow_file_upload", "attr", "attr_translation_parameters", "auto_initialize", "block_name", "block_prefix", "by_reference", "choice_attr", "choice_filter", "choice_label", "choice_loader", "choice_name", "choice_translation_domain", "choice_translation_parameters", "choice_value", "choices", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_token_id", "csrf_token_manager", "data", "data_class", "disabled", "empty_data", "error_bubbling", "error_mapping", "expanded", "extra_fields_message", "form_attr", "getter", "group_by", "help", "help_attr", "help_html", "help_translation_parameters", "help_type", "inherit_data", "invalid_message", "invalid_message_parameters", "is_empty_callback", "label", "label_attr", "label_format", "label_html", "label_translation_parameters", "legacy_error_messages", "mapped", "method", "multiple", "placeholder", "post_max_size_message", "preferred_choices", "priority", "property_path", "required", "row_attr", "setter", "translation_domain", "trim", "upload_max_size_message", "validation_groups".
  File "/src/QuoteBundle/Form/Handler/AbstractQuoteHandler.php", line 52, in SolidInvoice\QuoteBundle\Form\Handler\AbstractQuoteHandler::getForm
    return $factory->create(QuoteType::class, $options->get('quote'), $options->get('form_options'));
  File "/src/QuoteBundle/Action/Create.php", line 61, in SolidInvoice\QuoteBundle\Action\Create::__invoke
    return $this->handler->handle(QuoteCreateHandler::class, $options);
  File "/public/index.php", line 19
    require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(19 additional frame(s) were not displayed)

Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: An error has occurred resolving the options of the form "SolidInvoice\TaxBundle\Form\Type\TaxEntityType": The option "class" does not exist. Defined options are: "action", "allow_extra_fields", "allow_file_upload", "attr", "attr_translation_parameters", "auto_initialize", "block_name", "block_prefix", "by_reference", "choice_attr", "choice_filter", "choice_label", "choice_loader", "choice_name", "choice_translation_domain", "choice_translation_parameters", "choice_value", "choices", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_token_id", "csrf_token_manager", "data", "data_class", "disabled", "empty_data", "error_bubbling", "error_mapping", "expanded", "extra_fields_message", "form_attr", "getter", "group_by", "help", "help_attr", "help_html", "help_translation_parameters", "help_type", "inherit_data", "invalid_message", "invalid_message_parameters", "is_empty_callback", "label", "label_attr", "label_format", "label_html", "label_translation_parameters", "legacy_error_messages", "mapped", "method", "multiple", "placeholder", "post_max_size_message", "preferred_choices", "priority", "property_path", "required", "row_attr", "setter", "translation_domain", "trim", "upload_max_size_message", "validation_groups".
  File "/src/QuoteBundle/Form/Handler/AbstractQuoteHandler.php", line 52, in SolidInvoice\QuoteBundle\Form\Handler\AbstractQuoteHandler::getForm
    return $factory->create(QuoteType::class, $options->get('quote'), $options->get('form_options'));
  File "/src/QuoteBundle/Action/Create.php", line 61, in SolidInvoice\QuoteBundle\Action\Create::__invoke
    return $this->handler->handle(QuoteCreateHandler::class, $options);
  File "/public/index.php", line 19
    require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(18 additional frame(s) were not displayed)

Uncaught PHP Exception Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: "An error has occurred resolving the options of the form "SolidInvoice\TaxBundle\Form\Type\TaxEntityType": The option "class" does not exist. Defined options are: "action", "allow_extra_fields", "allow_file_upload", "attr", "attr_translation_parameters", "auto_initialize", "block_name", "block_prefix", "by_reference", "choice_attr", "choice_filter", "choice_label", "choice_loader", "choice_name", "choice_translation_domain", "choice_translation_parameters", "choice_value", "choices", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_token_id", "csrf_token_manager", "data", "data_class", "disabled", "empty_data", "error_bubbling", "error_mapping", "expanded", "extra_fields_message", "form_attr", "getter", "group_by", "help", "help_attr", "help_html", "help_translation_parameters", "help_type", "inherit_data", "invalid_message", "invalid_message_parameters", "is_empty_callback", "label", "label_attr", "label_format", "label_html", "label_translation_parameters", "legacy_error_messages", "mapped", "method", "multiple", "placeholder", "post_max_size_message", "preferred_choices", "priority", "property_path", "required", "row_attr", "setter", "translation_domain", "trim", "upload_max_size_message", "validation_groups"." at /var/www/html/solidinvoice/2.2.5/vendor/symfony/form/ResolvedFormType.php line 102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant