<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Upgrade from 1.1.3 to 1.2</title> 
  <pubDate>Thu, 09 Apr 2026 22:56:16 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7439</link> 
  <atom:link rel="self" type="application/rss+xml" title="Upgrade from 1.1.3 to 1.2" href="https://bugs.horde.org/ticket/7439/rss" /> 
  <description>Upgrade from 1.1.3 to 1.2</description> 
 
   
   
  <item> 
   <title>I make an upgrade to 1.2 final.

IMP -&gt; Options -&gt; Webmail -</title> 
   <description>I make an upgrade to 1.2 final.

IMP -&gt; Options -&gt; Webmail -&gt; Adressbook 

I get following error:

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 &#039;/var/www/https/horde/config/../templates/prefs/.inc&#039; (include_path=&#039;/var/www/https/horde/lib:/var/www/https/horde/lib/../pear&#039;) in /var/www/https/horde/lib/Horde/Prefs/UI.php on line 260</description> 
   <pubDate>Mon, 06 Oct 2008 17:09:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t49400</link> 
  </item> 
   
  <item> 
   <title>Did the upgrade script succeed without any errors? How does </title> 
   <description>Did the upgrade script succeed without any errors? How does the generated imp/config/prefs.php file look like?</description> 
   <pubDate>Tue, 07 Oct 2008 13:43:48 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t49473</link> 
  </item> 
   
  <item> 
   <title>&gt; Did the upgrade script succeed without any errors? How doe</title> 
   <description>&gt; Did the upgrade script succeed without any errors? How does the 

&gt; generated imp/config/prefs.php file look like?



The update script show some notes, but no errors. Sorry I forgotten to save this informations.

I uploade me prefs.php as attachment</description> 
   <pubDate>Tue, 07 Oct 2008 15:37:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t49493</link> 
  </item> 
   
  <item> 
   <title>Try adding

$prefGroups[&#039;addressbooks&#039;][&#039;members&#039;][&#039;auto_exp</title> 
   <description>Try adding

$prefGroups[&#039;addressbooks&#039;][&#039;members&#039;][&#039;auto_expand&#039;],

to the first unset() call of the configuration changes added for version 1.1.</description> 
   <pubDate>Tue, 07 Oct 2008 16:22:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t49494</link> 
  </item> 
   
  <item> 
   <title>&gt; Try adding

&gt; $prefGroups[&#039;addressbooks&#039;][&#039;members&#039;][&#039;auto</title> 
   <description>&gt; Try adding

&gt; $prefGroups[&#039;addressbooks&#039;][&#039;members&#039;][&#039;auto_expand&#039;],

&gt; to the first unset() call of the configuration changes added for version 1.1.

Its the same!

unset($prefGroups[&#039;addressbooks&#039;][&#039;members&#039;][&#039;auto_expand&#039;],

      $prefGroups[&#039;identities&#039;][&#039;members&#039;][&#039;mail_hdr&#039;],

      $prefGroups[&#039;compose&#039;][&#039;members&#039;][&#039;num_words&#039;],

      $prefGroups[&#039;newmail&#039;][&#039;members&#039;][&#039;nav_audio&#039;],

      $prefGroups[&#039;display&#039;][&#039;members&#039;][&#039;show_legend&#039;],

      $_prefs[&#039;preview_maxlen&#039;][&#039;enums&#039;][-1],

//      $_prefs[&#039;show_legend&#039;],

//      $_prefs[&#039;defaultsearchselect&#039;],

      $_prefs[&#039;default_search&#039;],

      $_prefs[&#039;auto_expand&#039;]);





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 &#039;/var/www/https/horde/config/../templates/prefs/.inc&#039; (include_path=&#039;/var/www/https/horde/lib:/var/www/https/horde/lib/../pear&#039;) in /var/www/https/horde/lib/Horde/Prefs/UI.php on line 260</description> 
   <pubDate>Tue, 07 Oct 2008 18:49:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t49496</link> 
  </item> 
   
  <item> 
   <title>I have the same problem with these options after updating (w</title> 
   <description>I have the same problem with these options after updating (without errors) to horde-webmail-1.2: 

Global Options -&gt; Display Options

Options for Address Book  -&gt; Display 

Options for Calendar -&gt; Free/Busy Information

Options for Mail  -&gt; Mailbox and Folder Display Options 

Options for Mail -&gt; Search Options 

Options for Mail  -&gt; 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.  

</description> 
   <pubDate>Wed, 08 Oct 2008 16:41:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t49538</link> 
  </item> 
   
  <item> 
   <title>&gt; I have the same problem with these options after updating </title> 
   <description>&gt; I have the same problem with these options after updating (without 

&gt; errors) to horde-webmail-1.2:

&gt; Global Options -&gt; Display Options

&gt; Options for Address Book  -&gt; Display

&gt; Options for Calendar -&gt; Free/Busy Information

&gt; Options for Mail  -&gt; Mailbox and Folder Display Options

&gt; Options for Mail -&gt; Search Options

&gt; Options for Mail  -&gt; Address Books

&gt; It seems as if the file /lib/Horde/Prefs/UI.php does not get the 

&gt; type... My temporary solution was to edit the prefs.phps and remove 

&gt; the concerning members.

&gt;

I get two errors:

Horde -&gt; Options -&gt; Webmail -&gt; 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 &#039;/var/www/https/horde/config/../imp/templates/prefs/defaultsearchselect.inc&#039; (include_path=&#039;/var/www/https/horde/lib:/var/www/https/horde/lib/../pear&#039;) 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 &#039;/var/www/https/horde/config/../templates/prefs/.inc&#039; (include_path=&#039;/var/www/https/horde/lib:/var/www/https/horde/lib/../pear&#039;) in /var/www/https/horde/lib/Horde/Prefs/UI.php on line 260



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





//$prefGroups[&#039;search&#039;] = array(

//    &#039;column&#039; =&gt; _(&quot;Other Options&quot;),

//    &#039;label&#039; =&gt; _(&quot;Search Options&quot;),

//    &#039;desc&#039; =&gt; _(&quot;Control options relating to messages searching.&quot;),

//    &#039;members&#039; =&gt; array(&#039;defaultsearchselect&#039;)

//);



$prefGroups[&#039;filters&#039;] = array(

    &#039;column&#039; =&gt; _(&quot;Other Options&quot;),

    &#039;label&#039; =&gt; _(&quot;Filters&quot;),

    &#039;desc&#039; =&gt; _(&quot;Create filtering rules to organize your incoming mail, sort it into folders, and delete spam.&quot;),

    &#039;url&#039; =&gt; &#039;filterprefs.php&#039;

);



//$prefGroups[&#039;addressbooks&#039;] = array(

//    &#039;column&#039; =&gt; _(&quot;Other Options&quot;),

//    &#039;label&#039; =&gt; _(&quot;Address Books&quot;),

//    &#039;desc&#039; =&gt; _(&quot;Select address book sources for adding and searching for addresses.&quot;),

//   &#039;members&#039; =&gt; array(&#039;auto_expand&#039;, &#039;save_recipients&#039;, &#039;display_contact&#039;, &#039;sourceselect&#039;)

//);



So whats going wronge there? 

Won&#039;t install new, I need the Users files with all the addressbooks and options. </description> 
   <pubDate>Sat, 11 Oct 2008 16:32:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t49616</link> 
  </item> 
   
  <item> 
   <title>I get the same failure after the upgrade. I solved the probl</title> 
   <description>I get the same failure after the upgrade. I solved the problem by replace the file imp/config/prefs.php from the original source ftp://ftp.horde.org/pub/horde-webmail/horde-webmail-1.2.tar.gz .

</description> 
   <pubDate>Tue, 21 Oct 2008 20:58:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t49872</link> 
  </item> 
   
  <item> 
   <title>&gt; I get the same failure after the upgrade. I solved the pro</title> 
   <description>&gt; I get the same failure after the upgrade. I solved the problem by 

&gt; replace the file imp/config/prefs.php from the original source 

&gt; ftp://ftp.horde.org/pub/horde-webmail/horde-webmail-1.2.tar.gz .

&gt;

Still a good idea, works fine!</description> 
   <pubDate>Sat, 25 Oct 2008 15:07:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t50018</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/groupware/docs/groupware/CHANGES?r1=1.33&amp;r2=1.34&amp;ty=u
http://cvs.horde.org/diff.php/groupware/docs/groupware/UPGRADING?r1=1.8&amp;r2=1.9&amp;ty=u
http://cvs.horde.org/diff.php/groupware/docs/webmail/CHANGES?r1=1.30&amp;r2=1.31&amp;ty=u
http://cvs.horde.org/diff.php/groupware/docs/webmail/UPGRADING?r1=1.10&amp;r2=1.11&amp;ty=u
http://cvs.horde.org/diff.php/groupware/patches/config/horde-prefs.php_1.0_1.1.php?r1=1.2&amp;r2=1.3&amp;ty=u
http://cvs.horde.org/diff.php/groupware/patches/config/kronolith-prefs.php_1.0_1.1.php?r1=1.2&amp;r2=1.3&amp;ty=u
http://cvs.horde.org/diff.php/groupware/patches/config/turba-prefs.php_1.0_1.1.php?r1=1.2&amp;r2=1.3&amp;ty=u
http://cvs.horde.org/diff.php/groupware/patches/webmail/config/imp-prefs.php_1.0_1.1.php?r1=1.1&amp;r2=1.2&amp;ty=u</description> 
   <pubDate>Fri, 05 Dec 2008 22:43:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t51093</link> 
  </item> 
   
  <item> 
   <title>Fixed for future updates. For those that are affected, it&#039;s </title> 
   <description>Fixed for future updates. For those that are affected, it&#039;s indeed the easiest to simply re-create the prefs.php file from the .dist versions.</description> 
   <pubDate>Fri, 05 Dec 2008 22:45:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7439#t51094</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
