OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

This topic contains 8 replies, has 5 voices, and was last updated by  Alexandr Smaga 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
  • #25666

    Sogos
    Participant

    Hello,

    Thanks for your great work

    According to me jquery.js & bootstrap.switch.js are missing and not deployed via assetic dump.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Author
    Replies
  • #25667

    ignat
    Participant

    Hi,

    Did you have any errors during composer install?

    Try to run manually

    #25668

    Yevhen Shyshkin
    Participant

    Also you can try to reinstall vendors:
    php composer.phar update --prefer-dist

    and then regenerate assets and assetics

    #25669

    Sogos
    Participant

    Ok checking, my first check was to check if jquery was include in template but can’t find where :/

    #25670

    ignat
    Participant

    It’s included in Oro/Bundle/UIBundle/Resources/config/assets.yml. This configuration is merged with others bundles assets.yml and might be included using Twig tags “oro_js” and “oro_css” in layout template OroUIBundle:Default:index.html.twig.

    #25671

    ignat
    Participant

    By the way, you can try to run application using “devjs” environment. Just target app_dev_js.php in your browser. In this case all js and css files will be loaded through assetic controller.

    #25672

    Sogos
    Participant

    Ok trick via app_dev_js.php worked well thanks!

    #25673

    diglin
    Participant

    I had also design display problem.
    I had an error during the install saying something like “finding the js/routes.js” failed.

    Using the following code provided above helped me:

    #25674

    Alexandr Smaga
    Participant

    js/routes.js file has to be generated after composer install/update, so if you had some troubles during composer’s work, you have to generate it manually by commands that you wrote.

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

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

Back to top