[TYPO3-mvc] [Typo3 6.1] MVC Backend Module : how to show PHP errors ?

Felix Kopp felix-source at phorax.com
Sat Jun 1 01:10:25 CEST 2013


Enable

 > display_errors = on

in php.ini or via .htaccess

See
http://php.net/manual/en/errorfunc.configuration.php
http://www.php.net/manual/en/errorfunc.configuration.php#ini.display-errors

Cheers,
Felix*



On 31.05.13 15:46, Romain wrote:
> Hey,
>
> I'm searching for something that is probably really easy to do, but I'm
> wasting my time on it since a couple of hours now...
>
> I just don't see any PHP error when there is a syntax - or anything else
> - error in my controllers. I'm working on a MVC-style extension, and
> this is really annoying not to know where do the errors come from
> everytime...
>
> Does someone have any idea on how to fix it ?
>
> Thanks a lot in advance,
>
> Have a good day,
>
> Romm'



More information about the TYPO3-project-typo3v4mvc mailing list