Package: request-tracker3.6
Version: 3.6.1-3

After new ticket submit (and probably some other operations) RT requests a new login again. It is known problem with upstream 3.6.1. I resolved this issue in my RT after some idling on IRC with developers, changing db schema:

ALTER TABLE sessions CHANGE a_session a_session LONGBLOB;
DELETE FROM sessions;

And restart Apache.

I think it's a bug (another one :/). But this one doing RT unusable. Also i believe it can be resolved in debian package request-tracker3.6 changing file:

/etc/request-tracker3.6/schema.mysql.

My versions of packages:

request-tracker3.6               3.6.1-3
rt3.6-apache2                    3.6.1-3
rt3.6-clients                    3.6.1-3
libcgi-fast-perl                 5.8.8-7
libfcgi-perl                     0.67-2
apache2                          2.2.3-3.2
apache2-mpm-prefork              2.2.3-3.2
apache2-utils                    2.2.3-3.2
apache2.2-common                 2.2.3-3.2
libapache-session-perl           1.81-1
libapache2-mod-fastcgi           2.4.2-8


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to