Re: [rt-users] Another script question

2007-04-13 Thread Mathew Snyder
Nope, haven't done that. But, I just picked up the Perl Debugger Pocket Reference so I can try to figure it out :) Mathew Stephen Turner wrote: > At Friday 4/13/2007 05:52 AM, Mathew Snyder wrote: >> I've attached the complete script. >> >> Mathew > > Mathew, > > I don't have time to investiga

[rt-users] RPM Installation for the previous verisons of RT

2007-04-13 Thread Raj Gurung
Is there any way to install RT3.4.4 with yum. Thanks, ___ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essen

RE: [rt-users] Strange problem with simple search and SSL access

2007-04-13 Thread Mike Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 11 Apr 2007 at 13:51 (-0700), Michael Schrimshaw wrote: So, to answer my own question and to help anyone else that has this issue in the future, in the RT/Interface/Web.pm Redirect sub, there is: $uri->port($ENV{'SERVER_PORT'}); I comment

Re: [rt-users] Another script question

2007-04-13 Thread Stephen Turner
At Friday 4/13/2007 05:52 AM, Mathew Snyder wrote: I've attached the complete script. Mathew Mathew, I don't have time to investigate the whole script, but I wondered if you've looked at the perl debugger to step through the code. I always find the tool invaluable when I have a script that'

[rt-users] Repeated log-in on web interface needed

2007-04-13 Thread Mario Rimann
Hi I'm new to RT (running 3.6.3 on Apache2 on a Gentoo machine) and have the following problem: Login via web interface is successful in the first step. But for each other page within RT that I'd like to see, I'm requested to enter my user/password again. If I enter the credentials, the page is d

Re: [rt-users] Another script question

2007-04-13 Thread Mathew Snyder
I've attached the complete script. Mathew Mathew Snyder wrote: > Using my previous user timesheet script as my template I decided to rewrite a > script that is used to gather the total time spent on each customer over the > previous week. It is currently set up to query the database directly usi

[rt-users] Another script question

2007-04-13 Thread Mathew Snyder
Using my previous user timesheet script as my template I decided to rewrite a script that is used to gather the total time spent on each customer over the previous week. It is currently set up to query the database directly using DBI. I've found that this creates an inaccurate tally probably beca

Re: [rt-users] Newest Unowned Ticket rights?

2007-04-13 Thread Loos, Christian
Hello Glenn, i think you have changed the search for Newest Unowned Tickets. The is a bug in rt, if you change the search by "Edit Search" the tickets are no more clickable. Just look in /etc/initialdata for "Search - Unowned Tickets" and compare it with your search by looking at the "Advanced"

Re: [rt-users] Testing 3.7.5

2007-04-13 Thread Mathew Snyder
I downloaded libapreq2 from the apache site and installed it manually. It required a few -devel packages which in turn required more -devel patches. Eventually, I got those sorted out. So, Apache::Request is installed however, 'make testdeps' still shows it as missing. I guess because it is look