Summary | javascript error in sidebar.php |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 05/19/2005 (7433 days ago) |
Due | |
Updated | 05/19/2005 (7433 days ago) |
Assigned | 05/19/2005 (7433 days ago) |
Resolved | 05/19/2005 (7433 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
I'm using MySQL 3.23.58 as my preference DB.
State ⇒ Resolved
What DB are you using?
State ⇒ Assigned
$_prefs['menu_refresh_time'] = array(
'value' => 0,
'locked' => false,
'shared' => true,
'type' => 'enum',
'enum' => array(0 => _("Never"),
30 => _("Every 30 seconds"),
60 => _("Every minute"),
120 => _("Every 2 minutes"),
300 => _("Every 5 minutes")),
'desc' => _("Refresh Dynamic Menu Elements:")
);
Also I checked this preference in my backend (MySQL).
menu_refresh_time is set to 0.
If I set it to 30 everything is fine.
State ⇒ Feedback
sidebar is empty, and thus the javascript code to reload the sidebar
(that's causing the error for you) shouldn't be loaded. Did you update
your prefs.php file from the .dist version after updating? Did you do
anything else with your preferences?
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ javascript error in sidebar.php
Queue ⇒ Horde Base
New Attachment: sidebat.txt
Char: 37
Error: Syntax error
Code: 0
URL: https://mail.lnk.lt/horde/services/portal/sidebar.php
I encoutered this after recent CVS updates. Reproducible everytime.
Generated HTML/JS code attached. Something is really missing there.