Project

General

Profile

Actions

Bug #20951

closed

Extension manager suppresses PHP-Errors

Added by Michael Knabe over 14 years ago. Updated over 14 years ago.

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

0%

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

Description

If you have a syntax error in your ext_emconf.php the extension manager dies with no error message.
The include-statement is prefixed with an -sign in order to (as I suppose) suppress "File not found"-Messages. The however also suppresses all error messages concerning the content of the file.
Remove the @ and use is_readable instead.

(issue imported from #M11818)


Files

0011818.diff (487 Bytes) 0011818.diff Administrator Admin, 2009-08-28 18:30
0011818_v2.diff (488 Bytes) 0011818_v2.diff Administrator Admin, 2009-08-31 15:10

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #17506: EM diplays only a white page when something is wrong in an extension fileClosedSteffen Gebert2007-08-08

Actions
Actions #1

Updated by Michael Knabe over 14 years ago

While I was fighting with subversion, a syntax error has crept into the diff-file.

Actions

Also available in: Atom PDF