[Tickets #7439] Re: Upgrade from 1.1.3 to 1.2

bugs at horde.org bugs at horde.org
Sat Oct 11 16:32:37 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7439
------------------------------------------------------------------------------
  Ticket             | 7439
  Updated By         | samuel.wolf at wolf-maschinenbau.de
  Summary            | Upgrade from 1.1.3 to 1.2
  Queue              | Horde Groupware Webmail Edition
  Version            | 1.2
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


samuel.wolf at wolf-maschinenbau.de (2008-10-11 12:32) wrote:

> I have the same problem with these options after updating (without
> errors) to horde-webmail-1.2:
> Global Options -> Display Options
> Options for Address Book  -> Display
> Options for Calendar -> Free/Busy Information
> Options for Mail  -> Mailbox and Folder Display Options
> Options for Mail -> Search Options
> Options for Mail  -> Address Books
> It seems as if the file /lib/Horde/Prefs/UI.php does not get the
> type... My temporary solution was to edit the prefs.phps and remove
> the concerning members.
>
I get two errors:
Horde -> Options -> Webmail -> Search and Addressbook

Search Options

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  
256

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 256

AND

Adressbücher

Warning:  
Prefs_UI::require(/var/www/https/horde/config/../templates/prefs/.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/../templates/prefs/.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

So I change my /horde/imp/config/prefs.php


//$prefGroups['search'] = array(
//    'column' => _("Other Options"),
//    'label' => _("Search Options"),
//    'desc' => _("Control options relating to messages searching."),
//    'members' => array('defaultsearchselect')
//);

$prefGroups['filters'] = array(
     'column' => _("Other Options"),
     'label' => _("Filters"),
     'desc' => _("Create filtering rules to organize your incoming  
mail, sort it into folders, and delete spam."),
     'url' => 'filterprefs.php'
);

//$prefGroups['addressbooks'] = array(
//    'column' => _("Other Options"),
//    'label' => _("Address Books"),
//    'desc' => _("Select address book sources for adding and  
searching for addresses."),
//   'members' => array('auto_expand', 'save_recipients',  
'display_contact', 'sourceselect')
//);

So whats going wronge there?
Won't install new, I need the Users files with all the addressbooks  
and options.





More information about the bugs mailing list