OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce oroCommerec new version

This topic contains 9 replies, has 3 voices, and was last updated by  ujwal 6 years, 1 month ago.

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

  • Creator
    Topic
  • #32757

    ujwal
    Participant

    I downloaded new version oroCOmmerce but not getting controller,
    1)in documentetion describe
    “Modules that fully support Chaplin architecture are placed in app folder”.
    but app folder there is not any controller only

    2)
    attacment,
    cache,
    config,
    import-export,
    logs,
    resources.
    folder are present in app folder
    please give me suggetion

Viewing 9 replies - 1 through 9 (of 9 total)
  • Author
    Replies
  • #32758

    vitaliyberdylo
    Participant

    Hello, ujwal.s
    After download you should run composer install command
    After that you’ll get ORO packages as vendor.
    If you are trying to find Chaplin Controller.
    Currently the only one controller is in application – PageController
    https://github.com/oroinc/platform/blob/2.6.1/src/Oro/Bundle/UIBundle/Resources/public/js/app/controllers/page-controller.js

    Also all PHP controllers for application located in Controller folder in appropriate Bundles, according Symfony conventions

    #32759

    ujwal
    Participant

    thank u very much for your reply,
    but my src folder is completly empty ,only htaccess hidden file is threre .please give me ant suggetion

    #32760

    vitaliyberdylo
    Participant

    It’s Ok. src folder in application is intended for your own customization application.
    You should have all Oro code in vendor folder vendor/oro.

    Please read our Installation Guide for a more detailing
    https://oroinc.com/b2b-ecommerce/doc/current/install-upgrade

    #32761

    ujwal
    Participant

    hello sir,

    Good morning
    thanks for your reply.
    in got another issue ,when i start admin panel os oro commerce each time showing massege “The application is not configured properly (message consumers are not available). Please contact the system administrator.”
    Please give me suggetion

    #32762

    ujwal
    Participant

    hello sir,

    my oro commerce application running successfully front end also and admin panel also.
    i created 1 product also.
    1) after that when i create one bundle ‘Homebundle’ its created .after that when i run orocommerce.loc on browser its shows internal 500 error before that create bundle ‘orocommerce.loc’ link working

    please give me suggetion

    #32763

    Dmitriy Pasechnik
    Participant

    Hi ujwai.

    Error
    “The application is not configured properly (message consumers are not available). Please contact the system administrator.”
    means that you need to start a message queue consumer in console

    https://oroinc.com/orocrm/doc/2.3/book/jobs

    As for the issue with ‘internal 500 error’
    Look at the ‘app/logs/prod.log’ – it should contain detailed information about error.

    #32764

    ujwal
    Participant

    Thanks for ur reply

    #32765

    ujwal
    Participant

    Hello sir,
    I configure and install another setup of oro commerce . But when I run orocommerce.loc on on browser in url it’s showing blank page .

    Please give me suggestion. What should I have to do

    #32766

    ujwal
    Participant

    app/console cache:clear –env prod

    i tried this command .its sucessfully running

    thank you.

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

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

Back to top