-
Bug
-
Resolution: Fixed
-
Major
-
4.0.0-a1, 3.3.3-RC1
-
None
Installation causes PHP fatal error:
PHP Fatal error: Illegal use of $_SERVER. You must use the request class to access input data. Found in [ROOT]\phpbb\di\container_builder.php on line 621. This error message was generated by deactivated_super_global. in [ROOT]\phpbb\request\deactivated_super_global.php on line 67
The cause is calling protected function get_env_parameters() in container builder constructor while superglobals are not yet enabled [ROOT]\phpbb\install\helper\container_factory.php.
- was caused by solution of
-
PHPBB-16178 Container_builder and Container don't use the same cache_dir when cache dir is overridden via env parameter
- Closed