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

2008-10-14 Thread Golemon, Buck
Did I ask the question the wrong way? At this point, any ideas are appreciated. Has anyone successfully upgraded their database from <=3.2.2 to 3.8.1? --Buck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Golemon, Buck Sent: Monday, October 13, 200

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

2008-10-17 Thread Golemon, Buck
t_t --Buck -Original Message- From: Golemon, Buck Sent: Tuesday, October 14, 2008 4:25 PM To: Golemon, Buck; RT Users List Cc: Descamps, Gilles-Eric; Lee, Mark (SV) Subject: RE: [rt-users] RT Upgrade 3.2.2 -> 3.8.1: HTML::Mason goes intoinfinite loop. Did I ask the question the wr

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

2008-10-22 Thread Golemon, Buck
Good call. Upgrading mysql from 4 to 5 fixed all the below issues. --Buck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ruslan Zakirov Sent: Tuesday, October 21, 2008 9:42 PM To: Golemon, Buck Cc: RT Users List; Descamps, Gilles-Eric; Lee, Mark (SV

[rt-users] RT 3.8.1: "Tickets" interface logs you out

2008-09-11 Thread Golemon, Buck
After installing a new version of RT, I've noticed that whenever I click "Tickets" or interact with the query builder such that it reloads the page, it logs me out. I still remembers it's state after I log back in, but this is extremely annoying. Has anyone else had this problem? Please let m

Re: [rt-users] RT 3.8.1: "Tickets" interface logs you out

2008-09-11 Thread Golemon, Buck
So you think it's in regard to upgrading? I'll try with a fresh database and let you know how it goes. --Buck -Original Message- From: Trenton Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 10:26 AM To: Gol

Re: [rt-users] RT 3.8.1: "Tickets" interface logs you out

2008-09-11 Thread Golemon, Buck
e to edit the file and replace any "BLOB CHARACTER SET blah" with just BLOB) cat sql.queries | mysql -D rt3 --Buck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Golemon, Buck Sent: Thursday, September 11, 2008 10:30

[rt-users] "Tickets" interface stalls RT for 30 seconds.

2008-09-12 Thread Golemon, Buck
When I click Tickets in the RT interface, a mason_handler.fcgi is spawned that spins for 30 seconds before it returns my page. This also happens when I change the query at all (i.e. the page reloads). I'm using a database that's been updated all the way from 3.2.2. It works fine in all other resp

Re: [rt-users] "Tickets" interface stalls RT for 30 seconds.

2008-09-12 Thread Golemon, Buck
re in javascript rather than cgi, to reduce page reloads. O-well. Not trying to complain. Thanks! --Buck -Original Message- From: Stephen Turner [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2008 12:42 PM To: Golemon, Buck; [EMAIL PROTECTED] Subject: Re: [rt-users] "Tickets&

[rt-users] FW: Re: "Tickets" interface stalls RT for 30 seconds.

2008-09-12 Thread Golemon, Buck
Can I get an admin to remove this guy? I'm getting an error for him at every post. I'm sure other people are too. --Buck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2008 12:52 PM To: Golemon, Buck Subject: NDN: Re:

Re: [rt-users] "Tickets" interface stalls RT for 30 seconds.

2008-09-12 Thread Golemon, Buck
rom: Jesse Vincent [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2008 1:28 PM To: Golemon, Buck Cc: Stephen Turner; [EMAIL PROTECTED] Subject: Re: [rt-users] "Tickets" interface stalls RT for 30 seconds. On Sep 12, 2008, at 3:50 PM, Golemon, Buck wrote: > Good call! It looks li

Re: [rt-users] "Tickets" interface stalls RT for 30 seconds.

2008-09-12 Thread Golemon, Buck
of the results done the current way. select distinct name from Users, Tickets where Users.id in (Tickets.owner, Tickets.Creator, Tickets.LastUpdatedBy); --Buck -Original Message- From: Stephen Turner [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2008 1:47 PM To: Golemon, Buck; Jess