OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems The option "auto_initialize" does not exist.

This topic contains 2 replies, has 3 voices, and was last updated by  Dmitry Khrysev 10 years, 10 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
  • #25740

    raul782
    Participant

    When trying to create an account, route (account/create)
    I receive this error.

    The option “auto_initialize” does not exist. Known options are: “attr”, “block_name”, “by_reference”, “cascade_validation”, “compound”, “constraints”,……

    The error happens:
    at Form ->setData (object(Account))
    in /path/crm-application/vendor/oro/crm/src/OroCRM/Bundle/AccountBundle/Form/Handler/AccountHandler.php at line 49

    Any hint of what I’m missing
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #25741

    This problem was introduced with the new revision of JsFormValidationBundle. As a temporary workaround, change the reference to a previous revision:
    – open composer.lock file
    – change bundle reference to d8961b782b046616a80444414070fbf4ee924d31

    – run composer install

    This should resolve issue.

    #25742

    As temporary solution update composer.json with next dependency

    “apy/jsfv-bundle”: “dev-master#a27847b4e0e52212277c4759826328b3cfaa15dc”

    And run
    composer update

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top