OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems Router Error while creating Channel

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

    sathish
    Participant

    Hello,

    I am trying to connect magento.

    I am getting javascript error while clicking the configure integration on channel create.
    Uncaught Error: The route “orocrm_channel_integration_create” does not exist.

    Best regards,
    Satz

Viewing 9 replies - 1 through 9 (of 9 total)
  • Author
    Replies
  • #26526

    Sergey
    Participant

    Hi, @sathish

    Please try to run next command from cli

    #26527

    sathish
    Participant

    @sergey : thanks for you reply.

    This get resolved by changing the write permission to route.js file and running the above command.

    Now, i am not able to configure the magento integration.
    I have created valid api username and key,
    API :http://www/fabivo.in/index.php/api/v2_soap/?wsdl=1

    Erro am getting “orocrm.magento.not_valid_parameters

    Best Regards,
    Sathish

    #26528

    Sergey
    Participant

    Erro am getting “orocrm.magento.not_valid_parameters”

    js translations are broken
    to fix assets please run commands one by one

    API :http://www/fabivo.in/index.php/api/v2_soap/?wsdl=1

    looks like url is broken, please check this one

    #26529

    sathish
    Participant

    Hey Thanks,

    This has been fixed. Now i am facing an another issue with importing of data from magento to orocrm

    oro:magento:initial:sync –integration-id=1 –skip-dictionary -v

    Above command is getting failed and the error output is

    #26530

    Sergey
    Participant

    Please provider full stack trace.
    Make sure that your upgrade finished successfully and check that your `orocrm_magento_cart_status` table is not empty

    #26531

    sathish
    Participant

    “orocrm_magento_cart_status” table is empty

    Also i have tried to update the project using composer and it got updated successfully.

    After i ran console command and getting below error.

    #26532

    Sergey
    Participant

    “orocrm_magento_cart_status” table is empty

    You need to run update command, please follow
    https://github.com/orocrm/platform/blob/master/UPGRADE.md

    The service “akeneo_batch.job_repository” has a dependency on a non-existent parameter “akeneo_batch.entity.job_execution.class”. Did you mean this: “akeneo_batch.manager.job_execution.class”

    Thanks, thats known issue, we are working on fix with Akeneo team, you can track progress here https://github.com/akeneo/BatchBundle/pull/66

    As a workaround please replace 'akeneo/batch-bundle': '~0.3',
    with'akeneo/batch-bundle': 'dev-master as 0.4.1',
    in your composer.json

    #26533

    Sergey
    Participant

    Thanks, thats known issue, we are working on fix with Akeneo team, you can track progress here https://github.com/akeneo/BatchBundle/pull/66

    Already fixed, you can skip this step

    #26534

    sathish
    Participant

    Hi Sergey,

    Thanks for your help.

    I have re-install the orocrm . Now everything working fine.

    Is only i can import magento data? how about custom api?

    Could you please point me to the right direction where i can get some tutorials regarding API?

    Best Regards,
    Sathish

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

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

Back to top