Index: typo3/sysext/install/mod/class.tx_install.php =================================================================== --- typo3/sysext/install/mod/class.tx_install.php (revision 10137) +++ typo3/sysext/install/mod/class.tx_install.php (working copy) @@ -272,7 +272,7 @@ parent::t3lib_install(); if (!$GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword']) { - $this->outputErrorAndExit('Install Tool deactivated.
You must enable it by setting a password in typo3conf/localconf.php. If you insert the line below, the password will be \'joh316\':

\$TYPO3_CONF_VARS[\'BE\'][\'installToolPassword\'] = \'bacb98acf97e0b6112b1d1b650b84971\';', 'Fatal error'); + $this->outputErrorAndExit('Install Tool deactivated.
You must enable it by setting a password in typo3conf/localconf.php. If you insert the line below, the password will be \'joh316\':

$TYPO3_CONF_VARS[\'BE\'][\'installToolPassword\'] = \'bacb98acf97e0b6112b1d1b650b84971\';', 'Fatal error'); } if ($this->sendNoCacheHeaders) {