Actions
Bug #20951
closedExtension manager suppresses PHP-Errors
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
Updated by Michael Knabe about 15 years ago
While I was fighting with subversion, a syntax error has crept into the diff-file.
Actions