OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Installation fails

This topic contains 5 replies, has 2 voices, and was last updated by  mfejczaruk 6 years, 11 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
  • #31777

    markus
    Participant

    Hi,

    -cloned https://github.com/orocommerce/orocommerce-application.git yesterday (16.Mai.2017 2000CET)
    – installed according to README, /install.php shows “everything green” and the Button “NEXT” enabled….
    – initially fails at

    su www-data -c "php app/console oro:install --env prod -vvv --timeout 3600"

    with:

    [RuntimeException]

    [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]
    Unrecognized option "routes_to_expose" under "oro_frontend"

    – After editing ./app/config/config.yml and commenting out

    #oro_frontend:
    # routes_to_expose: [oro_*]

    the installation continued.

    Question: Is this the real and correct solution ? Should it be re-enabled after install ?

    Thanks in advance !


    Markus Welters

    Welters Datentechnik – Winternam 132 – 47647 Kerken
    Telefon +49 2831 9779560 – Mobil +49 172 2007477
    http://www.welters.deMarkus@Welters.de
    UmST. ID / VAT DE170762696

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #31778

    markus
    Participant

    BTW:
    – php7.0
    – memory_limit for cli = -1
    – op_cache configured according to other Forum Posts
    – cache cleared, filesystem rights checked

    ….and everything checked which I could “decode” out of Forum Posts


    Markus Welters

    Welters Datentechnik – Winternam 132 – 47647 Kerken
    Telefon +49 2831 9779560 – Mobil +49 172 2007477
    http://www.welters.deMarkus@Welters.de
    UmST. ID / VAT DE170762696

    #31779

    mfejczaruk
    Participant

    Hello,
    Could you please provide exact commerce version, so we can reproduce?

    #31780

    markus
    Participant

    Hi,

    i cloned https://github.com/orocommerce/orocommerce-application.git branch master on 16.Mai.2017 2000CET

    so I should be on latest release:
    Oro Packages
    Package Name Version License
    oro/redis-config 2.0.0-beta.1 MIT
    oro/doctrine-extensions 1.0.13 MIT
    oro/platform 2.0.0 MIT
    oro/marketing 2.0.0 OSL-3.0
    oro/crm-task-bundle 2.0.0 OSL-3.0
    oro/crm-call-bundle 2.0.0 OSL-3.0
    oro/calendar-bundle 2.0.0 OSL-3.0
    oro/crm 2.0.0 OSL-3.0
    oro/platform-serialised-fields 2.0.0 OSL-3.0
    oro/commerce 1.0.0 OSL-3.0
    oro/commerce-crm 1.0.0 OSL-3.0


    Markus Welters

    Welters Datentechnik – Winternam 132 – 47647 Kerken
    Telefon +49 2831 9779560 – Mobil +49 172 2007477
    http://www.welters.deMarkus@Welters.de
    UmST. ID / VAT DE170762696

    #31781

    markus
    Participant

    And if not… how do I get the latest release ?


    Markus Welters

    Welters Datentechnik – Winternam 132 – 47647 Kerken
    Telefon +49 2831 9779560 – Mobil +49 172 2007477
    http://www.welters.deMarkus@Welters.de
    UmST. ID / VAT DE170762696

    #31782

    mfejczaruk
    Participant

    It seems that config file isn’t synced with config loader. It means that routes_to_expose option is redundant, so you can safely remove it. We have ticket for this, and we’re gonna check it.

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

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

Back to top