[TYPO3-core] RFC #11599: Bug: TYPO3 dies without an error message when the mysql-module for php is not loaded.

Martin Kutschker masi-no at spam-typo3.org
Wed Sep 2 10:55:12 CEST 2009


Steffen Kamper schrieb:
> Hi masi,
> 
> Martin Kutschker schrieb:
>> I though we would raise exceptions and let an exception/error handler
>> care about the actual output.
>>
> 
> yes this was planned but never realized. Therefore an Exception handler
> has to be written.

Ok, still excpetions are better than dies as they can be catched
"locally" in the absence of a general handler.

I wouldn't use a t3lib_BEfunc function in t3lib_db as this would lead
probably to problems in the FE (or maybe it doesn't now we have the
autoloader).

Masi


More information about the TYPO3-team-core mailing list