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

Trying to access array offset on value of type bool - PHP 7.4.x #69

Open
3D-I opened this issue Sep 2, 2020 · 0 comments · May be fixed by #70
Open

Trying to access array offset on value of type bool - PHP 7.4.x #69

3D-I opened this issue Sep 2, 2020 · 0 comments · May be fixed by #70
Assignees
Labels
Milestone

Comments

@3D-I
Copy link
Owner

3D-I commented Sep 2, 2020

To Reproduce
Steps to reproduce the behavior:

  1. Install the extension or wait for the switching of the month (if there is no Top Poster)
  2. See error

Errors

[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 549: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 609: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 613: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 613: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 613: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 668: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 669: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 670: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 671: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 698: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 698: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/threedi/tpotm/core/tpotm.php on line 698: Trying to access array offset on value of type bool

Screenshots
immagine

Environment:

  • phpBB 3.3.x with debug on
  • PHP 7.4.x only

Reported here:
https://www.phpbb.com/customise/db/extension/top_poster_of_the_month/support/topic/219246

@3D-I 3D-I added the bug label Sep 2, 2020
@3D-I 3D-I added this to the v2.1.2 milestone Sep 2, 2020
@3D-I 3D-I self-assigned this Sep 2, 2020
3D-I added a commit that referenced this issue Sep 2, 2020
@3D-I 3D-I linked a pull request Sep 2, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant