MyBB Community Forums

Full Version: MySubscriptions - Paid Usergroup Subscriptions (Paypal IPN)
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 7 8 9 10
This plugin dont change display user Group, how can i fix it?
i cant find the templates to edit colors, button design etc.
can someone help please?
I'm looking for a Tool exactly like this,
but manually booking Payments. As we working with DONATIONS
Paypal Premium is not nessesary for us.

We were using https://community.mybb.com/mods.php?action=view&pid=35
But this is not working anymore
(2018-10-31, 08:40 AM)Ridoc Wrote: [ -> ]I'm looking for a Tool exactly like this,
but manually booking Payments. As we working with DONATIONS
Paypal Premium is not nessesary for us.

We were using https://community.mybb.com/mods.php?action=view&pid=35
But this is not working anymore
a Good Free one is here https://community.mybb.com/mods.php?acti...w&pid=1039
Cannot add new subscriptions, get an error saying.
https://gyazo.com/13a9bfc5bd95478be83b5b600e3858ff

**fixed**

Just had to got to MySQL.
Then go to the mysubs table and click on the order line change. Then change the default to 'as defined' and set it to zero.
Hi, I just want to inform you that your plugin may be broking MyBB features as plugins ones. The cause is this code in your plugin:
 function mysubs_payment_page()
 {
 global $db, $mybb, $header, $headerinclude, $footer, $theme, $lang;
 
 $lang->load('mysubs');

 $settings = ipn_settings();
 
 if(!$settings['enabled']) redirect('index.php', $lang->error_subscriptions_disabled);
 
 if($mybb->input['action'] == 'payments')
 {

PHP
Select All


As you can see, your plugin will redirect to the index page unless it is activated from the settings. Also, as a unrelated suggestion, you should use the _install/_is_installed/_uninstalled functions with this plugin since you add tables to the DB.
When I create


Add Subscription, its show like this.



MyBB has experienced an internal SQL error and cannot continue.
SQL Error: 1364 - Field 'order' doesn't have a default value Query: INSERT INTO mybbuser_mysubs (name,admin_desc,description,recurring,price,currency,new_group,active,accepted_gids,item_name,item_number) VALUES ('1','1','1',0,'N;','USD',8,1,'all','1','sub_{$sid}')
Please contact the MyBB Group for technical support.


Please show me how to fix. Thanks sir.
(2019-07-18, 11:44 PM)psspss Wrote: [ -> ]When I create


    Add Subscription, its show like this.



MyBB has experienced an internal SQL error and cannot continue.
SQL Error: 1364 - Field 'order' doesn't have a default value Query: INSERT INTO mybbuser_mysubs (name,admin_desc,description,recurring,price,currency,new_group,active,accepted_gids,item_name,item_number) VALUES ('1','1','1',0,'N;','USD',8,1,'all','1','sub_{$sid}')
Please contact the MyBB Group for technical support.


Please show me how to fix. Thanks sir.

What is the version of PHP that is being used for your website?
(2019-07-19, 05:58 PM)Serpius Wrote: [ -> ]
(2019-07-18, 11:44 PM)psspss Wrote: [ -> ]When I create


    Add Subscription, its show like this.



MyBB has experienced an internal SQL error and cannot continue.
SQL Error: 1364 - Field 'order' doesn't have a default value Query: INSERT INTO mybbuser_mysubs (name,admin_desc,description,recurring,price,currency,new_group,active,accepted_gids,item_name,item_number) VALUES ('1','1','1',0,'N;','USD',8,1,'all','1','sub_{$sid}')
Please contact the MyBB Group for technical support.


Please show me how to fix. Thanks sir.

What is the version of PHP that is being used for your website?
sorry for delay sir. I m on centos 7 php7.2 i use mybb latest
(2019-08-22, 01:17 PM)psspss Wrote: [ -> ]
(2019-07-19, 05:58 PM)Serpius Wrote: [ -> ]
(2019-07-18, 11:44 PM)psspss Wrote: [ -> ]When I create


    Add Subscription, its show like this.



MyBB has experienced an internal SQL error and cannot continue.
SQL Error: 1364 - Field 'order' doesn't have a default value Query: INSERT INTO mybbuser_mysubs (name,admin_desc,description,recurring,price,currency,new_group,active,accepted_gids,item_name,item_number) VALUES ('1','1','1',0,'N;','USD',8,1,'all','1','sub_{$sid}')
Please contact the MyBB Group for technical support.


Please show me how to fix. Thanks sir.

What is the version of PHP that is being used for your website?
sorry for delay sir. I m on centos 7 php7.2 i use mybb latest

I'm getting error 503 on PayPal's end with "Purchase Credits" plug-in as well as this one. Not sure what the problem is. What is the best way to diagnose PayPal IPN issues?
Pages: 1 2 3 4 5 6 7 8 9 10