Summary | Prefs broken after upgrade from 1.0.1 to 1.1.3 |
Queue | Horde Groupware Webmail Edition |
Queue Version | 1.1.3 |
Type | Bug |
State | No Feedback |
Priority | 2. Medium |
Owners | |
Requester | samuel.wolf (at) wolf-maschinenbau (dot) de |
Created | 09/19/2008 (6148 days ago) |
Due | |
Updated | 09/21/2008 (6146 days ago) |
Assigned | 09/19/2008 (6148 days ago) |
Resolved | 09/21/2008 (6146 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ Prefs broken after upgrade from 1.0.1 to 1.1.3
Type ⇒ Bug
State ⇒ Unconfirmed
scripts/setup.php
i noticed two errors in the IMP preferences:
(1) the search prefs were still active (but apparently have been deprecated)
(2) show_legend was still visible
both produce php error messages like:
Warning:
Prefs_UI::require(/var/www/https/horde/config/../imp/templates/prefs/defaultsearchselect.inc) [function.Prefs-UI-require]: failed to open stream: No such file or directory in /var/www/https/horde/lib/Horde/Prefs/UI.php on line
260
Fatal error: Prefs_UI::require() [function.require]: Failed opening
required
'/var/www/https/horde/config/../imp/templates/prefs/defaultsearchselect.inc'
(include_path='/var/www/https/horde/lib:/var/www/https/horde/lib/../pear') in
/var/www/https/horde/lib/Horde/Prefs/UI.php on line 260
please note that the above line numbers may be slightly off because i
inserted a few debug print statement to track the problem down.