MyBB Community Forums

Full Version: CoderMe Donation v6.0.0
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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
Is there any way to set the Locale Codes for PayPal? https://developer.paypal.com/docs/classi...ale-codes/
New Problem
Our forum has moved to a new server, we took the opportunity to completely reinstall MyBB and then import the existing database.

I reinstalled coderme in version 6.0 and deleted the data from the old installation.

But the menu does not appear on top, so I can't unlock donors at all.

[attachment=42286]
Is this plugin dead now?
(2019-11-06, 10:34 PM)MuSociety Wrote: [ -> ]New Problem
Our forum has moved to a new server, we took the opportunity to completely reinstall MyBB and then import the existing database.

I reinstalled coderme in version 6.0 and deleted the data from the old installation.

But the menu does not appear on top, so I can't unlock donors at all.

I guess you need to set the permission, see the installation  Admin Permissions


(2020-06-07, 11:54 AM)knobblywobbly Wrote: [ -> ]Is this plugin dead now?

if you're using it, then its not dead  )


------------

P.S > Pardon for the late reply.
I'm getting this error:

Quote:<error>
<dateline>1596704477</dateline>
<script>donate.php</script>
<line>450</line>
<type>2</type>
<friendly_type>Warning</friendly_type>
<message>in_array() expects parameter 2 to be array, null given</message>
<back_trace>#0  errorHandler->error() called at [[PHP]: ]
#1  in_array() called at [/donate.php:450]
</back_trace>
</error>


and the donate button doesn't work.
Any ideas?
Seems to be an option (payza) not fully implemented.
You can comment lines 450 to 453:
if(in_array($c, $currencies_pz))
{
	$pz_currencies .=  "<option value=\"$c\">" . $lang->$lang_var . "</option>";
}
Add /* before the if on line 450 and */ after the } on line 453.
(2020-08-06, 09:45 AM)Crazycat Wrote: [ -> ]Seems to be an option (payza) not fully implemented.
You can comment lines 450 to 453:
if(in_array($c, $currencies_pz))
{
	$pz_currencies .=  "<option value=\"$c\">" . $lang->$lang_var . "</option>";
}
Add /* before the if on line 450 and */ after the } on line 453.
Thanks, that worked.

Is it possible to move the bar either towards the bottom of the page, or within the top banner?
It might be possible with template edition, but I don't know this plugin so I can't help a lot about that.
Try putting the {$naoardonate_bar} variable in the good template, depending on where you want to have it
Hello, I installed the plugin on version 1.8, but I can't see the payments (they don't show up), can someone help?
Sorry, this product doesn't work. When I try to activate, I see the following error in my admin email:

Your copy of MyBB running on Attack of the Rockoids Community Forums (https://rockoids.com/forums) has experienced an error. Details of the error include:
---
Type: 20
File:  (Line no. 0)
Message
SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'rows FROM mybbkh_settinggroups' at line 1
Query: SELECT COUNT(*) as rows FROM mybbkh_settinggroups
Back Trace: #0  errorHandler->email_error(20, SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'rows FROM mybbkh_settinggroups' at line 1
Query: SELECT COUNT(*) as rows FROM mybbkh_settinggroups, , 0) called at [/home/rockoids/public_html/forums/inc/class_error.php:195]
#1  errorHandler->error(20, Array ([error_no] => 1064,[error] => You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'rows FROM mybbkh_settinggroups' at line 1,[query] => SELECT COUNT(*) as rows FROM mybbkh_settinggroups)) called at [/home/rockoids/public_html/forums/inc/db_mysqli.php:597]
#2  DB_MySQLi->error(SELECT COUNT(*) as rows FROM mybbkh_settinggroups) called at [/home/rockoids/public_html/forums/inc/db_mysqli.php:337]
#3  DB_MySQLi->query(SELECT COUNT(*) as rows FROM mybbkh_settinggroups) called at [/home/rockoids/public_html/forums/inc/db_mysqli.php:789]
#4  DB_MySQLi->simple_select(settinggroups, COUNT(*) as rows) called at [/home/rockoids/public_html/forums/inc/plugins/naoardonate.php:238]
#5  naoardonate_install() called at [/home/rockoids/public_html/forums/admin/modules/config/plugins.php:426]
#6  require(/home/rockoids/public_html/forums/admin/modules/config/plugins.php) called at [/home/rockoids/public_html/forums/admin/index.php:824]


Here's the setup:
B and Server Statistics
MyBB Version
1.8.26
PHP Version
7.4.19
SQL Engine
MySQLi 10.3.29
Server Load
0.55
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49