[rt-users] RT 3.2.2: Web GUI comments insert blank comment first

Alex Vandiver alexmv at bestpractical.com
Wed Feb 23 13:17:38 EST 2005


On Wed, 2005-02-23 at 07:41 -0600, John Giles wrote:
> When I make a reply or comment via the web gui I get a blank comment
> a fraction of a second before the actual comment (see example below,
> and notice the time stamp).
Your MySQL does not have support for InnoDB tables compiled in, or it
has been turned off in your configuration file.  Because of this, MySQL
silently created non-transactional MyISAM tables instead of InnoDB
tables.  You will need to use a version of MySQL which supports InnoDB
queries, and convert all MyISAM tables to Innodb using the instructions
in http://dev.mysql.com/doc/mysql/en/converting-tables-to-innodb.html

..this is now a FAQ in the wiki.
 - Alex




More information about the rt-users mailing list