Actions
Bug #22055
closedImprove message "Error..." in Extension Manager
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-02-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When I try to download or backup/delete my extension, the message "Error..." occurs in the main frame of the backend.
The message is created in the extBackup() method of class typo3/mod/tools/em/class.em_index.php, if variable $uArr is not of type array. When I dump this variable, I get a much more informative message string telling me, that my extension is too large: Error: "Total size of uncompressed upload (103906383) exceeds 30 M". The size is a result of an increasing log file by the way. Nevertheless it would have been very helpful, if the respective error message had been printed instead of just "Error...".
(issue imported from #M13420)
Actions