Hello,
We're setting up a client site using Community Builder and Paid Subscriptions, using the latest version (CBSubs Version 4.1.0+build.2017.04.04.18.52.26.449be6714)
We enabled the QuickPay gateway, but was met with errors, so we searched the forum and reached out to QuickPay.
Both directed us towards installing the latest version from github (
github.com/loevendahl/cbsubs-quickpay10/
), which we did.
Now we get an error in the admin interface:
Code:
The CBSubs integration plugin 'QuickPay' is for another CBSubs version 4.0.1.
And when going through checkout, we get other errors:
Code:
Notice: Undefined index: cbponlyplans in components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/processors/quickpay/cbpaidsubscriptions.quickpay.php on line 868
Notice: Undefined index: callquickpay in components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/processors/quickpay/cbpaidsubscriptions.quickpay.php on line 988
Warning: htmlspecialchars() expects parameter 1 to be string, array given in components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/views/basket.php on line 218
In addition, when clicking on the QuickPay button, we're met with a gray screen and an alert saying:
Code:
Session expired or cookies are not enabled in your browser. Please press "reload page" in your browser, and enable cookies in your browser. Please refresh/reload page before filling-in
Which then takes me back to the previous page.
What can we do to resolve this?
Do you have a patch that we can apply?