-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a1
-
Component/s: Installation system, phpBB 2.0 convertor, Search
-
Labels:None
-
GitHub Pull Request URL:
When PHPBB3-11011 changed the constructor for the search classes, it was not updated in the installer or convertor. This causes warnings:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/search/fulltext_native.php on line 45: Missing argument 2 for phpbb_search_fulltext_native::__construct(), called in [ROOT]/install/install_install.php on line 1466 and defined
|
[phpBB Debug] PHP Warning: in file [ROOT]/includes/search/fulltext_native.php on line 45: Missing argument 3 for phpbb_search_fulltext_native::__construct(), called in [ROOT]/install/install_install.php on line 1466 and defined
|
[phpBB Debug] PHP Warning: in file [ROOT]/includes/search/fulltext_native.php on line 45: Missing argument 4 for phpbb_search_fulltext_native::__construct(), called in [ROOT]/install/install_install.php on line 1466 and defined
|
[phpBB Debug] PHP Warning: in file [ROOT]/includes/search/fulltext_native.php on line 45: Missing argument 5 for phpbb_search_fulltext_native::__construct(), called in [ROOT]/install/install_install.php on line 1466 and defined
|
[phpBB Debug] PHP Warning: in file [ROOT]/includes/search/fulltext_native.php on line 45: Missing argument 6 for phpbb_search_fulltext_native::__construct(), called in [ROOT]/install/install_install.php on line 1466 and defined
|
[phpBB Debug] PHP Warning: in file [ROOT]/includes/search/fulltext_native.php on line 45: Missing argument 7 for phpbb_search_fulltext_native::__construct(), called in [ROOT]/install/install_install.php on line 1466 and defined
|
- was caused by solution of
-
PHPBB3-11011 Using dependency injection for global variables in all search backends.
-
- Unverified Fix
-