[TYPO3-core] RFC #17138: Superfluous backspace in Error Message if no Install Tool Password is set
Sebastian Michaelsen
sebastian.gebhard at gmail.com
Wed Jan 19 12:08:36 CET 2011
This is an SVN patch request.
Type: Bugfix, Nobrainer
Bugtracker references:
http://bugs.typo3.org/view.php?id=17138
Branches:
trunk
Problem:
If no Install Tool password is set and you try to call the install tool, the error message suggests
to insert following line into typo3conf/localconf.php:
\$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971';
Notice the backslash at the beginning
Solution:
Remove the Backslash that was intented to escape the dollar sign - it's not needed in single quotes.
How to test:
- unset($TYPO3_CONF_VARS['BE']['installToolPassword']); at the end of localconf.php
- Try to call the install tool
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 17138_v1.diff
Type: text/x-diff
Size: 1045 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20110119/b8e04d63/attachment.diff>
More information about the TYPO3-team-core
mailing list