<?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>Mnemo categories Column</title> 
  <pubDate>Fri, 10 Apr 2026 10:04:40 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/1063</link> 
  <atom:link rel="self" type="application/rss+xml" title="Mnemo categories Column" href="https://bugs.horde.org/ticket/1063/rss" /> 
  <description>Mnemo categories Column</description> 
 
   
   
  <item> 
   <title>If I associates a categorie with a note the column display a</title> 
   <description>If I associates a categorie with a note the column display always &quot;unclassified&quot;.

</description> 
   <pubDate>Tue, 04 Jan 2005 10:21:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1063#t4142</link> 
  </item> 
   
  <item> 
   <title>I can&#039;t reproduce this.



Do categories work for you in any</title> 
   <description>I can&#039;t reproduce this.



Do categories work for you in any other applications? Did you upgrade from an earlier version of Mnemo? If so, are you sure you ran the upgrade scripts? Make sure the category field in your database is a varchar, not an integer.</description> 
   <pubDate>Fri, 07 Jan 2005 14:20:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1063#t4288</link> 
  </item> 
   
  <item> 
   <title>No feedback.</title> 
   <description>No feedback.</description> 
   <pubDate>Mon, 07 Feb 2005 10:30:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1063#t5252</link> 
  </item> 
   
  <item> 
   <title>&gt; I can&#039;t reproduce this.

&gt;

&gt; Do categories work for you i</title> 
   <description>&gt; I can&#039;t reproduce this.

&gt;

&gt; Do categories work for you in any other applications? Did you upgrade 

&gt; from an earlier version of Mnemo? If so, are you sure you ran the 

&gt; upgrade scripts? Make sure the category field in your database is a 

&gt; varchar, not an integer.

&gt;

I&#039;ve had this problem for a long time, and only just solved it with the help of the hints on this ticket.



The suggestions given worked, but only when I dissected the upgrade script that was supposed to fix it; scripts/upgrades/1.1_to_2.0.mysql.sql



I checked out the mnemo_memos table structure, and the memo_category column was indeed still an integer, which was the cause of the problem, because the Horde_Categories backend changed that IIRC.



Anyway the upgrade script failed with:



ERROR 1091 (42000) at line 9: Can&#039;t DROP &#039;memo_modified&#039;; check that column/key exists



Which of course resulted in the portions of the file which correct memo_category to a VARCHAR(80) were not being run.



Doing a C+P of the remainder of the file directly into a MySQL shell has fixed the issue.



I&#039;ll open up a separate bug about improvements to the upgrade scripts, because I have some ideas on that, and I think at heart this bug relates to the use of the upgrade scripts in the wrong order, or re-use of them.





</description> 
   <pubDate>Wed, 18 Mar 2009 17:41:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1063#t53167</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
