Bug #35410
closedPHP warning: Unknown modifier 'r' in tx_install
100%
Description
The change #25213 now causes a PHP warning in the "All configuration section" of the Install Tool:
Unknown modifier 'r' in typo3/sysext/install/mod/class.tx_install.php on line 1963
Affected line:
while (preg_match('/' . $GLOBALS['TYPO3_CONF_VARS_extensionAdded'][$k][$vk] . '$/', '', $potentialValue)) {
$GLOBALS['TYPO3_CONF_VARS_extensionAdded'][$k][$vk] = '/ [GLOBAL] options.saveDocView = 1 options.saveDocNew = 1 options.saveDocNew.pages = 0 options.saveDocNew.pages_language_overlay = 0 [GLOBAL] <INCLUDE_TYPOSCRIPT: source="FILE:EXT:rtehtmlarea/res/typical/userTSConfig.txt"> [GLOBAL] options.saveDocNew.tx_fwstaff_people=1 [GLOBAL] options.saveDocNew.tt_address_group = 1 options.saveDocNew.tt_address = 1 [GLOBAL] options.saveDocNew.tx_sevenpack_references=1 [GLOBAL] # default user TSconfig [GLOBAL] options.workspaces.considerReferences = 1 [GLOBAL] options.workspaces.considerReferences = 1$/'
$potentialValue = '/ [GLOBAL] options.saveDocView = 1 options.saveDocNew = 1 options.saveDocNew.pages = 0 options.saveDocNew.pages_language_overlay = 0 [GLOBAL] <INCLUDE_TYPOSCRIPT: source="FILE:EXT:rtehtmlarea/res/typical/userTSConfig.txt"> [GLOBAL] options.saveDocNew.tx_fwstaff_people=1 [GLOBAL] options.saveDocNew.tt_address_group = 1 options.saveDocNew.tt_address = 1 [GLOBAL] options.saveDocNew.tx_sevenpack_references=1 [GLOBAL] # default user TSconfig [GLOBAL] options.workspaces.considerReferences = 1 [GLOBAL] options.workspaces.considerReferences = 1$/'
Updated by Jigal van Hemert over 12 years ago
- Category set to Install Tool
- Assignee set to Jigal van Hemert
- Complexity set to easy
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10103
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10103
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/11319
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/11322
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/11326
Updated by Jigal van Hemert over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6bb0f8d44327890e3355abd12cca2a4456df7278.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13141
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13257
Updated by Alexander Opitz over 11 years ago
- Status changed from Under Review to Closed
The gerrit code review messages after closing are false. So closing again.