Bug #21955
closedBroken forward/previous link in typo3-page-stdlist (/typo3/sysext/cms/layout/db_layout.php)
0%
Description
If a page contains more than 1000 tt_address entries and you view it with the "Page"-Module, the forward-link at the bottom of the list to show entries [1001-2000] is broken.
The link's href is href="../../../db_layout.php?id=XX&table=tt_address&pointer=1000"
This points to /typo3/db_layout.php (which does not exist) instead of /typo3/sysext/cms/layout/db_layout.php.
The previous-link on page /typo3/sysext/cms/layout/db_layout.php?id=XX&table=tt_address&pointer=1000 to view entries [1-1000] does not work either.
(issue imported from #M13238)
Files
Updated by Björn Pedersen about 14 years ago
Seems as this could be the same double backPath issue as in http://bugs.typo3.org/view.php?id=15502.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Stephan Großberndt over 11 years ago
This issue can be closed, the link in 4.5.25 is not broken (points to List module):
../../../mod.php?&M=web_list&id=30&table=tt_address&pointer=1000
Updated by Chris topher over 11 years ago
- Status changed from Needs Feedback to Closed