Support Request Support ⇒ Donation extension problems on phpBB 3.3.10
-
- Donator
- Magic user status: Offline
- Posts: 23
- Joined: Oct 11th, '16, 00:30
Donation extension problems on phpBB 3.3.10
Your phpBB Version: 3.3.10
Your phpBB Type: Standard phpBB
Extensions installed: Yes
Your knowledge: Advanced Knowledge
Boardlink: https://www.maaca.org/
PHP Version: 8.1
What have you done before the problem was there?
Upgraded my forum from phpBB 3.3.0 to phpBB 3.3.10.
Upgraded from PHP 7.4 to PHP 8.1.
What have you already tried to solve the problem?
Nothing yet
Description and Message
Hi, got the Donation Extension from here in 2020 and it has been working flawlessly since then.
I am running version 1.3.1.
Since I upgraded to phpBB 3.3.10 earlier this week the extension is not working anymore. The donations are not added to the list and not shown on the site.
I was wondering if version 1.4.0 would fix that ? Would like to try it if it's the case, please let me know.
Here's the error I am getting, it is related to MySQL:
[18-May-2023 14:00:02 America/Los_Angeles] PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /home/azatotht/maaca.org/ext/dmzx/donation/controller/ipn.php:86
Stack trace:
#0 /home/azatotht/maaca.org/ext/dmzx/donation/controller/ipn.php(86): in_array(NULL, NULL)
#1 /home/azatotht/maaca.org/vendor/symfony/http-kernel/HttpKernel.php(151): dmzx\donation\controller\ipn->handle_ipn()
#2 /home/azatotht/maaca.org/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(phpbb\symfony_request), 1)
#3 /home/azatotht/maaca.org/app.php(35): Symfony\Component\HttpKernel\HttpKernel->handle(Object(phpbb\symfony_request))
#4 {main}
thrown in /home/azatotht/maaca.org/ext/dmzx/donation/controller/ipn.php on line 86
Your phpBB Type: Standard phpBB
Extensions installed: Yes
Your knowledge: Advanced Knowledge
Boardlink: https://www.maaca.org/
PHP Version: 8.1
What have you done before the problem was there?
Upgraded my forum from phpBB 3.3.0 to phpBB 3.3.10.
Upgraded from PHP 7.4 to PHP 8.1.
What have you already tried to solve the problem?
Nothing yet
Description and Message
Hi, got the Donation Extension from here in 2020 and it has been working flawlessly since then.
I am running version 1.3.1.
Since I upgraded to phpBB 3.3.10 earlier this week the extension is not working anymore. The donations are not added to the list and not shown on the site.
I was wondering if version 1.4.0 would fix that ? Would like to try it if it's the case, please let me know.
Here's the error I am getting, it is related to MySQL:
[18-May-2023 14:00:02 America/Los_Angeles] PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /home/azatotht/maaca.org/ext/dmzx/donation/controller/ipn.php:86
Stack trace:
#0 /home/azatotht/maaca.org/ext/dmzx/donation/controller/ipn.php(86): in_array(NULL, NULL)
#1 /home/azatotht/maaca.org/vendor/symfony/http-kernel/HttpKernel.php(151): dmzx\donation\controller\ipn->handle_ipn()
#2 /home/azatotht/maaca.org/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(phpbb\symfony_request), 1)
#3 /home/azatotht/maaca.org/app.php(35): Symfony\Component\HttpKernel\HttpKernel->handle(Object(phpbb\symfony_request))
#4 {main}
thrown in /home/azatotht/maaca.org/ext/dmzx/donation/controller/ipn.php on line 86
-
- Founder
- Magic user status: Offline
- Posts: 6081
- Joined: Jan 13th, '14, 20:45
Re: Donation extension problems on phpBB 3.3.10
I see 1.3.1, see below

- Updated code for add config.
- Redo paypal to use curl.
- Code update for functions_donation.php
- Code update for php 8.x
- Updated code for add config.
- Redo paypal to use curl.
- Code update for functions_donation.php
- Code update for php 8.x
-
- Donator
- Magic user status: Offline
- Posts: 23
- Joined: Oct 11th, '16, 00:30
Re: Donation extension problems on phpBB 3.3.10
Thank you, will get version 1.4.0
What is the best recommended way to upgrade without losing the actual datas that I have ?
Disable old extension, replace folder with the new one, re-enable ?
Or should I do it any other ways ?
What is the best recommended way to upgrade without losing the actual datas that I have ?
Disable old extension, replace folder with the new one, re-enable ?
Or should I do it any other ways ?
-
- Founder
- Magic user status: Offline
- Posts: 6081
- Joined: Jan 13th, '14, 20:45
Re: Donation extension problems on phpBB 3.3.10
Yes in that order is ok, but make backup also.
You need to install also other extensions you will see in original post of donation extenion.
Backup always your database

-
- Donator
- Magic user status: Offline
- Posts: 23
- Joined: Oct 11th, '16, 00:30
Re: Donation extension problems on phpBB 3.3.10
Allright, will give it a try and let you know if I need more help.
Thanks a lot.
Thanks a lot.
-
- Founder
- Magic user status: Offline
- Posts: 6081
- Joined: Jan 13th, '14, 20:45
-
- Donator
- Magic user status: Offline
- Posts: 23
- Joined: Oct 11th, '16, 00:30
Re: Donation extension problems on phpBB 3.3.10
Installed the new version and everything seems to be working again.
Installed auto-groups extension from phpBB and also installed the recommended add config extension from here.
I added a donation manually using the add donor option in the acp but the expiry date is wrong.
User has been added to VIP25 group properly but the expiry date does not show up:
Here's my group setting (configured since version 1.3.1):
Should I add anything to the auto-groups section of the forum to make it work ?
Thanks for your help.
Installed auto-groups extension from phpBB and also installed the recommended add config extension from here.
I added a donation manually using the add donor option in the acp but the expiry date is wrong.
User has been added to VIP25 group properly but the expiry date does not show up:
Here's my group setting (configured since version 1.3.1):
Should I add anything to the auto-groups section of the forum to make it work ?
Thanks for your help.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Founder
- Magic user status: Offline
- Posts: 6081
- Joined: Jan 13th, '14, 20:45
-
- Donator
- Magic user status: Offline
- Posts: 23
- Joined: Oct 11th, '16, 00:30
Re: Donation extension problems on phpBB 3.3.10
Only in VIP25 and registered users.
-
- Founder
- Magic user status: Offline
- Posts: 6081
- Joined: Jan 13th, '14, 20:45
-
- Donator
- Magic user status: Offline
- Posts: 23
- Joined: Oct 11th, '16, 00:30
Re: Donation extension problems on phpBB 3.3.10
Changed the option to on, still see wrong expiry date
-
- Founder
- Magic user status: Offline
- Posts: 6081
- Joined: Jan 13th, '14, 20:45
-
- Donator
- Magic user status: Offline
- Posts: 23
- Joined: Oct 11th, '16, 00:30
Re: Donation extension problems on phpBB 3.3.10
I tried that.
Removed user from VIP25 then added another donation manually.
He got added to VIP25, total donation amount of this user is good (25$ more), but the expiry date is still wrong.
Donation expiry in -19496 days
Removed user from VIP25 then added another donation manually.
He got added to VIP25, total donation amount of this user is good (25$ more), but the expiry date is still wrong.
Donation expiry in -19496 days
-
- Founder
- Magic user status: Offline
- Posts: 6081
- Joined: Jan 13th, '14, 20:45
-
- Donator
- Magic user status: Offline
- Posts: 23
- Joined: Oct 11th, '16, 00:30
Re: Donation extension problems on phpBB 3.3.10
Expiry date is wrong for all of them:
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.