Project

General

Profile

Actions

Bug #20836

closed

thumbs.php should disable error display

Added by Andreas Wolf over 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-08-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21044: Do not show E_DEPRECATED messages on productive systemsClosedRupert Germann2009-09-12

Actions
Actions #1

Updated by Oliver Hader over 14 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.

Actions #2

Updated by Andreas Wolf over 14 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

Actions #3

Updated by Alexander Opitz almost 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)?

Actions #4

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF