Hebrew / עברית

PHP error on registration - Hebrew

PHP error on registration

by linguistics » Fri Oct 13, 2023 3:09 pm

When opening the user registration form, I have this error at the top of the screen:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/language/language.php on line 313: vsprintf(): Too few arguments
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
The error disappears if I use the pull-down menu to switch the registration form to English.

I assume it has something to do with the Hebrew language pack because of this, and because other people who have complained of this error online said it had to do with their language packs being faulty (for example: viewtopic.php?t=2559091).

My board is running phpBB 3.3.10, and I have the latest Hebrew language pack.
linguistics
Registered User
Posts: 5
Joined: Tue Oct 03, 2023 3:34 pm

Re: PHP error on registration

by linguistics » Sat Mar 23, 2024 4:33 pm

FYI, in case anybody encounters the same error.

I resolved it by modifying the Hebrew translations for 'PASS_TYPE_ALPHA_EXPLAIN' and 'PASS_TYPE_ANY_EXPLAIN' in language/he/ucp.php. These phrases should each only contain one placeholder variable (like in the English version; password length maximums are no longer needed).
linguistics
Registered User
Posts: 5
Joined: Tue Oct 03, 2023 3:34 pm