[rt-users] RT Upgrade 3.2.2 -> 3.8.1: HTML::Mason goes into infinite loop.

Golemon, Buck Buck.Golemon at amd.com
Mon Oct 13 21:37:56 EDT 2008


The installation works just find with a pristine database, but when I
copy over my old database and follow the instructions at
UPGRADING.mysql, I get this error: (see attached). This went on for two
million lines before I stopped the server. It finally gets into a
three-line loop like this:



I got some errors from schema.mysql-4.0-4.1.pl like this:
# perl etc/upgrade/schema.mysql-4.0-4.1.pl rt3 rt_user rt_pass >
sql.queries
Use of uninitialized value in numeric gt (>) at
etc/upgrade/schema.mysql-4.0-4.1.pl line 310.
Use of uninitialized value in numeric gt (>) at
etc/upgrade/schema.mysql-4.0-4.1.pl line 310. 
Use of uninitialized value in numeric gt (>) at
etc/upgrade/schema.mysql-4.0-4.1.pl line 310.
Use of uninitialized value in numeric gt (>) at
etc/upgrade/schema.mysql-4.0-4.1.pl line 310.


I had to replace all the occurrences (three total) of 'BLOB CHARACTER
SET utf8' with just 'BLOB', since BLOB doesn't have a character set, and
this is a syntax error in mysql.


I also dropped and recreated the sessions table because it was
corrupted. I did it like this:
drop table sessions;
CREATE TABLE `sessions` (
  `id` varchar(32) NOT NULL default '',
  `a_session` longblob NOT NULL,
  `LastUpdated` timestamp NOT NULL default CURRENT_TIMESTAMP on update
CURRENT_TIMESTAMP,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1


Thanks in advance,
--Buck
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rt_error.log
Type: application/octet-stream
Size: 40796 bytes
Desc: rt_error.log
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20081013/4276bcb8/attachment.obj>


More information about the rt-users mailing list