We have found and fixed a couple of connection issues in the version 1.5, which will be released very soon.
The first problem related to the URL. We were expecting the URL to be put in as http(s)://www.mysite.com/
or http(s)://mystore.mybigcommerce.com/
(with or without the trailing slash) without the /api/v2/
at the end of the URL. Bigcommerce provides a URL on their API setting page, and that URL contains the /api/v2/
that will not work with version 1.4 of our Plugin. We have fixed this in version 1.5, so the URL can be entered in a variety of ways and still work.
The second problem related to some web hosts not supporting cURL or SSL. We added detection that reports when one of these conditions are causing a connection problem. The Bigcommerce API requires SSL (secure) communications, so the web host must support these communications for the Plugin to work. These server packages are called php-curl
and php-openssl
, and modern web hosts usually include these already.
Please let us know if you continue to experience any connection problems after applying these modifications or using version 1.5 or later of our Plugin. We’re here to help!