Issue with Ban Hammer plugin

General discussion of development ideas and the approaches taken in the 4.x branch of phpBB. The next feature release of phpBB 4 will be 4.0/Triton.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 4.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Locked
townsbg
Registered User
Posts: 1
Joined: Wed Mar 20, 2024 7:04 pm

Issue with Ban Hammer plugin

Post by townsbg »

I apologize if this is the wrong place for it but you don't say where to go for 4.0 issues. I found a conflict with the ban hammer extension. When testing I received the following error upon submitting the ban.
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_user.php on line 1807: Uninitialized string offset 0
Oops! An Error Occurred
The server returned a "500 Internal Server Error".

Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
The ban stuck though but the user wasn't removed from the banned group after removing the ban and logging in again. I'm on version 1.0.8. I had to remove from the group manually. Now I'm seeing this error at the top of the window on the admin log.
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/language/language.php on line 313: Array to string conversion
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/language/language.php on line 313: Array to string conversion
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/language/language.php on line 313: Array to string conversion
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/language/language.php on line 313: Array to string conversion
I don't remember seeing that before. I continued to receive it after removing the extension. I have php version 8.2.4.

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Issue with Ban Hammer plugin

Post by DavidIQ »

Extension support for that is here: https://www.phpbb.com/customise/db/exte ... _2/support
Image

Locked