Actions
Bug #88245
closedGroup filter in backend user module throws an exception
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-04-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you filter for groups in the backend inside the BE user overview, that module throws an error while calling $GLOBALS['BE_USER']->pushModuleData. This error is expressed differently depending on the TYPO3 version.
- master: Error when saving the uc field in the database: "An exception occurred while executing 'UPDATE `be_users` [...]': Got a packet bigger than 'max_allowed_packet' bytes".
- TYPO3 9.5 "Serialization of 'Closure' is not allowed"
Tested with both versions in a fresh TYPO3.
To recreate the error:
Create 2 user groups and then filter the user list for one of them.
Updated by Guillaume Crico over 5 years ago
- Is duplicate of Bug #86361: Filtering for a Backend User Group leads to an Exception in the Backend User Module added
Updated by Riccardo De Contardi about 5 years ago
- Related to Bug #88451: Module Backend User, Filtering leads to Exception added
Actions