Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] PHP error when filtering subscriptions by a payment method #708

Open
jpbaril opened this issue Jan 26, 2025 · 1 comment
Open

[Bug] PHP error when filtering subscriptions by a payment method #708

jpbaril opened this issue Jan 26, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@jpbaril
Copy link
Contributor

jpbaril commented Jan 26, 2025

Hi,
There is sometimes (not always) a PHP error that occurs when trying to filter subscriptions by a payment method.
It does not always happen, thus I cannot really say how to replicate systematically, but all I can say is that I usually list subscriptions grouped by categories, so maybe it has a link to that. And I think the payment method I most often filter by was one I created manually, so maybe there is that too.

Warning
: Trying to access array offset on value of type bool in
/var/www/html/includes/list_subscriptions.php
on line
309


Deprecated
: Automatic conversion of false to array is deprecated in
/var/www/html/includes/getsettings.php
on line
58

I'm on version 2.45

@ellite
Copy link
Owner

ellite commented Jan 26, 2025

Thanks. I'll check

@ellite ellite added the bug Something isn't working label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants