6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/17/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9655] ajax blockAutoUpdate returns "Horde is not activated"
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ .. ..___ | \[__) ||\/|[__ |__/| \__|| ||
Comment
> This bug is at least two distinct issue: > > 1. Refresh rate is set to never. > > This value is not handled correctly, because ajax is used. > > 2. Ajax reloading does not work as expected > > For the first issue, I've the following patch: > > --- Core/Block/Layout/View.php.orig 2011-03-11 11:16:08.000000000 +0100 > +++ Core/Block/Layout/View.php 2011-03-11 11:10:35.000000000 +0100 > @@ -105,6 +105,8 @@ > $refresh_time = > isset($item['params']['params']['_refresh_time']) > ? > $item['params']['params']['_refresh_time'] > : $interval; > + > + if ($refresh_time>0) { > > $updateurl = > Horde::getServiceLink('ajax', 'horde'); > $updateurl->pathInfo = 'blockAutoUpdate'; > @@ -120,6 +122,7 @@ > '}, ' . intval($refresh_time * > 1000) . ')', > 'dom' > ); > + } > } > } else { > $html .= '<td width="' . ($width * > $colspan) . '%"> </td>'; > >
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