• Resolved eddiex666

    (@eddiex666)


    So i am trying to get the WooCommerce Vipps plugin.
    I have wordpress 4.9.8
    WooCommerce 3.4.5 (i have also tryed 3.3.4 and 3.5.0 beta)

    I have the latest Vipps payment plugin 1.0.4.

    I have a valid Vipps V.2 key.
    client_id, application seecret, access token and eCommerce token.

    I have checked the firewall and I have https access to https://api.vipps.no

    In the status\logs i get:
    2018-09-20T19:13:04+00:00 INFO Could not get Vipps access token No response from Vipps

    I have my webserver at a WP hosting provider (cPanel)

    So I am out of ideas how to get it working…

    please help…

    Eddie

    • This topic was modified 6 years, 2 months ago by eddiex666.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter eddiex666

    (@eddiex666)

    I also testet disable all plugins.

    The ISP provider has testet a wget https://api.vipps.no
    and this is ok.

    maybe any specially TCP ports?

    Eddie

    Thread Starter eddiex666

    (@eddiex666)

    i also runned it in Vipps test mode, with same error
    (define(‘VIPPS_TEST_MODE’, 1); in wp_config)

    Thread Starter eddiex666

    (@eddiex666)

    problem solved..
    seems to be needed php ver 7.2
    even if it sayes:
    – PHP 5.6 or higher is required.
    and wordpress sayes 7.1 is ok.
    (i also tryed to add php fopen settings in php 7.1)

    anyway, it working now…

    Plugin Author Iver Odin Kvello

    (@iverok)

    I’m glad it worked out for you in the end!

    We test on both 5.6 and 7.x. Are you 100% certain “allow_url_fopen” was true in your .ini for 5.6/7.0/7.1 ?

    Iver, WP Hosting AS

    Thread Starter eddiex666

    (@eddiex666)

    well i am not 100% soure ??
    But yes i had to add the allow_url_fopen into php.ini manually.
    since i am hosting my site at a ISP i changed the php version inside cPanel.
    So it may be a combination here, maybe the settings did’nt apply properly before i changed from 7.1 to 7.2.

    The strange thing was the error message was alittle unclear.
    Maybe it could be possible to extend the error message inside the plugin.

    Tnx for reply.

    Eddie

    Plugin Author Iver Odin Kvello

    (@iverok)

    Yes, I’ll add an error message about url_fopen when activating the payment method. Thank you for your feedback!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Could not connect to Vipps: No response from Vipps’ is closed to new replies.