OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems Magento Channel "Loading…" forever

This topic contains 2 replies, has 2 voices, and was last updated by  PBS Creative 10 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
  • #25948

    PBS Creative
    Participant

    Hi,

    Just installed OroCRM into an Nginx / PHP5-FPM environment.
    It took a little effort to get various things like php_value[cgi.fix_pathinfo] = 1 in place to make it work but I’m there now.

    Trying to setup a Magento Channel using the guide.
    I’ve followed the guide with the new user and group. Also checked that WS-I compliance is disabled in Magento.
    I can access the SOAP URL on my Magento store OK.

    All I see in the log : “POST /magento/check?type=magento HTTP/1.1” 200 215 “http://orocrm.pbscreative.com/” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9”

    Nothing follows and the Loading spinner keeps on a spinning.

    Any ideas?

    Thanks,
    Pete

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

    Alexandr Smaga
    Participant

    Hi.

    Have you entered soap v2 url? It should looks like http://mmagento.url/index.php/api/v2_soap?wsdl=1
    Did you check with index.php in URL, it’s might be rewrite issue ?

    You can try to do that on demo instance there.
    What’s magento version do you have ?
    Any JS errors in console ?

    #25950

    PBS Creative
    Participant

    Thanks for the ideal of testing on the demo site.
    This did the same so it pointed towards me looking at Magento.

    The problem was the response time of the SOAP API was sluggish due to running in development mode (no caching, no compilation).
    Re-enabling all that made it run very quick and OroCRM connected fine. I guess it was simply timing out.

    Thanks,

    Pete

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

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

Back to top