Bug #20836
closedthumbs.php should disable error display
0%
Description
As typo3/thumbs.php and t3lib/thumbs.php directly output images to the server, they should have error reporting disabled or at least reduced to serious errors - otherwise the thumbnails in the backend are broken by harmless warnings or deprecated functions (as of PHP 5.3).
(issue imported from #M11650)
Updated by Oliver Hader over 15 years ago
Why not just checking if the PHP version is 5.3.x (or higher) and removing "E_DEPRECATED" from being logged by setting error_reporting.
But better would be to remove the deprecated calls - if possible.
Updated by Andreas Wolf over 15 years ago
Of course this is the easiest and quickest solution, but it only partly solves the problem. We should generally add ^ E_DEPRECATED to all error_reporting() calls, but nevertheless there should be some adequate error handling mechanism for thumbs.php
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.