[TYPO3-core] RFC #0014697: [Bug] Unable to show tt_address records >=1001 in page modul

Henrik Ziegenhain lists at h3nn3s.info
Thu Nov 25 08:07:12 CET 2010


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=14697

Branches: 4-3, 4-4

Problem:
Via page module its impossible to show records from tt_address greater 
than 1000.
The linkpath to db_layout.php is wrong.

Solution:
It should be

db_layout.php?id=X&table=Y&pointer=Z

and not

../../../db_layout.php?id=X&table=Y&pointer=Z

Steps to reproduce:

- add some random data (for sure more than 1000 :) )
- goto page 2 with entries 1001 - 2000
- see a 404 page.
- apply attached patch and see again.

Notes: Patch only needs to be tested in Version 4.3 and 4.4. In current 
trunk everything is ok...

Regards
Henrik
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 14697.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101125/14601cf7/attachment.asc>


More information about the TYPO3-team-core mailing list