[FLOW3-general] php notice handled as exception?
Thomas Mammitzsch
thomas at visualworx.de
Tue Feb 12 14:27:46 CET 2013
Hi Bastian,
i tried to set the exceptional errors in Configuration/Settings.yaml
TYPO3:
Flow:
error:
errorHandler:
exceptionalErrors: [%E_USER_ERROR%, %E_RECOVERABLE_ERROR%]
with still having that notice resulting in an exception.
'./flow configuration:show --type Settings' gives me:
errorHandler:
exceptionalErrors:
- '256'
- '4096'
- '2'
- '8'
- '512'
- '1024'
- '2048'
Does that reflect the Settings i made?
regards, Thomas
On 12.02.2013 12:45, Bastian Waidelich wrote:
> Thomas Mammitzsch wrote:
>
> Hi Thomas,
>
>> i get the following error when i run my command controller on my
>> production machine. Since this seems to be a notice, why is it handled
>> as an exception?
>
> See
> http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartIII/ErrorAndExceptionHandling.html#error-handler
>
>
> But I'd recommend not to change this and rather try fixing the issue (in
> this case avoid calling deprecated functions).
>
> HTH
More information about the FLOW3-general
mailing list