6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
3/30/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10654] Can't autosubmit to a ticket from Horde
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. .. .. ,.__ | || ||\/| \./ [__) |/\||__|| | | [__)
Comment
> And this is the function in problem.php that results in the fatal > error for the redirect: > > function _returnToPage() > { > $url = new Horde_Url(Horde_Util::getFormData('return_url', > Horde::url('login.php', true, array('app' => 'horde')))); > $url->redirect(); > } > > > That seems to call this public function in Url.php: > > public function redirect() > { > $url = strval($this->setRaw(true)); > if (!strlen($url)) { > throw new Horde_Url_Exception('Redirect failed: URL is empty.'); > } > > header('Location: ' . $url); > exit; > }
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers