OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

This topic contains 2 replies, has 3 voices, and was last updated by  annuksun 8 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
  • #35184

    steffen.bauer
    Participant

    Hi,

    when i try to install OroCRM with composer i get some errors:

    – Installing zendframework/zend-stdlib (2.1.5)
    Downloading: Connecting… Failed to download zendframework/zend-stdlib from dist: The “https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/1b21f3f9a206bd79da3c660b8c550b50d88f3a7e” file could not be downloaded (HTTP/1.1 404 Not Found)
    Now trying to download from source
    – Installing zendframework/zend-stdlib (2.1.5)
    Cloning 1b21f3f9a206bd79da3c660b8c550b50d88f3a7e

    [RuntimeException]
    Failed to clone git@github.com:zendframework/Component_ZendStdlib.git via git, https, ssh protocols, aborting.
    – git://github.com/zendframework/Component_ZendStdlib.git
    Cloning into ‘/var/www/html/crm/vendor/zendframework/zend-stdlib/Zend/Stdlib’…
    fatal: remote error:
    Repository not found.
    https://github.com/zendframework/Component_ZendStdlib.git
    Cloning into ‘/var/www/html/crm/vendor/zendframework/zend-stdlib/Zend/Stdlib’…
    remote: Invalid username or password.
    fatal: Authentication failed for ‘https://github.com/zendframework/Component_ZendStdlib.git/’
    git@github.com:zendframework/Component_ZendStdlib.git
    Cloning into ‘/var/www/html/crm/vendor/zendframework/zend-stdlib/Zend/Stdlib’…
    Warning: Permanently added the RSA host key for IP address ‘192.30.252.131’ to the list of known hosts.
    Permission denied (publickey).
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.

    What can i do to solve the Problem?

    Greatings Leibnitz

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #35185

    Ewbsoft
    Participant

    try run composer update --no-dev instead of composer install

    #35186

    annuksun
    Participant

    Hi everyone,

    Please help with the installation of OROCrm. I should say that I’m not a very technical person so I’m just following the manual published at this website.

    At this moment, I’ve faced the same issue that steffen.bauer published on 6th of June. I’ve tried to use composer update –no-dev instead of composer install. However, I’m not sure wether that command work correctly. The output was

    root@alyaka-orocrm:/var/www/orocrm# composer update –no-dev
    Loading composer repositories with package information
    Updating dependencies
    Killed

    Anyway, an installation guide says that when composer install finishes its job, I should see an invitation to set up parameters.yml file. I was not invited to do that when composer update finished working.

    When I used the following command:

    php app/console doctrine:database:create

    the result was

    root@alyaka-orocrm:/var/www/orocrm# php app/console doctrine:database:create
    PHP Warning: require_once(/var/www/orocrm/app/bootstrap.php.cache): failed to open stream: No such file or directory in /var/www/orocrm/app/console on line 10
    PHP Fatal error: require_once(): Failed opening required ‘/var/www/orocrm/app/bootstrap.php.cache’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/orocrm/app/console on line 10

    As I understand, this bootstrap file should be generated by the composer. So the question is what should I now? How to fix this? Please help.

    Thanks a lot in advance.

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

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

Back to top