[TYPO3-install] Blank page when installing TYPO3 6.1 on a windows server

Mohamed Rebai momed.rebai at gmail.com
Tue Apr 15 21:41:49 CEST 2014


Hi,



I have a problem when trying to install a blank or dummy or whatever
package of TYPO3 6.1 on a windows server.



When i type mydomain/typo3, i got redirected to mydomain/typo3/install, and
i obtain the page that asks to create the « ENABLE_INSTALL_TOOL » file in
typo3conf.

After creating this file, i refresh the page, and then, i got a blank page!
I can’t install my TYPO3 site…

After debugging, i noticed that the error happens exactly in the
Bootstap.php file (TYPO3\CMS\Core\Core\Bootstrap.php), in the
initializeExceptionHandling() function, in this line :

Utility\GeneralUtility::makeInstance($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['errors']['exceptionHandler']);



I tried

var_dump($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['errors']); die;



just before the error happens, and i got this message :



array(2) { ["exceptionHandler"]=> string(47)
"TYPO3\CMS\Core\Error\ProductionExceptionHandler" ["exceptionalErrors"]=>
int(20480) }



Does any one of you have any idea about this error ?

Thanks!


More information about the TYPO3-install mailing list