Used search with non-Latin characters.What did you use for your search parameters?I'll wait for update 3.3.14, which will fix the search bug
phpBB 3.3.13 has bugs when using the board search function.Code:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 406: Undefined array key 0[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 406: Trying to access array offset on value of type null[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 413: Trying to access array offset on value of type bool[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 406: Undefined array key 0[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 406: Trying to access array offset on value of type null[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 413: Trying to access array offset on value of type bool[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3068)[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3068)[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3068)[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3068)
In my case - Ukrainian, Russian text. The longer the qualifying word, the more such errors pour in. Moreover, if there is only one search result, there is no such error. If the search result returns more than one item, then errors begin to pour in.
Now, for the sake of interest, instead of the file includes/functions_content.php for 3.3.13, I used the same file from 3.3.12. The error disappeared.
I compared the contents of these two files and there are changes in the part where warnings appear.
Temporary fix for manual correction: https://github.com/phpbb/phpbb/pull/6712/files
You need to make a correction to the file: phpBB/includes/functions_content.php
And then clear the cache
Statistics: Posted by toxi — Sat Nov 02, 2024 11:37 pm