bitpay / opencart3-plugin

13 stars 15 forks source link

GET 500 error on /admin/index.php?route=extension/extension/payment/install&user_token=9Z9ynDbwRddiUlXNDS3wGMeKYG2mbEEX&extension=bitpay #1

Closed ray-moncada closed 6 years ago

ray-moncada commented 6 years ago

System Configuration: NGINX nginx version: nginx/1.10.3 (Ubuntu) PHP: PHP Version 7.0.22-0ubuntu0.16.04.1 Server Ubuntu 16.04 OPENCART: 3.0.2.0

I followed the instructions on https://bitpay.com/integrations/opencart When I click install I get a dialog window that says "Error". When I inspect the page, the ajax call error is GET 505 error on the following URL /admin/index.php?route=extension/extension/payment/install&user_token=9Z9ynDbwRddiUlXNDS3wGMeKYG2mbEEX&extension=bitpay

all other payment extensions install ok.

ray-moncada commented 6 years ago

I fund my problem, my php configuration was missing the following extensions GMP/BCMATH. Other extension you need are OpenSSL, JSON, and CURL.