OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems Install fails on Centos 7.2.1511

This topic contains 24 replies, has 4 voices, and was last updated by  Michael 8 years ago.

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

  • Creator
    Topic
  • #26990

    vfbsilva
    Participant

    Folks my installation fails with the following error:

    I have doubled checked my repositories and downloads, they should be oki.

    Composer is installed as you can see:

    I got it from https://getcomposer.org/download/ and I’m using version:
    1.0.0-alpha11 (2015-11-14)

    My machine has 2 GB RAM, is it enough? I’ve noticed that the machine almost runs into swap before failing at the installation. Ive read here https://github.com/composer/composer/issues/2704 and tried to install gaving the ram limit as a command line argument.

    Any pointers?

    Regards,
    vfbsilva

Viewing 15 replies - 1 through 15 (of 24 total)
  • Author
    Replies
  • #26991

    vfbsilva
    Participant

    So I answer my own question. I’ve foind that I needed a specific version of composer I’ve installed it modifying the composer.json to the following

    {
    “require”: {
    “oro/crm”: “^1.9”
    },
    “repositories”: [
    {
    “type”: “composer”,
    “url”: “http://packagist.orocrm.com”
    }
    ]

    }

    #26992

    vfbsilva
    Participant

    But now it fails with:

    But knp is installed on a newer version:

    #26993

    Ivan Klymenko
    Spectator

    Hi vfbsilva,
    we were not able to reproduce the issue described on the CentOS.
    Please clone latest stable OroCRM application from GitHub or use these composer.json and composer.lock and try again.

    #26994

    vfbsilva
    Participant

    I’ve tried with the composer files you provided and ended on the same error.

    #26995

    Ivan Klymenko
    Spectator

    Did you run “composer install” or “composer update”?
    Recommended way is to run composer install

    #26996

    vfbsilva
    Participant

    I’ve ran install as follows:

    #26997

    vfbsilva
    Participant

    I’ve fixed this issue by installing

    But now it fails with

    #26998

    vfbsilva
    Participant

    More details from the error here:

    #26999

    vfbsilva
    Participant

    So, I’ve discovered that running the install seems to must be made from inside the crm app folder. But now it fails again with no RAM despite the amount being defined on command line.

    #27000

    vfbsilva
    Participant

    I’ve edited the php.ini to have 12MB as default ram for php processes and now it is oki I finished the build but when I get to setup the database it fails:

    #27001

    vfbsilva
    Participant

    Okay I improved the situation but now the installer fails;Installation error

    #27002

    Ivan Klymenko
    Spectator

    Could you please share install and prod logs. We need to check the error to understand where could be an issue.

    #27003

    vfbsilva
    Participant

    Here we go.
    prod.log
    install.log

    #27004

    vfbsilva
    Participant

    I’ve cleared all the caches and got some progress. Not it fails with

    #27005

    vfbsilva
    Participant

    Cleared all buffers, dumped database started over same problem:

Viewing 15 replies - 1 through 15 (of 24 total)

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

Back to top