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

Adrien Crivelli adrien.crivelli at gmail.com
Fri May 31 17:46:32 CEST 2013


did you try installing xdebug <http://xdebug.org/> and using those flag in
config file ?


$TYPO3_CONF_VARS['SYS']['sqlDebug'] = '1'; //  Modified or inserted by
TYPO3 Install Tool.
$TYPO3_CONF_VARS['BE']['versionNumberInFilename'] = '0'; //  Modified or
inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['displayErrors'] = '1'; //  Modified or inserted by
TYPO3 Install Tool.
$TYPO3_CONF_VARS['BE']['debug'] = '1'; //  Modified or inserted by TYPO3
Install Tool.
$TYPO3_CONF_VARS['FE']['debug'] = '1'; //  Modified or inserted by TYPO3
Install Tool.


That's coming from 4.X branch, but I am pretty sure you can find equivalent
things in "install tool"


On 31 May 2013 15:46, Romain <romain.hydrocanon at gmail.com> 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'
> ______________________________**_________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc@**lists.typo3.org<TYPO3-project-typo3v4mvc at lists.typo3.org>
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**
> project-typo3v4mvc<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc>
>


More information about the TYPO3-project-typo3v4mvc mailing list