TYPO3 Flow Base DistributionPackagesApplications

Bug #38915

Error messages are not verbose

Added by Philipp Metzler about 3 years ago.

Status:New Start date:2012-07-12
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

If swiftmailer can't read a file in the function _getReadHandle in typo3/contrib/swiftmailer/classes/Swift/ByteStream/FileByteStream.php it will present this error message to the user:

"Unable to open file for reading [FILENAME]"

If you have turned allow_url_fopen OFF PHP returns such errors:

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in XYZ on line 3

so the PHP error message is more verbose and tells the user exactely where he should look. TYPO3 could generally check the environment and warn the user that certain features won't work without the necessary PHP.INI settings.

see also postings:

http://forge.typo3.org/issues/38907

and

http://bugs.typo3.org/view.php?id=12199

Also available in: Atom PDF