OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform The optional option "config_id" has no value set. You should make sure it is set

This topic contains 1 reply, has 2 voices, and was last updated by  Nikita Makarov 6 years, 6 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #37069

    sachingk.30
    Participant

    I am using Oro Platform for my custom application. In here, I have created custom form Type called “CardType”.
    Now, When I load the form in controller like below,

    $form = $this->createForm(CardType::NAME , $card);

    I am getting following error.

    The optional option “config_id” has no value set. You should make sure it is set

    Kindly let me know why am I getting this error. What is config_id ?

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #37070

    Nikita Makarov
    Participant

    Hello, sachingk.30.

    I’m not sure but seems your form extends some platform form that requires this option to be passed during form creation.
    Or your form may have fields what requires this option.

    Please provide more info and also please provide the version of a platform is used by you.

Viewing 1 replies (of 1 total)

The forum ‘OroPlatform’ is closed to new topics and replies.

Back to top