<?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>DB schema is out of date</title> 
  <pubDate>Thu, 09 Apr 2026 20:04:46 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/9710</link> 
  <atom:link rel="self" type="application/rss+xml" title="DB schema is out of date" href="https://bugs.horde.org/ticket/9710/rss" /> 
  <description>DB schema is out of date</description> 
 
   
   
  <item> 
   <title>I have just installed Horde4/IMP5 RC1
The horde DB has been</title> 
   <description>I have just installed Horde4/IMP5 RC1
The horde DB has been created from the Horde configuration browser window.
I have now installed IMP and configured it.
The configuration window mentions that DB Schema is out of date and so I have the &quot;Update DB&quot; button.
If I click on it, evreything is going fine (I can see the to imp tables in my horde DB : imp_schema_info and imp_sentmail), but the configuration window still complains that the DB schema is out of date.

How to solve this bug ?

Thanks for your support,
Antoine</description> 
   <pubDate>Thu, 24 Mar 2011 17:39:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t62619</link> 
  </item> 
   
  <item> 
   <title>Hi Again,

I do not know if this is linked to this bug, bu</title> 
   <description>Hi Again,

I do not know if this is linked to this bug, but since I installed IMP, the user preferences are no longer stored in the horde_pref table.
for instance, the &quot;last login&quot; entry is no more updated for existing users nor created for new users !
My environment:
gentoo linux
php 5.3.5
mysql 5.1.51</description> 
   <pubDate>Thu, 24 Mar 2011 18:34:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t62624</link> 
  </item> 
   
  <item> 
   <title>What is the content of imp&#039;s schema table?

Have you verif</title> 
   <description>What is the content of imp&#039;s schema table?

Have you verified that the horde config is still setup to use the sql prefs backend? Any errors in the log(s)?</description> 
   <pubDate>Fri, 25 Mar 2011 18:28:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t62653</link> 
  </item> 
   
  <item> 
   <title>Hi Michael,

Sorry for this late answer...

So yes the c</title> 
   <description>Hi Michael,

Sorry for this late answer...

So yes the conf.php file is set to use SQL.
In the ZIP attachment there are 2 files
horde.sql: SQL export ==&gt; you will see the export for my imp_schema_info table has been created but is empty.
horde_updateDBSchema.log: extract of the log file ==&gt; You will see the following line nr 1689:
2011-03-28T14:44:48+02:00 DEBUG: HORDE [horde] SQL  (0,0001s)  
	UPDATE imp_schema_info SET version = 1 [pid 20838 on line 773 of &quot;/usr/share/php/Horde/Db/Adapter/Base.php&quot;]
But the database has not been updated !

What happens ?

Thanks for your support,
Antoine.</description> 
   <pubDate>Mon, 28 Mar 2011 13:21:51 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t62708</link> 
  </item> 
   
  <item> 
   <title>weird. This works fine for me here.

Any errors in the mys</title> 
   <description>weird. This works fine for me here.

Any errors in the mysql log? Are you 100% sure the database horde is set to use is the same that you are dumping?</description> 
   <pubDate>Mon, 28 Mar 2011 13:36:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t62711</link> 
  </item> 
   
  <item> 
   <title>I do not see erro in MySQL especially at all !

I have att</title> 
   <description>I do not see erro in MySQL especially at all !

I have attached a dump of my horde and imp conf.php files in the ticket. As you can see MySQL is correctly setup (and we can see access in the log files i have joined to my previous message).

any idea ?</description> 
   <pubDate>Mon, 28 Mar 2011 15:37:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t62715</link> 
  </item> 
   
  <item> 
   <title>The attachment has not been saved correctly... Here it is
</title> 
   <description>The attachment has not been saved correctly... Here it is

Also, I have noted lot of PHP ERROR in the log file.
Is Horde compliant with php5.3.5 ?
I am also running MySQL 5.1.51</description> 
   <pubDate>Mon, 28 Mar 2011 15:43:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t62716</link> 
  </item> 
   
  <item> 
   <title>Hi again,

I made several test and now I can confirm that </title> 
   <description>Hi again,

I made several test and now I can confirm that any update on any table is not working except:
horde_cache
horde_sessionshandlers
It seems that I am facing an issue with some mysql connections.
MySQL is setup to use mysqli in Horde configuration
when I turn it to &quot;MySQL&quot; only then I got an error stating that the port should not be mention in the conf.php. If I remove the line
$conf[&#039;sql&#039;][&#039;port&#039;] = 3306;
in my conf.php file then horde is working again but IMP complains that it cannot access the IMAP server...
I don&#039;t understand what happens here...
the Horde3/IMP4 used to work pretty well on this server (until I upgraded to php 5.3.5)...
</description> 
   <pubDate>Tue, 29 Mar 2011 09:08:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t62770</link> 
  </item> 
   
  <item> 
   <title>
&gt; MySQL is setup to use mysqli in Horde configuration
&gt; w</title> 
   <description>
&gt; MySQL is setup to use mysqli in Horde configuration
&gt; when I turn it to &quot;MySQL&quot; only then I got an error stating that the 
&gt; port should not be mention in the conf.php. If I remove the line
&gt; $conf[&#039;sql&#039;][&#039;port&#039;] = 3306;

This sounds like duplicate of Bug: 9738 

&gt; in my conf.php file then horde is working again but IMP complains 
&gt; that it cannot access the IMAP server...

Sounds like a configuration issue.

Please use the mailing list to ask for additional support.

http://www.horde.org/mail/ contains a list of all available mailing lists.</description> 
   <pubDate>Thu, 21 Apr 2011 14:18:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t64019</link> 
  </item> 
   
  <item> 
   <title>&gt;
&gt;&gt; MySQL is setup to use mysqli in Horde configuration
&gt;</title> 
   <description>&gt;
&gt;&gt; MySQL is setup to use mysqli in Horde configuration
&gt;&gt; when I turn it to &quot;MySQL&quot; only then I got an error stating that the
&gt;&gt; port should not be mention in the conf.php. If I remove the line
&gt;&gt; $conf[&#039;sql&#039;][&#039;port&#039;] = 3306;
&gt;
&gt; This sounds like duplicate of Bug: 9738

I don&#039;t think so... I have setup socket connection to mysql :
  $conf[&#039;sql&#039;][&#039;username&#039;] = &#039;horde&#039;;
  $conf[&#039;sql&#039;][&#039;password&#039;] = &#039;********&#039;;
  $conf[&#039;sql&#039;][&#039;socket&#039;] = &#039;/var/run/mysqld/mysqld.sock&#039;;
  $conf[&#039;sql&#039;][&#039;protocol&#039;] = &#039;unix&#039;;
  $conf[&#039;sql&#039;][&#039;database&#039;] = &#039;horde&#039;;
  $conf[&#039;sql&#039;][&#039;charset&#039;] = &#039;utf-8&#039;;
  $conf[&#039;sql&#039;][&#039;splitread&#039;] = false;
  $conf[&#039;sql&#039;][&#039;ssl&#039;] = false;
  $conf[&#039;sql&#039;][&#039;phptype&#039;] = &#039;mysqli&#039;;

I have been able to investigate a bit more in this issue and it happens only if I set MySQL as the sessionhandler backend. If I let the PHP default (file) choice then access to the DB is working fine.
Why this was working in H3/IMP4 and no more in H5/IMP4 ?</description> 
   <pubDate>Fri, 22 Apr 2011 07:38:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t64052</link> 
  </item> 
   
  <item> 
   <title>Sorry, didn&#039;t you say the db error goes away when the port s</title> 
   <description>Sorry, didn&#039;t you say the db error goes away when the port setting was removed? Is that no longer the case then? What db errors are you getting now?</description> 
   <pubDate>Fri, 22 Apr 2011 13:41:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t64057</link> 
  </item> 
   
  <item> 
   <title>&gt; I have just installed Horde4/IMP5 RC1
&gt; The horde DB has </title> 
   <description>&gt; I have just installed Horde4/IMP5 RC1
&gt; The horde DB has been created from the Horde configuration browser window.
&gt; I have now installed IMP and configured it.
&gt; The configuration window mentions that DB Schema is out of date and 
&gt; so I have the &quot;Update DB&quot; button.
&gt; If I click on it, evreything is going fine (I can see the to imp 
&gt; tables in my horde DB : imp_schema_info and imp_sentmail), but the 
&gt; configuration window still complains that the DB schema is out of 
&gt; date.
&gt;
&gt; How to solve this bug ?
&gt;
&gt; Thanks for your support,
&gt; Antoine


I had the same problem too, I resolved it by adding 1 dummy record in the imp_schema_info table, after that I clicked again on the link: DB Schema is out of date, and after that it said that all db Schema&#039;s are ready...

But I see a new problem: If I use DB storage for session handling, then the last login time isn&#039;t updated between sessions.
I will open a ticket for that.</description> 
   <pubDate>Thu, 29 Sep 2011 12:51:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t67785</link> 
  </item> 
   
  <item> 
   <title>BTW: some more info:

root@vm03:/var/www/horde/scripts/upg</title> 
   <description>BTW: some more info:

root@vm03:/var/www/horde/scripts/upgrades# php -v
PHP 5.3.3-7+squeeze3 with Suhosin-Patch (cli) (built: Jun 28 2011 13:13:26) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
    with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
root@vm03:/var/www/horde/scripts/upgrades# mysql --version
mysql  Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (i486) using readline 6.1

and using mysql or mysqli doesn&#039;t solve the problem that the last login time isn&#039;t updated.</description> 
   <pubDate>Thu, 29 Sep 2011 13:03:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9710#t67786</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
