Bug #24176
closedClassic page module: record list pagination broken
0%
Description
On the classic page module there is a record list which still has the old pagination buttons. These pagination buttons do not work anymore in 4.4. They result in a 404 error stating that typo3/db_layout.php was not found (which is correct, the path should be typo3/sysext/cms/layout/db_layout.php).
Reason for this is probably in typo3/class.db_list.inc line 704 (function listURL()). In e.g. 4.2 there was no back path prepended to the resulting URL. In 4.4 the back path is prepended.
I do not provide a patch as I believe there was a good reason to prepend the back path to the URL and I fear removing the back path would break other things.
(issue imported from #M16530)
Updated by Georg Ringer over 13 years ago
- Category set to Backend User Interface
- Status changed from New to Needs Feedback
- Target version deleted (
0)
can you check that with current version (4-6 dev) or at least 4-5. can't reproduce that
Updated by Susanne Moog over 13 years ago
- Status changed from Needs Feedback to Closed
Closing issue because of no feedback within a month. Please reopen the issue if this is still a problem.