<?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>Turba 2.3.1 &quot;DB Error: not found&quot; new addressbook</title> 
  <pubDate>Fri, 10 Apr 2026 09:20:58 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7923</link> 
  <atom:link rel="self" type="application/rss+xml" title="Turba 2.3.1 &quot;DB Error: not found&quot; new addressbook" href="https://bugs.horde.org/ticket/7923/rss" /> 
  <description>Turba 2.3.1 &quot;DB Error: not found&quot; new addressbook</description> 
 
   
   
  <item> 
   <title>Upgrade Turba to 2.3.1

I want to create a new addressbook a</title> 
   <description>Upgrade Turba to 2.3.1

I want to create a new addressbook and Horde tells me &quot;DB Error: not found&quot;.



Maybe its an upgrade error from me?</description> 
   <pubDate>Sat, 31 Jan 2009 12:10:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52160</link> 
  </item> 
   
  <item> 
   <title>What&#039;s the full error from your Horde log?</title> 
   <description>What&#039;s the full error from your Horde log?</description> 
   <pubDate>Sat, 31 Jan 2009 13:17:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52161</link> 
  </item> 
   
  <item> 
   <title>&gt; What&#039;s the full error from your Horde log?

Attachment wit</title> 
   <description>&gt; What&#039;s the full error from your Horde log?

Attachment with the DEBUG error level.</description> 
   <pubDate>Sun, 01 Feb 2009 12:08:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52164</link> 
  </item> 
   
  <item> 
   <title>And do the Horde_Alarm SQL tables exist in your database?</title> 
   <description>And do the Horde_Alarm SQL tables exist in your database?</description> 
   <pubDate>Sun, 01 Feb 2009 18:36:09 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52181</link> 
  </item> 
   
  <item> 
   <title>&gt; And do the Horde_Alarm SQL tables exist in your database?
</title> 
   <description>&gt; And do the Horde_Alarm SQL tables exist in your database?

horde_alarms exist.

Maybe it&#039;s a problem with http://bugs.horde.org/ticket/7914

I delete it to start the upgrade.



horde_alarms.sql as attachment</description> 
   <pubDate>Sun, 01 Feb 2009 19:04:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52183</link> 
  </item> 
   
  <item> 
   <title>Please edit that line in Notification.php and change $event </title> 
   <description>Please edit that line in Notification.php and change $event to $event-&gt;toString(), then check the log again.</description> 
   <pubDate>Sun, 01 Feb 2009 22:58:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52188</link> 
  </item> 
   
  <item> 
   <title>&gt; Please edit that line in Notification.php and change $even</title> 
   <description>&gt; Please edit that line in Notification.php and change $event to 

&gt; $event-&gt;toString(), then check the log again.

Change it to:

Horde::logMessage($event-&gt;toString(), __FILE__, __LINE__, PEAR_LOG_DEBUG);



Attachment: DEBUG LOG</description> 
   <pubDate>Mon, 02 Feb 2009 17:01:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52214</link> 
  </item> 
   
  <item> 
   <title>Hm, great, looks like we don&#039;t pass the complete error objec</title> 
   <description>Hm, great, looks like we don&#039;t pass the complete error object. Can try dumping debug_backtrace() to see where this is coming from?</description> 
   <pubDate>Mon, 09 Feb 2009 14:27:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52403</link> 
  </item> 
   
  <item> 
   <title>&gt; Hm, great, looks like we don&#039;t pass the complete error obj</title> 
   <description>&gt; Hm, great, looks like we don&#039;t pass the complete error object. Can 

&gt; try dumping debug_backtrace() to see where this is coming from?

Should I change it to:

Horde::logMessage($event-&gt;debug_backtrace(), __FILE__, __LINE__, PEAR_LOG_DEBUG);





</description> 
   <pubDate>Mon, 09 Feb 2009 19:42:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52413</link> 
  </item> 
   
  <item> 
   <title>No, just put a:

var_dump(debug_backtrace());

below the log</title> 
   <description>No, just put a:

var_dump(debug_backtrace());

below the logMessage() call.</description> 
   <pubDate>Mon, 09 Feb 2009 23:27:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52425</link> 
  </item> 
   
  <item> 
   <title>&gt; No, just put a:

&gt; var_dump(debug_backtrace());

&gt; below t</title> 
   <description>&gt; No, just put a:

&gt; var_dump(debug_backtrace());

&gt; below the logMessage() call.

Sorry can&#039;t see more in this log. 

Attachment: horde_debug_2.log</description> 
   <pubDate>Tue, 10 Feb 2009 17:03:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52459</link> 
  </item> 
   
  <item> 
   <title>It&#039;s not in the log, it&#039;s in the interface.</title> 
   <description>It&#039;s not in the log, it&#039;s in the interface.</description> 
   <pubDate>Tue, 10 Feb 2009 17:09:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52462</link> 
  </item> 
   
  <item> 
   <title>&gt; It&#039;s not in the log, it&#039;s in the interface.

It&#039;s nothing </title> 
   <description>&gt; It&#039;s not in the log, it&#039;s in the interface.

It&#039;s nothing more in the interface, still same error.



Musst be a problem with the many updates on my installation...



Maybe I make an error myself?



Horde::logMessage($event-&gt;toString(), __FILE__, __LINE__, PEAR_LOG_DEBUG);

var_dump(debug_backtrace());</description> 
   <pubDate>Tue, 10 Feb 2009 17:20:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52464</link> 
  </item> 
   
  <item> 
   <title>Try an

exit;

after the var_dump</title> 
   <description>Try an

exit;

after the var_dump</description> 
   <pubDate>Tue, 10 Feb 2009 17:45:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52465</link> 
  </item> 
   
  <item> 
   <title>&gt; Try an

&gt; exit;

&gt; after the var_dump

Get an Output now!
</title> 
   <description>&gt; Try an

&gt; exit;

&gt; after the var_dump

Get an Output now!

See Attachment output_horde</description> 
   <pubDate>Wed, 11 Feb 2009 19:37:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52481</link> 
  </item> 
   
  <item> 
   <title>Have you configured a SQL database in Horde&#039;s config?</title> 
   <description>Have you configured a SQL database in Horde&#039;s config?</description> 
   <pubDate>Wed, 11 Feb 2009 19:47:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52482</link> 
  </item> 
   
  <item> 
   <title>&gt; Have you configured a SQL database in Horde&#039;s config?

Yes</title> 
   <description>&gt; Have you configured a SQL database in Horde&#039;s config?

Yes, Horde/IMP still work fine.</description> 
   <pubDate>Wed, 11 Feb 2009 20:32:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52484</link> 
  </item> 
   
  <item> 
   <title>The log contains a warning in sources.php, in a line that do</title> 
   <description>The log contains a warning in sources.php, in a line that doesn&#039;t contain any code in the distributed version. So, *please*, if you already get a warning, check your configuration.</description> 
   <pubDate>Mon, 02 Mar 2009 23:22:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t52850</link> 
  </item> 
   
  <item> 
   <title>&gt; The log contains a warning in sources.php, in a line that </title> 
   <description>&gt; The log contains a warning in sources.php, in a line that doesn&#039;t 

&gt; contain any code in the distributed version. So, *please*, if you 

&gt; already get a warning, check your configuration.

delete /horde/turba and replace it with the version from &quot;horde-webmail-1.2.2.tar.gz&quot;

Its ok now.

</description> 
   <pubDate>Wed, 18 Mar 2009 18:46:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7923#t53170</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
