-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-dev, 3.2.0-dev
-
None
When running purge_notifications(), if a notification type does not exist then a db transaction is started but never completed.
This is because when the code tries to get the id for the notification type, get_notification_type_id() throws an error.
This breaks future code which runs afterward the purge step (for example, deleting an extension from the DB).
- is duplicated by
-
PHPBB-14646 phppb 3.1.9: Error every time a user posts a message
- Closed
- was caused by solution of
-
PHPBB-14132 SQL Error when creating a new subject on fresh installation
- Closed