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

Henrik Ziegenhain lists at h3nn3s.info
Mon Dec 6 13:10:35 CET 2010


Reminder #1

regards
Henrik

Am 25.11.2010 08:07, schrieb Henrik Ziegenhain:
> 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



More information about the TYPO3-team-core mailing list