<?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>add new list</title> 
  <pubDate>Fri, 10 Apr 2026 09:50:16 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8874</link> 
  <atom:link rel="self" type="application/rss+xml" title="add new list" href="https://bugs.horde.org/ticket/8874/rss" /> 
  <description>add new list</description> 
 
   
   
  <item> 
   <title>I installed Imp 4.2/Horde 3.2.1/Turba 2.2.1 on Fedora core 1</title> 
   <description>I installed Imp 4.2/Horde 3.2.1/Turba 2.2.1 on Fedora core 11. Everything is 
working fine except the option &quot;add &quot; option to create a new list.

   I select the contacts I want to add and then select &quot;add&quot; option to 
My address book. Turba asks me the name of the new list. I type the 
list name and click ok. A blank screen appears and nothing happens.

   I found an error in ssl_error_log:

   [Thu Feb 11 08:56:25 2010] [error] [client 192.168.0.227] PHP Fatal 
error:  Call to undefined method PEAR_Error::getContactOwner() in 
/usr/share/horde/turba/lib/Views/Browse.php on line 284, referer: 
https://192.168.0.232/horde/turba/browse.php[1]

   Thank you for any help!</description> 
   <pubDate>Wed, 17 Feb 2010 13:48:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58006</link> 
  </item> 
   
  <item> 
   <title>That error would be caused when the driver for the address b</title> 
   <description>That error would be caused when the driver for the address book you are creating the new contact list in could not be loaded.  Are you creating the new list in the same address book as the contacts, or a different address book?

Also, 2.2.1 is an older release. Please update to a newer version, as this issue may have already been fixed. I cannot reproduce this in the current stable line.</description> 
   <pubDate>Wed, 17 Feb 2010 15:08:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58007</link> 
  </item> 
   
  <item> 
   <title>Thank you for your response
I have updated turba to the new</title> 
   <description>Thank you for your response
I have updated turba to the newest version and the error persists.
I&#039;m creating the new list in the same address book as the contacts.

&gt; That error would be caused when the driver for the address book you 
&gt; are creating the new contact list in could not be loaded.  Are you 
&gt; creating the new list in the same address book as the contacts, or a 
&gt; different address book?
&gt;
&gt; Also, 2.2.1 is an older release. Please update to a newer version, as 
&gt; this issue may have already been fixed. I cannot reproduce this in 
&gt; the current stable line.
</description> 
   <pubDate>Thu, 18 Feb 2010 10:08:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58010</link> 
  </item> 
   
  <item> 
   <title>I cannot reproduce this is the latest stable. What contact s</title> 
   <description>I cannot reproduce this is the latest stable. What contact storage backend are you using?  You are probably going to need to debug this yourself.  

Find out what line you are *now* getting the error on (after you upgraded, the line number will have changed).  Place a  var_dump($targetDriver); statement right before the line you are getting the error on and post the results here after making sure no sensitive data (data base passwords etc...) are present.</description> 
   <pubDate>Thu, 18 Feb 2010 14:23:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58011</link> 
  </item> 
   
  <item> 
   <title>I&#039;m using mysql and the beginning of sources.php is:

$cfg</title> 
   <description>I&#039;m using mysql and the beginning of sources.php is:

$cfgSources[&#039;localsql&#039;] = array(
    &#039;title&#039; =&gt; _(&quot;My Address Book&quot;),
    &#039;type&#039; =&gt; &#039;sql&#039;,
    // The default connection details are pulled from the Horde-wide SQL
    // connection configuration.
//    &#039;params&#039; =&gt; array_merge($GLOBALS[&#039;conf&#039;][&#039;sql&#039;], array(&#039;table&#039; =&gt; &#039;turba_objects&#039;)),
     &#039;params&#039; =&gt; array(
         &#039;phptype&#039; =&gt; &#039;mysql&#039;,
         &#039;hostspec&#039; =&gt; &#039;localhost&#039;,
         &#039;username&#039; =&gt; &#039;horde&#039;,
         &#039;password&#039; =&gt; &#039;senha&#039;,
         &#039;database&#039; =&gt; &#039;localsql&#039;,
         &#039;table&#039; =&gt; &#039;turba_objects&#039;,
         &#039;charset&#039; =&gt; &#039;iso-8859-1&#039;
    ),


&gt; I cannot reproduce this is the latest stable. What contact storage 
&gt; backend are you using?  You are probably going to need to debug this 
&gt; yourself.
&gt;
&gt; Find out what line you are *now* getting the error on (after you 
&gt; upgraded, the line number will have changed).  Place a  
&gt; var_dump($targetDriver); statement right before the line you are 
&gt; getting the error on and post the results here after making sure no 
&gt; sensitive data (data base passwords etc...) are present.
</description> 
   <pubDate>Fri, 19 Feb 2010 17:00:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58018</link> 
  </item> 
   
  <item> 
   <title>..what about the results of the var_dump() statement?</title> 
   <description>..what about the results of the var_dump() statement?</description> 
   <pubDate>Fri, 19 Feb 2010 18:04:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58019</link> 
  </item> 
   
  <item> 
   <title>I´m sorry about the delay, but I had some problems.
Here i</title> 
   <description>I´m sorry about the delay, but I had some problems.
Here is the begining (the results are enormous - I attached a pdf with everything) of the var_dump($targetdriver) results:

object(PEAR_Error)#25 (8) { [&quot;error_message_prefix&quot;]=&gt;  string(0) &quot;&quot; [&quot;mode&quot;]=&gt;  int(1) [&quot;level&quot;]=&gt;  int(1024) [&quot;code&quot;]=&gt;  NULL [&quot;message&quot;]=&gt;  string(16) &quot;Source not found&quot; [&quot;userinfo&quot;]=&gt;  NULL [&quot;backtrace&quot;]=&gt;  array(4) { [0]=&gt;  array(6) { [&quot;file&quot;]=&gt;  string(24) &quot;/usr/share/pear/PEAR.php&quot; [&quot;line&quot;]=&gt;  int(576) [&quot;function&quot;]=&gt;  string(10) &quot;PEAR_Error&quot; [&quot;class&quot;]=&gt;  string(10) &quot;PEAR_Error&quot; [&quot;type&quot;]=&gt;  string(2) &quot;-&gt;&quot; [&quot;args&quot;]=&gt;  array(5) { [0]=&gt;  string(16) &quot;Source not found&quot; [1]=&gt;  NULL [2]=&gt;  int(1) [3]=&gt;  int(1024) [4]=&gt;  NULL } } [1]=&gt;  array(7) { [&quot;file&quot;]=&gt;  string(37) &quot;/usr/share/horde/turba/lib/Driver.php&quot; [&quot;line&quot;]=&gt;  int(2097) [&quot;function&quot;]=&gt;  string(10) &quot;raiseError&quot; [&quot;class&quot;]=&gt;  string(4) &quot;PEAR&quot; [&quot;object&quot;]=&gt;  object(Turba_View_Browse)#24 (1) { [&quot;_params&quot;]=&gt;  array(15) { [&quot;vars&quot;]=&gt;  &amp;object(Variables)#23 (2) { [&quot;_vars&quot;]=&gt;  array(12) { [&quot;source&quot;]=&gt;  string(32) &quot;b45bedca362c14a7d1536d684a335f14&quot; [&quot;objectkeys&quot;]=&gt;  array(1) { [0]=&gt;  string(65) &quot;b45bedca362c14a7d1536d684a335f14:e7c8efb35ce74a298f2aa10ecd253d9e&quot; } [&quot;actionID&quot;]=&gt;  string(3) &quot;add&quot; [&quot;show&quot;]=&gt;  string(3) &quot;all&quot; [&quot;key&quot;]=&gt;  string(0) &quot;&quot; [&quot;targetAddressbook&quot;]=&gt;  string(32) &quot;b45bedca362c14a7d1536d684a335f14&quot; [&quot;targetList&quot;]=&gt;  string(1) &quot;q&quot; [&quot;targetNew&quot;]=&gt;  string(1) &quot;1&quot; [&quot;default_imp_view&quot;]=&gt;  string(3) &quot;imp&quot; [&quot;Horde&quot;]=&gt;  string(26) &quot;4i6oin4kiok7pc30gjnjhadss5&quot; [&quot;auth_key&quot;]=&gt;  string(32) &quot;ef0ae6b7b9d168c52e74b502dda9307d&quot; [&quot;imp_key&quot;]=&gt;  string(32) &quot;c60fab680d689ed7ff225bbfdbf00c64&quot; } [&quot;_expectedVariables&quot;]=&gt;  array(0) { } } [&quot;prefs&quot;]=&gt;  &amp;object(Prefs_sql)#8 (11) { [&quot;_params&quot;]=&gt;  array(10) { [&quot;phptype&quot;]=&gt;  string(5) &quot;mysql&quot; [&quot;persistent&quot;]=&gt;  bool(false) [&quot;username&quot;]=&gt;  string(5) &quot;horde&quot; [&quot;password&quot;]=&gt;  string(7) &quot;ve@#271&quot; [&quot;protocol&quot;]=&gt;  string(4) &quot;unix&quot; [&quot;database&quot;]=&gt;  string(5) &quot;horde&quot; [&quot;charset&quot;]=&gt;  string(10) &quot;iso-8859-1&quot; [&quot;splitread&quot;]=&gt;  bool(false) [&quot;driverconfig&quot;]=&gt;  string(6) &quot;custom&quot; [&quot;umask&quot;]=&gt;  int(63) } [&quot;_db&quot;]=&gt;  NULL [&quot;_write_db&quot;]=&gt;  NULL [&quot;_connected&quot;]=&gt;  bool(false) [&quot;_prefs&quot;]=&gt;  array(44) { [&quot;default_identity&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  int(0) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  int(0) } [&quot;identities&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(6) &quot;a:0:{}&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(6) &quot;a:0:{}&quot; } [&quot;confirm_email&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(6) &quot;a:0:{}&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(6) &quot;a:0:{}&quot; } [&quot;id&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;fullname&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;from_addr&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;credentials&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(6) &quot;a:0:{}&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(6) &quot;a:0:{}&quot; } [&quot;security_question&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;security_answer&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;alternate_email&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;language&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;timezone&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;twentyFour&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  bool(false) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  bool(false) } [&quot;date_format&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(2) &quot;%x&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(2) &quot;%x&quot; } [&quot;first_week_day&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(1) &quot;0&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(1) &quot;0&quot; } [&quot;theme&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(9) &quot;bluewhite&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(9) &quot;bluewhite&quot; } [&quot;categories&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;category_colors&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(0) &quot;&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(0) &quot;&quot; } [&quot;summary_refresh_time&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  int(300) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  int(300) } [&quot;show_sidebar&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  bool(true) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  bool(true) } [&quot;sidebar_width&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  int(150) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  int(150) } [&quot;menu_view&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(4) &quot;both&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(4) &quot;both&quot; } [&quot;menu_refresh_time&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  int(300) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  int(300) } [&quot;do_maintenance&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  bool(true) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  bool(true) } [&quot;last_maintenance&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  int(1267118569) [&quot;m&quot;]=&gt;  int(2) [&quot;d&quot;]=&gt;  int(0) } [&quot;confirm_maintenance&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  bool(true) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  bool(true) } [&quot;initial_application&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(5) &quot;horde&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(5) &quot;horde&quot; } [&quot;widget_accesskey&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  bool(true) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  bool(true) } [&quot;portal_layout&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(6) &quot;a:0:{}&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(6) &quot;a:0:{}&quot; } [&quot;remote_summaries&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(6) &quot;a:0:{}&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(6) &quot;a:0:{}&quot; } [&quot;last_login&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(62) &quot;a:2:{s:4:&quot;time&quot;;i:1267118569;s:4:&quot;host&quot;;s:13:&quot;192.168.0.227&quot;;}&quot; [&quot;m&quot;]=&gt;  int(2) [&quot;d&quot;]=&gt;  string(6) &quot;a:0:{}&quot; } [&quot;show_last_login&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  bool(true) [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  bool(true) } [&quot;editor_plugins&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(49) &quot;a:2:{i:0;s:8:&quot;ListType&quot;;i:1;s:12:&quot;CharacterMap&quot;;}&quot; [&quot;m&quot;]=&gt;  int(10) [&quot;d&quot;]=&gt;  string(49) &quot;a:2:{i:0;s:8:&quot;ListType&quot;;i:1;s:12:&quot;CharacterMap&quot;;}&quot; } [&quot;addressbooks&quot;]=&gt;  array(3) { [&quot;v&quot;]=&gt;  string(12177) &quot; 7a2eff2e0639c2aafd3850a94f74f07c 7828184c7d4ae40b2a2d2a74c7678821 dba20d9fb75330ff301719a5d6bbd7b2 3adf0919d78ce1ada0d51c796948821b 32501d612434738fdf2db7f7f362afff f5f0c0a04ceac8e3a3a7442d15dc42b5 3c1657265bf0b98d03a8cf2f1783c0c6 0dbaa8e14ffda52aefffb1f294a1bf1e 1373531972ee88d8d5d2d8eec3f00342 7a6ee07901d43ee72baab8fe9d527128 d05cf4c24dc171c1dd1503f43f378b8d 3b77165b4ee476c3bdbcac3a35c8e274 5e7d1fdcedf9536958cdcb0697dca535 07358529cdf41b5987034eedb9411f15 c100fdba22614c00bf55f3e77a10edd2 7e16ae267d44ad7de623232c48237cf9 97cce4b5ceefa50c2da766540025ef1a 58aa818a08680c5a5c04936fd6e2891a c60ed22499ad9a0a3184a94f618591a2 f4da9dd3aea02bcf38de2fb7571a809d 68fe668073adf74bc8d715d2884509ea 9c6b599821e7ceb7d4d95c92b42f5fe6 c0c36b354c7225b808c08d313a5a211e 7eb5ec7b6eaa85f74e09dcd426f303cf 11983b9ec27fd5df3ce52445a43591dd 453587f259d4e35e724ede8e953941f4 ecf14d573754ed4a7054a2c27e890323 e0a12a93657c37d4311dae405997437d 823574fffd941411b6ad49fb611f86e9 a9fe5b8f5f1fc18ddcb8b7bc3e22353

&gt; ..what about the results of the var_dump() statement?

</description> 
   <pubDate>Thu, 25 Feb 2010 17:53:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58077</link> 
  </item> 
   
  <item> 
   <title>Does this address book otherwise work normally?</title> 
   <description>Does this address book otherwise work normally?</description> 
   <pubDate>Thu, 25 Mar 2010 13:41:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58306</link> 
  </item> 
   
  <item> 
   <title>&gt; Does this address book otherwise work normally?

Yes, it</title> 
   <description>&gt; Does this address book otherwise work normally?

Yes, it works</description> 
   <pubDate>Mon, 29 Mar 2010 16:15:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58331</link> 
  </item> 
   
  <item> 
   <title>jan, would this have been fixed by your recent turba contact</title> 
   <description>jan, would this have been fixed by your recent turba contact list commits?</description> 
   <pubDate>Tue, 13 Apr 2010 15:27:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58469</link> 
  </item> 
   
  <item> 
   <title>&gt; jan, would this have been fixed by your recent turba conta</title> 
   <description>&gt; jan, would this have been fixed by your recent turba contact list commits?
No, this was a different issue.</description> 
   <pubDate>Tue, 13 Apr 2010 15:48:33 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58471</link> 
  </item> 
   
  <item> 
   <title>ah well ... still can&#039;t reproduce this though. 
</title> 
   <description>ah well ... still can&#039;t reproduce this though. 
</description> 
   <pubDate>Tue, 13 Apr 2010 16:02:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58472</link> 
  </item> 
   
  <item> 
   <title>Looking at your var_dump, it looks like you have an enormous</title> 
   <description>Looking at your var_dump, it looks like you have an enormous amount of address books. This leads me to believe there might be something wrong with your share configuration. Or perhaps a botched upgrade at some point in the past?</description> 
   <pubDate>Sun, 09 May 2010 17:18:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8874#t58742</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
