-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-dev
-
None
-
None
If there is an SQL error during container construction, you currently get PHP fatal errors. That is because certain globals which are fetched from the container do not exist yet. Such as: $phpbb_request and $phpbb_dispatcher.
This happens if a db table is missing (replacing 3.0 files with 3.1 files without running db update). We should catch these cases and allow the pretty error message to be displayed.
- is duplicated by
-
PHPBB-11084 Errors taking place early on in startup trigger method calls on undefined objects
- Closed