[Tickets #12528] Basic mode: Navigation in mailbox with page number fails
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri Aug 2 12:12:15 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12528
------------------------------------------------------------------------------
Ticket | 12528
Created By | frank.richter at hrz.tu-chemnitz.de
Summary | Basic mode: Navigation in mailbox with page number
| fails
Queue | IMP
Version | 6.1.3
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
frank.richter at hrz.tu-chemnitz.de (2013-08-02 12:12) wrote:
Hi,
in basic mode, when I type in a page number in the navigaton bar, this
error occurs:
-> https://mail-test.tu-chemnitz.de/imp/basic.php?mailbox=S.....&mpage=2
Page not found:
IMP_Exception Object
(
[details] =>
[logged] => 1
[_logLevel:protected] => 0
[message:protected] => Page not found:
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /var/www/html/horde/imp/basic.php
[line:protected] => 30
[trace:Exception:private] => Array
(
)
[previous:Exception:private] =>
)
I assume, the URL should be:
https://mail-test.tu-chemnitz.de/imp/basic.php?page=mailbox&mailbox=S.....&mpage=2
But this doesn't work, at least not in Firefox an Chome:
<form class="imp-navbar" action="/imp/basic.php?page=mailbox" method="get">
IMHO, this should be changed to
<form class="imp-navbar" action="/imp/basic.php" method="get">
<input type="hidden" value="mailbox" name="page">
-> horde/imp/templates/basic/mailbox/navbar.html.php ?
Regards,
Frank
More information about the bugs
mailing list