Bug #4778
Infinite redirect loop
| Status: | New | Start date: | 2009-09-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Peter Schuster | % Done: | 0% |
|
| Category: | Forum | |||
| Target version: | 1.10.0 | |||
| Votes: | 1 (View) |
Description
When after deleting a post mm_forum gets into an infinite redirect loop.
I think this is caused by the parameter "page=1" also there is only one page.
Associated revisions
Fixed bug 4812: RTE field does not respect system RTE configuration
Fixed bug 4778: Filelinks in FCEs are not registered as "references"
History
Updated by Peter Schuster over 3 years ago
- File infinite_redirect.diff added
I think I found the bug: in get_pid_link() the page number is set to 1, instead of 0.
I attached a patch.
Updated by Peter Schuster over 3 years ago
- Category set to Forum
- Assignee set to Peter Schuster
- Target version set to 1.9.0
I think we either should drop the old, built-in pagebrowser or change the old pagebrowser to start with page '0' as first page.
That's the way tx_pagebrowse is doing it.
Currently there are lots of checks for 'doNotUsePageBrowseExtension' and it is not clear when to decrease or increase a page number to get the "right" one (as in this bug report).
What do you think about it?
Updated by Martin Helmich about 3 years ago
- Target version changed from 1.9.0 to 1.10.0
Updated by Dmitry Dulepov over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r4662.
Updated by Hauke Hain about 2 years ago
I support the idea to drop the support for the old style mm_forum pagebrowser.
Updated by Ines Willenbrock almost 2 years ago
I too support this
regards - Ines