Task #33082
closedImprove error msg of "broken rootline"
100%
Description
there can be various causes when the rootline is broken.
one which I get quite often when starting a new project is because I have something like
$TYPO3_CONF_VARS['FE']['addRootLineFields'].= ',tx_realurl_pathsegment';
but realurl is not installed or the field is not available.
therefore the query fails.
changing the error msg helps to provide some additional information. as the query is really simple (select $fields from pages where uid=$uid
) having those 2 arguments it helps a lot to solve the puzzle
(patch will be pushed later, diff is just to not loose it.)
How to test: just add
$TYPO3_CONF_VARS['FE']['addRootLineFields'].= ',xyz';
to your localconf and get the error.
Files
Updated by Gerrit Code Review almost 13 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/7779
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7779
Updated by Georg Ringer almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 70 to 100
Applied in changeset b9f12f8f3dc7d70b083c0e1f68a62befeda7466b.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/13007
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/13008
Updated by Georg Ringer over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset c85d6be51e9b4449dd49fc42b3403a810518c927.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13310
Updated by Stefan Galinski over 11 years ago
- Status changed from Under Review to Closed