Actions
Bug #24659
closedSuperfluous backspace in Error Message if no Install Tool Password is set
Start date:
2011-01-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If no Install Tool password is set and you try to call the install tool, the error message says:
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';
Notice the backslash before the line of PHP code
The message is in single quotes, where dollar signs don't have to be escaped.
(issue imported from #M17138)
Files
Actions