Summary | No interface after session timeout, JS instead |
Queue | IMP |
Queue Version | 5.0.19 |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | horde (at) kyoshiro (dot) org |
Created | 03/20/2012 (4859 days ago) |
Due | |
Updated | 04/10/2013 (4473 days ago) |
Assigned | 03/20/2012 (4859 days ago) |
Resolved | 04/05/2012 (4843 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
I have the same Problem and tried to solve it.
I found that the webroot is wrong:
with
$GLOBALS['registry']->get('webroot', empty($opts['app']) ? null :
$opts['app']);
i get the path "/services/ajax.php/horde", so I get a wrong URL from
Horde::url
As I made $GLOBALS['registry']->rebuild(); before I use Horde::url,
all is fine and the error is gone...
I don't know, where the webroot was set. Maybe I can log it for a
while, if you can say me where I should do this.
P.S.: Sorry for my bad english...
It happened again, when my computer went back from hibernation. Every
URL I try (/ /kronolith /imp, etc) is redirected to
https://myhost/services/ajax.php/horde/login.php in the browser I was
logged in before hibernate. I did not logout before doing so.
My cookies :
auth_key 1003029564fa768b409ae7
imp_key 6v0todrrfkdhggolfpdq7b5ku2
default_horde_view auto
horde_menu_expanded
expimp%2CRGDPfP5zZXM%2CSnVeow%2CRH9pc2lycw%2CUGVyc28%2Corganizing
Horde 091fdovgidrrcvduiq8i6chc50
I tried removing them one by one and it was not default_horde_view or
horde_menu_expanded.
Then I removed "Horde" cookie and the login page showed up. There's
nothing in the log files though....
this happens, or you can find any additional information like log
entries that show up when this happens, there isn't much we can do
at this point.
Maybe it's related to some extensions I use about privacy / cookies removal.
I'll come back to you as soon as I have more data.
Thanks
Priority ⇒ 1. Low
this happens, or you can find any additional information like log
entries that show up when this happens, there isn't much we can do at
this point.
How could I debug this issue ?
redirected to an url like /ajax/services (I should have noted the
address :/)
How could I debug this issue ?
How could I debug this issue ?
State ⇒ Feedback
Queue ⇒ IMP
of Horde 4 and IMP 5
Address Book (turba) 3.0.12 DB schema is ready. Application is ready.
Calendar (kronolith) 3.0.15 DB schema is ready. Application is ready.
content 1.0.3 DB schema is ready.
Horde (horde) 4.0.14 Application is ready.
Mail (imp) 5.0.19 DB schema is ready. Application is ready.
Tasks (nag) 3.0.7
State ⇒ Not A Bug
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ No interface after session timeout, JS instead
Type ⇒ Bug
Queue ⇒ DIMP
Whenever my session times out (using Chromium), every URL I try on the
horde web interface is replaced by a JS-like commentary saying :
/*-secure-{"response":null}*/
I have to clear cookies in order for the login dialog to show.
Please let me know if you need more information about my configuration.