MyBB Community Forums

Full Version: BankPipe – Subscriptions and payments manager with PayPal and cryptocurrencies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
Ben just wanted to know is there way of showing Membership subscription upon registration using this plugin. I know I have seen a few XF forums use it
Install and configure ok, including in settings, the API key to Coinbase. But when I press the button coinbase to preparing payment, appear one message No such API Key.

Webhook is fine and configured in coinbase website too.

Anyone, have any idea, how I solve this issue.
When i add or remove an item to cart it loads a page with this code
{
"title": "Item removed successfully",
"message": "The selected item has been removed successfully from your cart.",
"action": "remove"
}

and never redirects anywhere.

Any idea why?
You either have an issue with your JavaScripts, or the response is malformed (this usually happens when you have PHP's tidyhtml module enabled). Please post your board URL with a test account so I can have a look.
(2021-06-12, 12:52 PM)Shade Wrote: [ -> ]You either have an issue with your JavaScripts, or the response is malformed (this usually happens when you have PHP's tidyhtml module enabled). Please post your board URL with a test account so I can have a look.

I actually got it working.I was editing the wrong template when i was building a custom page. reverted the templates and started over and now we are all good. Everything works  as expected
After updating mybb & applying core edits again (ofc I set the proper file permissions "66*").
Some pages right after are unsuccessful to reach and I get error 500, my php version is 7.*

The second I reverted core edits things are back to normal.

Bellow are pages that give out 500 error any help would be greatly appreciated.
site.com/index.php?module=user
site.com/modcp.php?action=banning
Enable error display for PHP and MyBB:
https://docs.mybb.com/1.8/faq/errors/

Also, check your logs.
(2021-08-12, 02:56 AM)Omar G. Wrote: [ -> ]Enable error display for PHP and MyBB:
https://docs.mybb.com/1.8/faq/errors/

Also, check your logs.
Thank you figured out and fixed the issue functions_upload.php on line 829 was the error after updating mybb and trying to add core edits back.
Revert your core edits, then apply the following changes:
https://github.com/Sama34/BankPipe/commi...diff=split

Then apply you core edits back.
(2021-08-12, 03:54 AM)Omar G. Wrote: [ -> ]Revert your core edits, then apply the following changes:
https://github.com/Sama34/BankPipe/commi...diff=split

Then apply you core edits back.

So I tried to do what you instructed and, "There was an error applying core edits."

Fire permissions are 100 current.

664 permissions on inc/functions_post.php, attachment.php, global.php and inc/functions_upload.php
Pages: 1 2 3 4 5 6