OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems oro/platform 1.x-dev requires ext-intl installation issue

This topic contains 4 replies, has 3 voices, and was last updated by  Yevhen Shyshkin 9 years, 7 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
  • #26145

    Webkul
    Participant

    Hi

    i was trying to install OROCRM application but during the installation i got this error , i am using git and and installed it via composer install

    Loading composer repositories with package information
    Installing dependencies (including require-dev)
    Your requirements could not be resolved to an installable set of packages.

    Problem 1
    – oro/platform 1.x-dev requires ext-intl * -> the requested PHP extension intl is missing from your system.
    – oro/platform 1.x-dev requires ext-intl * -> the requested PHP extension intl is missing from your system.
    – Installation request for oro/platform 1.x-dev -> satisfiable by oro/platform[1.x-dev].

    when i tried to install via zip nothing happens only a blank page .


Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • #26146

    Webkul
    Participant

    we have fixed it by installing the php modules . apt-get install php5-intl

    but i got another error

    [Symfony\Component\Process\Exception\ProcessTimedOutException] git fetch composer” exceeded the timeout
    of 300 seconds.

    – Installing oro/platform (dev-master 1c14eb6)
    in this step of installation


    #26147

    Yevhen Shyshkin
    Participant

    Hello, webkul.

    Could you please put here full installation log?
    Are you installing platform from UI or from console?

    #26148

    Wil
    Participant

    I have the same problem. Composer timeout.

    Installing dependencies from lock file
    – Installing oro/platform (dev-master f67839b)
    Cloning f67839bc09fbfb290d9f966f3c3c1b8bdcee8334

    [Symfony\Component\Process\Exception\ProcessTimedOutException]
    The process “git clone –no-checkout ‘git@github.com:orocrm/platform.git’ ‘
    /var/www/oroplatform/vendor/oro/platform’ && cd ‘/var/www/oroplatform/vendo
    r/oro/platform’ && git remote add composer ‘git@github.com:orocrm/platform.
    git’ && git fetch composer” exceeded the timeout of 300 seconds.

    install [–prefer-source] [–prefer-dist] [–dry-run] [–dev] [–no-dev] [–no-plugins] [–no-custom-installers] [–no-scripts] [–no-progress] [-v|vv|vvv|–verbose] [-o|–optimize-autoloader] [packages1] … [packagesN]

    #26149

    Yevhen Shyshkin
    Participant

    Hello, Wil.

    Please, try to increase COMPOSER_PROCESS_TIMEOUT.

    In Unix/Mac:

    In Windows:

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

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

Back to top