OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

This topic contains 23 replies, has 12 voices, and was last updated by  Hryhorii Hrebiniuk 7 years, 4 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
  • #25583

    kalpesh
    Participant

    I have installed OroCRM and OroPlatform, but I can’t see the JS and CSS files being loaded when I open it in browser. I have checked there is only one JS file in web/js (routes.js) and no CSS folder in there.

    Any suggestions?

Viewing 8 replies - 16 through 23 (of 23 total)
  • Author
    Replies
  • #25599

    babr79
    Participant

    I found a source of problem!

    If in php.ini set:
    mbstring.func_overload = 7

    then leafo parser does not work properly!

    After set to
    mbstring.func_overload = 4
    Al works right!

    #25600

    Hryhorii Hrebiniuk
    Participant

    Great!
    Thank you for posting the solution.

    #25601

    ianfp
    Participant

    It seems that the installer runs all of these commands, in this order:

    oro:navigation:init
    fos:js-routing:dump --target=web/js/routes.js
    oro:localization:dump
    oro:assets:install
    assetic:dump
    oro:requirejs:build
    cache:clear

    #25602

    Artem Liubeznyi
    Spectator

    We have expected similar issues with Purify content blocker in iOS Safari.

    Thanks for the heads up, we will investigate this issue. Please post if you happen to find more information.

    Thank you.

    #25603

    mirche
    Participant

    Hi,

    I’m also having troubles after updating my project.
    assetic:dump fails to generatie oro.css file. It comes out with message
    ” [Exception]
    expected color value: line: 8

    The problems seems to be in web/bundles/orodatagrid/css/less/main.less

    I also did the steos shown in the #post-10077, but it didn’t help.

    Any idea how to fix it?

    #25604

    Hryhorii Hrebiniuk
    Participant

    Hi @mirche,

    Please check if in you configuration file you have:

    Like it is in app/config/config.yml.

    #25605

    oro_newbie
    Participant

    @Hryhorii Hrebiniuk

    I think you should edit your reply and remove the line rm -rf web/bundles because I’m using OroCRM version 1.9.0 and once I ran that command my web/bundles/components folder got deleted and won’t come back no matter what I do.

    #25606

    Hryhorii Hrebiniuk
    Participant

    Hi, @oro_newbie.

    Yes, you are right. One required action is missing. After bundles folder is removed, you have to reinstall vendors to get components installed. Run:

    Will update previous comment. Thanks.

Viewing 8 replies - 16 through 23 (of 23 total)

The forum ‘OroCRM – HTML, JavaScript, CSS, Design Questions’ is closed to new topics and replies.

Back to top